rpms/scim/FC-4 .cvsignore, 1.7, 1.8 scim.spec, 1.24, 1.25 sources, 1.5, 1.6 scim-gtk-langs-167090.patch, 1.1, NONE

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Fri Feb 24 02:22:15 UTC 2006


Author: petersen

Update of /cvs/extras/rpms/scim/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18174

Modified Files:
	.cvsignore scim.spec sources 
Removed Files:
	scim-gtk-langs-167090.patch 
Log Message:
* Fri Feb 24 2006 Jens Petersen <petersen at redhat.com> - 1.4.4-1
- update to 1.4.4 release
- sync with core devel package:

* Wed Feb 22 2006 Jens Petersen <petersen at redhat.com> 
- fix Punjabi spelling with scim-panjabi-punjabi.patch (aalam)

* Thu Feb  9 2006 Jens Petersen <petersen at redhat.com>
- do not change scim_binary_version in scim.pc-versioned-moduledir-179706.patch

* Fri Feb  3 2006 Jens Petersen <petersen at redhat.com>
- add gtkimm-clear-preedit-on-reset-174143.patch to clear the preedit buffer
  when IME turned off (Qian Shen, #174143)
- add rawcode-unicode-maxlength.patch to improve input of unicode codes
  (James Su, #173102)
- add scim.pc-versioned-moduledir-179706.patch to include api version in
  moduledir in scim.pc so that IMEs get installed in versioned dir by default
  (Akira Tagoh, #179706)

* Fri Jan 13 2006 Jens Petersen <petersen at redhat.com>
- update to 1.4.4 bugfix release
  - scim-gtk-langs-167090.patch no longer needed since 1.4.3
- move scim dl modules to scim-libs for multilib to work correctly
  - define %%scim_api




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scim/FC-4/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	22 Aug 2005 05:32:55 -0000	1.7
+++ .cvsignore	24 Feb 2006 02:22:14 -0000	1.8
@@ -1 +1 @@
-scim-1.4.2.tar.gz
+scim-1.4.4.tar.gz


Index: scim.spec
===================================================================
RCS file: /cvs/extras/rpms/scim/FC-4/scim.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- scim.spec	2 Nov 2005 08:45:33 -0000	1.24
+++ scim.spec	24 Feb 2006 02:22:14 -0000	1.25
@@ -1,7 +1,9 @@
+%define scim_api 1.4.0
+
 Name:      scim
-Version:   1.4.2
+Version:   1.4.4
 # must be less than the release number of scim in Core
-Release:   5%{?dist}
+Release:   1%{?dist}
 Summary:   Smart Common Input Method platform
 
 License:   LGPL
@@ -16,7 +18,10 @@
 # for autoreconf
 Buildrequires: gettext-devel
 Patch1:    scim-add-restart.patch
-Patch2:    scim-gtk-langs-167090.patch
+Patch2:    gtkimm-clear-preedit-on-reset-174143.patch
+Patch3:    rawcode-unicode-maxlength.patch
+Patch4:    scim.pc-versioned-moduledir-179706.patch
+Patch5:    scim-panjabi-punjabi.patch
 
 %description
 SCIM is a user friendly and full featured input method user interface and
@@ -53,7 +58,10 @@
 %prep
 %setup -q
 %patch1 -p1 -b .1-restart
-%patch2 -p1 -b .2-langs
+%patch2 -p1 -b .2-reset
+%patch3 -p0 -b .3-unicode
+%patch4 -p1 -b .4-moduledir
+%patch5 -p0 -b .5-panjabi
 # patch1 touches configure.ac and src/Makefile.am
 autoreconf
 
@@ -132,6 +140,7 @@
 %{_sysconfdir}/X11/xinit/xinput.d
 %{_bindir}/*
 %{_libdir}/scim-1.0
+%exclude %{_libdir}/scim-1.0/%{scim_api}
 %{_datadir}/scim
 %{_datadir}/pixmaps/*
 %{_datadir}/applications/fedora-scim-setup.desktop
@@ -151,11 +160,37 @@
 %defattr(-,root,root,-)
 %{_libdir}/libscim-*.so.*
 %{_libdir}/gtk-2.0/immodules
+%{_libdir}/scim-1.0/%{scim_api}
 
 
 %changelog
+* Fri Feb 24 2006 Jens Petersen <petersen at redhat.com> - 1.4.4-1%{?dist}
+- update to 1.4.4 release
+- sync with core devel package:
+
+* Wed Feb 22 2006 Jens Petersen <petersen at redhat.com> 
+- fix Punjabi spelling with scim-panjabi-punjabi.patch (aalam)
+
+* Thu Feb  9 2006 Jens Petersen <petersen at redhat.com>
+- do not change scim_binary_version in scim.pc-versioned-moduledir-179706.patch
+
+* Fri Feb  3 2006 Jens Petersen <petersen at redhat.com>
+- add gtkimm-clear-preedit-on-reset-174143.patch to clear the preedit buffer
+  when IME turned off (Qian Shen, #174143)
+- add rawcode-unicode-maxlength.patch to improve input of unicode codes
+  (James Su, #173102)
+- add scim.pc-versioned-moduledir-179706.patch to include api version in
+  moduledir in scim.pc so that IMEs get installed in versioned dir by default
+  (Akira Tagoh, #179706)
+
+* Fri Jan 13 2006 Jens Petersen <petersen at redhat.com>
+- update to 1.4.4 bugfix release
+  - scim-gtk-langs-167090.patch no longer needed since 1.4.3
+- move scim dl modules to scim-libs for multilib to work correctly
+  - define %%scim_api
+
 * Tue Nov  1 2005 Jens Petersen <petersen at redhat.com> - 1.4.2-5%{?dist}
-- avoid errors with postun script when uninstalling
+- avoid errors in postun script when uninstalling
 
 * Thu Oct  6 2005 Jens Petersen <petersen at redhat.com> - 1.4.2-4%{?dist}
 - fixing quoting in scim-restart


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scim/FC-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	22 Aug 2005 05:32:55 -0000	1.5
+++ sources	24 Feb 2006 02:22:14 -0000	1.6
@@ -1 +1 @@
-024cc7b98f68b56b23dd24535ec0388d  scim-1.4.2.tar.gz
+6805403b2151e89f17f5686e7ebcd515  scim-1.4.4.tar.gz


--- scim-gtk-langs-167090.patch DELETED ---




More information about the scm-commits mailing list