Browse Source

libkkc 0.3.2-1

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

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

@@ -1,6 +1,7 @@
-%define ver 0.3.1
+%define ver 0.3.2
 %define rel 1
 %define dataver 0.2.7
+%define datarel 2
 
 %define from_git 0
 %if %{from_git}
@@ -45,7 +46,7 @@ BuildRequires: vala-devel
 BuildRequires: vala-tools
 %endif
 
-Requires: libkkc-data = %{dataver}-%{release}
+Requires: libkkc-data = %{dataver}-%{datarel}%{_dist_release}
 Requires: libkkc-common = %{version}-%{release}
 
 Vendor: Project Vine
@@ -85,6 +86,7 @@ The %{name}-common package contains the arch-independent data that
 %package data
 Summary: Data files for %{name}
 Version: %{dataver}
+Release: %{datarel}%{_dist_release}
 
 %description data
 The %{name}-data package contains the language model data that %{name}
@@ -182,6 +184,9 @@ popd
 %{_libdir}/libkkc/models/sorted3
 
 %changelog
+* Wed Dec 18 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.3.2-1
+- update to libkkc 0.3.2
+
 * Thu Nov  7 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.3.1-1
 - update to libkkc 0.3.1
 - update to libkkc-data 0.2.7