[libskk] Update to 1.0.2-1

Daiki Ueno ueno at fedoraproject.org
Tue Nov 25 09:51:59 UTC 2014


commit a07830c402fba15ff4ffd577949c691d4d6bc644
Author: Daiki Ueno <dueno at redhat.com>
Date:   Tue Nov 25 18:51:51 2014 +0900

    Update to 1.0.2-1

 .gitignore  |    1 +
 libskk.spec |   10 ++++++----
 sources     |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a66cda7..ba031d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /libskk-0.0.12.tar.gz
 /libskk-0.0.13.tar.gz
 /libskk-1.0.1.tar.gz
+/libskk-1.0.2.tar.gz
diff --git a/libskk.spec b/libskk.spec
index c74004f..c830cea 100644
--- a/libskk.spec
+++ b/libskk.spec
@@ -1,6 +1,6 @@
 Name:		libskk
-Version:	1.0.1
-Release:	5%{?dist}
+Version:	1.0.2
+Release:	1%{?dist}
 Summary:	Library to deal with Japanese kana-to-kanji conversion method
 
 License:	GPLv3+
@@ -9,8 +9,7 @@ URL:		http://github.com/ueno/libskk
 Source0:	https://bitbucket.org/libskk/libskk/downloads/%{name}-%{version}.tar.gz
 
 BuildRequires:	vala
-# FIXME switch to libgee-0.8 once this package is ready for the new libgee API
-BuildRequires:	pkgconfig(gee-1.0)
+BuildRequires:	pkgconfig(gee-0.8)
 BuildRequires:	json-glib-devel
 BuildRequires:	gobject-introspection-devel
 BuildRequires:	intltool
@@ -86,6 +85,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Tue Nov 25 2014 Daiki Ueno <dueno at redhat.com> - 1.0.2-1
+- new upstream release
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 43aae86..4b9c55f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2052bfa898205b641bb2cc448516230f  libskk-1.0.1.tar.gz
+26d5fedd29add95faae53dc90487330d  libskk-1.0.2.tar.gz


More information about the scm-commits mailing list