[libskk] Update to 0.0.7-1.

Daiki Ueno ueno at fedoraproject.org
Fri Jan 6 05:45:30 UTC 2012


commit 5ebabc9d8fa69d71dfbbc0975ff6e24f8f142e18
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Fri Jan 6 14:45:19 2012 +0900

    Update to 0.0.7-1.

 .gitignore  |    1 +
 libskk.spec |    7 ++++++-
 sources     |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fad0a05..147a7e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /libskk-0.0.4.tar.gz
 /libskk-0.0.5.tar.gz
+/libskk-0.0.7.tar.gz
diff --git a/libskk.spec b/libskk.spec
index ced56eb..9f6f097 100644
--- a/libskk.spec
+++ b/libskk.spec
@@ -1,5 +1,5 @@
 Name:		libskk
-Version:	0.0.5
+Version:	0.0.7
 Release:	1%{?dist}
 Summary:	Library to deal with Japanese kana-to-kanji conversion method
 
@@ -43,6 +43,8 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+# libskk 0.0.7 forgot to install skk-1.0.deps in vapidir
+install -p -m644 libskk/skk-1.0.deps $RPM_BUILD_ROOT/%{_datadir}/vala/vapi/
 
 %find_lang %{name}
 
@@ -69,6 +71,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Fri Jan  6 2012 Daiki Ueno <dueno at redhat.com> - 0.0.7-1
+- new upstream release
+
 * Mon Dec 26 2011 Daiki Ueno <dueno at redhat.com> - 0.0.5-1
 - new upstream release
 
diff --git a/sources b/sources
index ccd3fc1..a67c7e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1368d9f015b3a64caa8b2162d7a14533  libskk-0.0.5.tar.gz
+f637891e8d7a60691abf7c552302eb8a  libskk-0.0.7.tar.gz


More information about the scm-commits mailing list