rpms/scim-anthy/FC-6 .cvsignore, 1.10, 1.11 scim-anthy.spec, 1.37, 1.38 sources, 1.10, 1.11 scim-anthy-helper-moduledir.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jun 8 11:13:39 UTC 2007


Author: tagoh

Update of /cvs/dist/rpms/scim-anthy/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv8038

Modified Files:
	.cvsignore scim-anthy.spec sources 
Removed Files:
	scim-anthy-helper-moduledir.patch 
Log Message:
* Wed May 30 2007 Akira TAGOH <tagoh at redhat.com> - 1.2.4-1
- New upstream release.
  - we don't need the below patches anymore:
    - scim-anthy-helper-moduledir.patch
    - scim-anthy-1.2.2-gettextize.patch
    - scim-anthy-1.2.0-fix-no-n-candidates.patch


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/scim-anthy/FC-6/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	14 Nov 2006 09:09:31 -0000	1.10
+++ .cvsignore	8 Jun 2007 11:13:37 -0000	1.11
@@ -11,3 +11,4 @@
 scim-anthy-1.0.0.tar.gz
 scim-anthy-1.2.0.tar.gz
 scim-anthy-1.2.2.tar.gz
+scim-anthy-1.2.4.tar.gz


Index: scim-anthy.spec
===================================================================
RCS file: /cvs/dist/rpms/scim-anthy/FC-6/scim-anthy.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- scim-anthy.spec	14 Nov 2006 09:09:31 -0000	1.37
+++ scim-anthy.spec	8 Jun 2007 11:13:37 -0000	1.38
@@ -1,35 +1,34 @@
 %define with_libstdc_preview 0
 
 Name:           scim-anthy
-Version:        1.2.2
-Release:	1%{?dist}
+Version:        1.2.4
+Release:        1%{?dist}
 
 License:        GPL
 URL:            http://scim-imengine.sourceforge.jp/
-Source0:        http://sourceforge.jp/projects/scim-imengine/files/%{name}-%{version}.tar.gz
+Source0:        http://dl.sourceforge.jp/scim-imengine/22709/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  scim-devel
-BuildRequires:	anthy-devel >= 6700b-1 gettext-devel automake libtool autoconf
+BuildRequires:  anthy-devel >= 6700b-1 gettext-devel automake autoconf libtool
 %if %{with_libstdc_preview}
 Buildrequires: libstdc++so7-devel
 %endif
-Patch1:		scim-anthy-helper-moduledir.patch
 
 Summary:        SCIM IMEngine for anthy for Japanese input
 Group:          System Environment/Libraries
-Requires:	scim, kasumi
-Obsoletes:	iiimf-le-canna <= 1:12.2
+Requires:       scim, kasumi
+# This was necessary for the upgrade path from IIIMF
+# and ensure the installation of future version of IIIMF.
+# No Provides line for iiimf-le-canna is intentional because
+# This package doesn't really provide the Language Engine for IIIMF.
+# This just works on only SCIM.
+Obsoletes:      iiimf-le-canna <= 1:12.2
 %description
 Scim-anthy is a SCIM IMEngine module for anthy to support Japanese input.
 
 
 %prep
 %setup -q
-# patch1 touches src/Makefile.am
-%patch1 -p1 -b .1-moduledir
-aclocal
-automake
-autoconf
 
 
 %build
@@ -49,7 +48,7 @@
 %if %{with_libstdc_preview}
 export CXX=%{_bindir}/g++-libstdc++-so_7
 %endif
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
 
 rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la
 
@@ -62,20 +61,36 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README TODO
+%doc AUTHORS COPYING NEWS README
 %{_libdir}/scim-1.0/*/Helper/anthy-imengine-helper.so
 %{_libdir}/scim-1.0/*/IMEngine/anthy.so
 %{_libdir}/scim-1.0/*/SetupUI/anthy-imengine-setup.so
-%{_datadir}/scim
+%{_datadir}/scim/Anthy
+%{_datadir}/scim/icons/*png
 
 
 %changelog
+* Wed May 30 2007 Akira TAGOH <tagoh at redhat.com> - 1.2.4-1
+- New upstream release.
+  - we don't need the below patches anymore:
+    - scim-anthy-helper-moduledir.patch
+    - scim-anthy-1.2.2-gettextize.patch
+    - scim-anthy-1.2.0-fix-no-n-candidates.patch
+
+* Tue Mar 13 2007 Akira TAGOH <tagoh at redhat.com> - 1.2.2-3
+- Invoke autoheader. (#226390)
+- Fix no the number of candidates on the candidate window with focus out/in.
+
+* Mon Mar 12 2007 Akira TAGOH <tagoh at redhat.com> - 1.2.2-2
+- clean up a spec file. (#226390)
+
 * Tue Nov 14 2006 Akira TAGOH <tagoh at redhat.com> - 1.2.2-1
 - New upstream release.
   - removed unnecessary patches:
     - scim-anthy-libtool-export.patch
     - scim-anthy-fix-pending-state.patch
     - scim-anthy-dict-encoding.patch
+- scim-anthy-1.2.2-gettextize.patch: fix a build issue on the latest autotools.
 
 * Sun Oct 01 2006 Jesse Keating <jkeating at redhat.com> - 1.2.0-3
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/scim-anthy/FC-6/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	14 Nov 2006 09:09:31 -0000	1.10
+++ sources	8 Jun 2007 11:13:37 -0000	1.11
@@ -1 +1 @@
-ed0120f5559f551769c7d05bcdef5908  scim-anthy-1.2.2.tar.gz
+14c4d620bc5d6744a2fe6ef7d2bf2ecf  scim-anthy-1.2.4.tar.gz


--- scim-anthy-helper-moduledir.patch DELETED ---




More information about the fedora-cvs-commits mailing list