|
@@ -1,7 +1,7 @@
|
|
|
-%define ver 0.3.4
|
|
|
+%define ver 0.3.5
|
|
|
%define rel 1
|
|
|
%define dataver 0.2.7
|
|
|
-%define datarel 4
|
|
|
+%define datarel 5
|
|
|
|
|
|
%define from_git 0
|
|
|
%if %{from_git}
|
|
@@ -28,7 +28,7 @@ URL: https://bitbucket.org/libkkc/libkkc/
|
|
|
%if %{from_git}
|
|
|
Source0: libkkc-%{githash}.tar.gz
|
|
|
%else
|
|
|
-Source0: https://bitbucket.org/libkkc/libkkc/downloads/%{name}-%{version}.tar.gz
|
|
|
+Source0: https://github.com/ueno/libkkc/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
|
%endif
|
|
|
Source1: https://bitbucket.org/libkkc/libkkc-data/downloads/%{name}-data-%{dataver}.tar.xz
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
@@ -180,6 +180,10 @@ popd
|
|
|
%{_libdir}/libkkc/models/sorted3
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Dec 29 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.3.5-1
|
|
|
+- update to libkkc 0.3.5
|
|
|
+- switch upstream source location to GitHub
|
|
|
+
|
|
|
* Mon Jul 7 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.3.4-1
|
|
|
- update to libkkc 0.3.4
|
|
|
- update BuildRequires for libgee
|