[scim-chewing] - Upstream update to 0.3.5 - Fixed Bug 926494: scim-chewing: Does not support aarch64 in f19 and raw

Ding-Yi Chen dchen at fedoraproject.org
Mon Apr 29 03:51:00 UTC 2013


commit 7d5604e66860cb3b4fe45ca61a1a036f633ee348
Author: Ding-Yi Chen <dingyichen at gmail.com>
Date:   Mon Apr 29 13:50:09 2013 +1000

    - Upstream update to 0.3.5
    - Fixed Bug 926494: scim-chewing: Does not support aarch64 in f19 and rawhide

 .gitignore                                         |    1 +
 ...ng-0.3.4-fix-chewing-version-in-configure.patch |   11 -----------
 scim-chewing.spec                                  |   19 +++++++++++++------
 sources                                            |    2 +-
 4 files changed, 15 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93e8188..0a7e704 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 scim-chewing-0.3.3.tar.bz2
 /scim-chewing-0.3.4.tar.bz2
+/scim-chewing-0.3.5.tar.bz2
diff --git a/scim-chewing.spec b/scim-chewing.spec
index ac492bb..169b5be 100644
--- a/scim-chewing.spec
+++ b/scim-chewing.spec
@@ -1,15 +1,15 @@
 Name:           scim-chewing
-Version:        0.3.4
-Release:        5%{?dist}
+Version:        0.3.5
+Release:        1%{?dist}
 Summary:        Chewing Chinese input method for SCIM
 
 License:        GPLv2+
 Url:            http://chewing.csie.net/
 Group:          System Environment/Libraries
-Source:         http://chewing.csie.net/download/scim/%{name}-%{version}.tar.bz2
-BuildRequires:  scim-devel, libchewing-devel >= 0.3.3, gettext, intltool >= 0.34
+Source:         http://chewing.googlecode.com/files/%{name}-%{version}.tar.bz2
+BuildRequires:  scim-devel, libchewing-devel >= 0.3.4, gettext, intltool >= 0.34
+BuildRequires:  libtool
 Requires:       scim
-Patch0:         scim-chewing-0.3.4-fix-chewing-version-in-configure.patch
 
 %description
 This package provides Chewing Chinese input method for SCIM. 
@@ -17,9 +17,12 @@ This package provides Chewing Chinese input method for SCIM.
 
 %prep
 %setup -q
-%patch0 -p0 -b .0-bz914507
 
 %build
+autoreconf -ivf
+intltoolize --force
+autoreconf
+
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -40,6 +43,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la
 
 
 %changelog
+* Sat Apr 27 2013 Ding-Yi Chen <dchen at redhat dot com> - 0.3.5-1
+- Upstream update to 0.3.5
+- Fixed Bug 926494: scim-chewing: Does not support aarch64 in f19 and rawhide
+
 * Wed Feb 27 2013 Parag Nemade <pnemade AT fedoraproject DOT org> - 0.3.4-5
 - Resolves:rh#914507 - scim-chewing: FTBFS in rawhide
 
diff --git a/sources b/sources
index ff55a35..5c6b9b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c37bd1e7198776117e68b7aa1060896d  scim-chewing-0.3.4.tar.bz2
+3847ff3ffea4e4ba83ddf81035167a1d  scim-chewing-0.3.5.tar.bz2


More information about the scm-commits mailing list