[libkkc] Update to 0.2.1-1

Daiki Ueno ueno at fedoraproject.org
Wed May 1 10:37:52 UTC 2013


commit 7c8973297897b8d21f0acba170911c6e817a23f9
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Wed May 1 19:37:45 2013 +0900

    Update to 0.2.1-1

 .gitignore        |    1 +
 libkkc-HEAD.patch |  107 -----------------------------------------------------
 libkkc.spec       |   11 +++--
 sources           |    2 +-
 4 files changed, 9 insertions(+), 112 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64eafd7..5b844fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /libkkc-0.1.10.tar.gz
 /libkkc-0.2.0.tar.gz
 /libkkc-data-0.2.0.tar.xz
+/libkkc-0.2.1.tar.gz
diff --git a/libkkc.spec b/libkkc.spec
index 818b4b9..5227631 100644
--- a/libkkc.spec
+++ b/libkkc.spec
@@ -1,8 +1,8 @@
 %global dataversion 0.2.0
 
 Name:		libkkc
-Version:	0.2.0
-Release:	2%{?dist}
+Version:	0.2.1
+Release:	1%{?dist}
 Summary:	Japanese Kana Kanji conversion library
 
 License:	GPLv3+
@@ -10,7 +10,7 @@ Group:		System Environment/Libraries
 URL:		https://bitbucket.org/libkkc
 Source0:	https://bitbucket.org/libkkc/libkkc/downloads/%{name}-%{version}.tar.gz
 Source1:	https://bitbucket.org/libkkc/libkkc-data/downloads/%{name}-data-%{dataversion}.tar.xz
-Patch0:		libkkc-HEAD.patch
+#Patch0:		libkkc-HEAD.patch
 
 BuildRequires:	marisa-devel
 BuildRequires:	vala
@@ -73,7 +73,7 @@ uses at run time.
 
 %prep
 %setup -q
-%patch0 -p1 -b .HEAD
+#patch0 -p1 -b .HEAD
 
 
 %build
@@ -125,6 +125,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Wed May  1 2013 Daiki Ueno <dueno at redhat.com> - 0.2.1-1
+- new upstream release
+
 * Wed May  1 2013 Daiki Ueno <dueno at redhat.com> - 0.2.0-2
 - synch with the latest upstream git master
 
diff --git a/sources b/sources
index 7083765..21d6603 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-470511f1f7e7e0ebea2ae50e1544b87b  libkkc-0.2.0.tar.gz
+cbf27b329da2861208169ffccb8102a0  libkkc-0.2.1.tar.gz
 c89c4a67b38d4edac7896c41e56e537b  libkkc-data-0.2.0.tar.xz


More information about the scm-commits mailing list