[skf] 1.99.5

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Jul 26 03:12:08 UTC 2013


commit 9bba33522872b95c3a96acfa29d6e2ed8e83b941
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Fri Jul 26 12:10:13 2013 +0900

    1.99.5

 .gitignore                     |    1 +
 skf-1.99.5-swigruby-exit.patch |   11 +++++++++++
 skf.spec                       |   12 +++++++++---
 sources                        |    2 +-
 4 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1d6a80..f3c5d2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ skf_1.97.2.tar.gz
 /skf_1.99.2-cvs20130327T1317.tar.gz
 /skf_1.99.3.tar.gz
 /skf_1.99.4.tar.gz
+/skf_1.99.5.tar.gz
diff --git a/skf-1.99.5-swigruby-exit.patch b/skf-1.99.5-swigruby-exit.patch
new file mode 100644
index 0000000..803a694
--- /dev/null
+++ b/skf-1.99.5-swigruby-exit.patch
@@ -0,0 +1,11 @@
+--- skf-1.99/skf_convert.i.exit	2013-07-22 22:45:21.000000000 +0900
++++ skf-1.99/skf_convert.i	2013-07-26 11:36:18.651671900 +0900
+@@ -145,7 +145,7 @@ void skf_exit(int eval)
+ {
+     errorcode = skf_swig_result;
+ #if defined(SWIGRUBY)
+-    if (eval != EXIT_SUCCESS0) rb_raise(rb_eSignal,"skf detected fatal error");
++    if (eval != EXIT_SUCCESS) rb_raise(rb_eSignal,"skf detected fatal error");
+ #endif
+ #if defined(SWIGPERL)
+     if (eval != EXIT_SUCCESS) croak("skf detected fatal error");
diff --git a/skf.spec b/skf.spec
index 057b78f..b33d261 100644
--- a/skf.spec
+++ b/skf.spec
@@ -7,9 +7,9 @@
 
 %{!?python_sitearch:	%global	python_sitearch	%(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
-%global	repoid		58640
+%global	repoid		59179
 
-%global	mainver	1.99.4
+%global	mainver	1.99.5
 #%%define	betaver	-cvs20130327T1317
 %define	betarel	%(echo %betaver | sed -e 's|-||')
 
@@ -24,7 +24,7 @@
 
 Name:		skf
 Version:	%{mainver}
-Release:	%{?betaver:0.}%{fedoraver}%{?betaver:.%betarel}%{?dist}.1
+Release:	%{?betaver:0.}%{fedoraver}%{?betaver:.%betarel}%{?dist}
 Summary:	Utility binary files in Simple Kanji Filter
 
 Group:		Applications/Text
@@ -33,6 +33,8 @@ URL:		http://sourceforge.jp/projects/skf/
 Source0:	http://dl.sourceforge.jp/skf/%{repoid}/skf_%{mainver}%{?betaver}.tar.gz
 Source1:	skf-basic-test.sh
 Source2:	create-skf-tarball-from-scm.sh
+# Perhaps a typo, will report upstream
+Patch0:	skf-1.99.5-swigruby-exit.patch
 
 # common BR
 BuildRequires:	gettext
@@ -128,6 +130,7 @@ ln -sf %{name}-* main
 cp -p %SOURCE1 .
 
 pushd main
+%patch0 -p1 -b .exit
 
 %if 0%{?usescm} >= 1
 autoconf
@@ -374,6 +377,9 @@ rm -rf %{buildroot}
 %{perl_vendorarch}/auto/skf/
 
 %changelog
+* Fri Jul 26 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.99.5-1
+- 1.99.5
+
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 1.99.4-1.1
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 27273bd..a5b9d69 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1d75d9909a5d5e6b46eaa043ecb2dd4  skf_1.99.4.tar.gz
+ac1e2e6552b4e7331e3656f9db01eb22  skf_1.99.5.tar.gz


More information about the scm-commits mailing list