[skf] 2.00b1-0

Mamoru TASAKA mtasaka at fedoraproject.org
Tue Jan 13 05:15:33 UTC 2015


commit 42a9618301649790ec12f9ec9c2d77685d6f7ced
Author: John <mtasaka at fedoraproject.org>
Date:   Tue Jan 13 14:15:47 2015 +0900

    2.00b1-0

 .gitignore |    1 +
 skf.spec   |   19 ++++++++-----------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e129f0a..7413a28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ skf_1.97.2.tar.gz
 /skf_1.99.9.tar.gz
 /skf_1.99.10.tar.gz
 /skf-2.00b0-0.tar.gz
+/skf_2.00b1-0.tar.gz
diff --git a/skf.spec b/skf.spec
index 6dae40a..c8c6281 100644
--- a/skf.spec
+++ b/skf.spec
@@ -7,13 +7,13 @@
 
 %{!?python_sitearch:	%global	python_sitearch	%(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
-%global	repoid		62510
+%global	repoid		62564
 
 %global	mainver	2.00
-%define	betaver	b0-0
+%define	betaver	b1-0
 %define	betarel	%(echo %betaver | sed -e 's|-|_|')
 
-%global	fedoraver	1
+%global	fedoraver	2
 
 %global	enable_python3	0
 %if 0%{?fedora} >= 13
@@ -30,7 +30,7 @@ Summary:	Utility binary files in Simple Kanji Filter
 Group:		Applications/Text
 License:	BSD and MIT and UCD
 URL:		http://sourceforge.jp/projects/skf/
-Source0:	http://dl.sourceforge.jp/skf/%{repoid}/skf-%{mainver}%{?betaver}.tar.gz
+Source0:	http://dl.sourceforge.jp/skf/%{repoid}/skf_%{mainver}%{?betaver}.tar.gz
 Source1:	skf-basic-test.sh
 Source2:	create-skf-tarball-from-scm.sh
 
@@ -205,12 +205,6 @@ do
         export CFLAGS="%optflags $(pkg-config --cflags ruby)"
     fi
 
-# python2 fix
-# Need reporting
-	if [ $ext == python ] ; then
-		sed -i -e 's|Py_SKFSTR|char|' Makefile.in
-	fi
-
 	%configure $OPTS $PYTHONOPTS
 	unset CFLAGS
 	make -j1 ${ext}ext
@@ -376,7 +370,10 @@ rm -rf %{buildroot}
 %{perl_vendorarch}/auto/skf/
 
 %changelog
-* Sun Jan  5 2015 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.00-0.1.b0_0
+* Tue Jan 13 2015 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.00-0.2.b1_0
+- 2.00b1-0
+
+* Sun Jan  4 2015 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.00-0.1.b0_0
 - 2.00b0-0
 
 * Sun Nov 23 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.99.10-1
diff --git a/sources b/sources
index 8214cdd..01721b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a0045ce7d244c27208a50645f08b22c  skf-2.00b0-0.tar.gz
+3906c723d7a7e7c4f8414b15c631e2ad  skf_2.00b1-0.tar.gz


More information about the scm-commits mailing list