Browse Source

libkkc 0.3.5-3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10227 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 8 years ago
parent
commit
ef60910048
1 changed files with 6 additions and 2 deletions
  1. 6 2
      lib/libk/libkkc/libkkc-vl.spec

+ 6 - 2
lib/libk/libkkc/libkkc-vl.spec

@@ -1,7 +1,7 @@
 %define ver 0.3.5
-%define rel 2
+%define rel 3
 %define dataver 0.2.7
-%define datarel 6
+%define datarel 7
 
 %define from_git 0
 %if %{from_git}
@@ -32,6 +32,7 @@ Source0: https://github.com/ueno/libkkc/releases/download/v%{version}/%{name}-%{
 %endif
 Source1: https://bitbucket.org/libkkc/libkkc-data/downloads/%{name}-data-%{dataver}.tar.xz
 Patch0: https://github.com/ueno/libkkc/commit/1f512da81a71287b13eb0a1f9b31830b16db2107.patch
+Patch1: https://github.com/ueno/libkkc/commit/46b02adf1fe806e99f8d896f770591480165f90a.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: pkgconfig(gee-0.8)
 BuildRequires: libgee-vala
@@ -183,6 +184,9 @@ popd
 %{_libdir}/libkkc/models/sorted3
 
 %changelog
+* Fri Apr 29 2016 WAI, Masaharu <iwaim.sub@gmail.com> 0.3.5-3
+- add 'Modify Kana rules for ignoring moored shift key.' patch (Patch1)
+
 * Thu Apr 30 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 0.3.5-2
 - add 'Try all possible okuri-gana combinations' patch (Patch0)
 - add BuildRequires: libgee-vala