|
@@ -1,7 +1,7 @@
|
|
%define ver 0.3.5
|
|
%define ver 0.3.5
|
|
-%define rel 3
|
|
|
|
|
|
+%define rel 4
|
|
%define dataver 0.2.7
|
|
%define dataver 0.2.7
|
|
-%define datarel 7
|
|
|
|
|
|
+%define datarel 8
|
|
|
|
|
|
%define from_git 0
|
|
%define from_git 0
|
|
%if %{from_git}
|
|
%if %{from_git}
|
|
@@ -33,6 +33,7 @@ Source0: https://github.com/ueno/libkkc/releases/download/v%{version}/%{name}-%{
|
|
Source1: https://bitbucket.org/libkkc/libkkc-data/downloads/%{name}-data-%{dataver}.tar.xz
|
|
Source1: https://bitbucket.org/libkkc/libkkc-data/downloads/%{name}-data-%{dataver}.tar.xz
|
|
Patch0: https://github.com/ueno/libkkc/commit/1f512da81a71287b13eb0a1f9b31830b16db2107.patch
|
|
Patch0: https://github.com/ueno/libkkc/commit/1f512da81a71287b13eb0a1f9b31830b16db2107.patch
|
|
Patch1: https://github.com/ueno/libkkc/commit/46b02adf1fe806e99f8d896f770591480165f90a.patch
|
|
Patch1: https://github.com/ueno/libkkc/commit/46b02adf1fe806e99f8d896f770591480165f90a.patch
|
|
|
|
+Patch2: https://github.com/ueno/libkkc/commit/5bdbec71a1879e75e64b8cfd6cc6913411219067.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildRequires: pkgconfig(gee-0.8)
|
|
BuildRequires: pkgconfig(gee-0.8)
|
|
BuildRequires: libgee-vala
|
|
BuildRequires: libgee-vala
|
|
@@ -99,6 +100,7 @@ uses at run time.
|
|
%endif
|
|
%endif
|
|
%patch0 -p1
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
%patch1 -p1
|
|
|
|
+%patch2 -p1
|
|
|
|
|
|
# for libkkc-data
|
|
# for libkkc-data
|
|
tar xf %{SOURCE1}
|
|
tar xf %{SOURCE1}
|
|
@@ -185,7 +187,10 @@ popd
|
|
%{_libdir}/libkkc/models/sorted3
|
|
%{_libdir}/libkkc/models/sorted3
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Fri Apr 29 2016 WAI, Masaharu <iwaim.sub@gmail.com> 0.3.5-3
|
|
|
|
|
|
+* Sun Jan 29 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 0.3.5-4
|
|
|
|
+- add 'rom-kana: Fix range check in is_valid()' patch (Patch2)
|
|
|
|
+
|
|
|
|
+* Fri Apr 29 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0.3.5-3
|
|
- add 'Modify Kana rules for ignoring moored shift key.' patch (Patch1)
|
|
- 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
|
|
* Thu Apr 30 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 0.3.5-2
|