Browse Source

ibus-kkc 1.5.22

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9202 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 9 years ago
parent
commit
db10702fcd
1 changed files with 8 additions and 3 deletions
  1. 8 3
      i/ibus-kkc/ibus-kkc-vl.spec

+ 8 - 3
i/ibus-kkc/ibus-kkc-vl.spec

@@ -1,4 +1,4 @@
-%define ver 1.5.21
+%define ver 1.5.22
 %define rel 1
 
 %define from_git 0
@@ -20,10 +20,10 @@ URL: https://bitbucket.org/libkkc/
 %if %{from_git}
 Source0: %{name}-%{githash}.tar.gz
 %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
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires: gtk3-devel
+BuildRequires: gtk3-devel >= 3.12
 BuildRequires: ibus-devel >= 1.4.0
 BuildRequires: libkkc-devel >= 0.1.0
 BuildRequires: desktop-file-utils
@@ -84,6 +84,11 @@ fi
 %{_datadir}/ibus/component/kkc.xml
 
 %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
 - update to 1.5.21