|
@@ -1,4 +1,4 @@
|
|
-%define ver 1.5.21
|
|
+%define ver 1.5.22
|
|
%define rel 1
|
|
%define rel 1
|
|
|
|
|
|
%define from_git 0
|
|
%define from_git 0
|
|
@@ -20,10 +20,10 @@ URL: https://bitbucket.org/libkkc/
|
|
%if %{from_git}
|
|
%if %{from_git}
|
|
Source0: %{name}-%{githash}.tar.gz
|
|
Source0: %{name}-%{githash}.tar.gz
|
|
%else
|
|
%else
|
|
-Source0: https://bitbucket.org/libkkc/ibus-kkc/downloads/%{name}-%{version}.tar.gz
|
|
+Source0: https://github.com/ueno/ibus-kkc/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
%endif
|
|
%endif
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
-BuildRequires: gtk3-devel
|
|
+BuildRequires: gtk3-devel >= 3.12
|
|
BuildRequires: ibus-devel >= 1.4.0
|
|
BuildRequires: ibus-devel >= 1.4.0
|
|
BuildRequires: libkkc-devel >= 0.1.0
|
|
BuildRequires: libkkc-devel >= 0.1.0
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
@@ -84,6 +84,11 @@ fi
|
|
%{_datadir}/ibus/component/kkc.xml
|
|
%{_datadir}/ibus/component/kkc.xml
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Dec 29 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.5.22-1
|
|
|
|
+- update to 1.5.22
|
|
|
|
+- switch upstream source location to GitHub
|
|
|
|
+- BuildRequires: gtk3-devel >= 3.12
|
|
|
|
+
|
|
* Mon Jul 7 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.5.21-1
|
|
* Mon Jul 7 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.5.21-1
|
|
- update to 1.5.21
|
|
- update to 1.5.21
|
|
|
|
|