rpms/scim/FC-3 .cvsignore, 1.3, 1.4 scim.spec, 1.4, 1.5 sources, 1.3, 1.4

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Tue Jul 26 06:34:10 UTC 2005


Author: ryo

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

Modified Files:
	.cvsignore scim.spec sources 
Log Message:
Update to 1.4.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scim/FC-3/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	28 May 2005 02:34:31 -0000	1.3
+++ .cvsignore	26 Jul 2005 06:34:08 -0000	1.4
@@ -1 +1 @@
-scim-1.2.3.tar.gz
+scim-1.4.0.tar.gz


Index: scim.spec
===================================================================
RCS file: /cvs/extras/rpms/scim/FC-3/scim.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- scim.spec	20 Jun 2005 14:33:06 -0000	1.4
+++ scim.spec	26 Jul 2005 06:34:08 -0000	1.5
@@ -1,6 +1,6 @@
 Name:      scim
-Version:   1.2.3
-Release:   2%{?dist}
+Version:   1.4.0
+Release:   1%{?dist}
 Summary:   Smart Common Input Method platform
 
 License:   LGPL
@@ -36,17 +36,17 @@
 
 
 %build
-%configure
+%configure --disable-static --disable-ld-version-script
 make %{?_smp_mflags}
 
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
 make DESTDIR=${RPM_BUILD_ROOT} install
-mkdir -pm 755 ${RPM_BUILD_ROOT}/%{_libdir}/scim-1.0/{Config,FrontEnd,IMEngine,SetupUI,Helper}
+mkdir -pm 644 ${RPM_BUILD_ROOT}/%{_libdir}/scim-1.0/{Config,FrontEnd,IMEngine,SetupUI,Helper}
 
 # Kill all .a and .la
-find ${RPM_BUILD_ROOT} -name "*.a" -o -name '*.la' | xargs rm -f
+find ${RPM_BUILD_ROOT} -name '*.la' | xargs rm
 
 # install setup panel
 desktop-file-install \
@@ -132,13 +132,24 @@
 %{_libdir}/libscim*.so
 %{_libdir}/pkgconfig/*.pc
 
+#--------------------------------------------------
 
 %changelog
-* Mon Jun 20 2005 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 1.2.3-2
-- Remove one of doubled capplets for setup.
+* Fri Jul 16 2005 Ryo Dairiki <ryo-dairiki at mbm.nifty.com> - 1.4.0-1
+- update to 1.4.0 release
 
-* Sat May 28 2005 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 1.2.3-1
-- Update packaging for Fedora Extras
+* Sat Jul  9 2005 Jens Petersen <petersen at redhat.com> - 1.3.3-1
+- update to 1.3.3 release
+- disable linking with version-scripts for now since they cause some problems
+- disable building of static libs
+
+* Tue Jul  5 2005 Jens Petersen <petersen at redhat.com> - 1.3.2-1
+- update to 1.3.2 test release
+- don't set xinput.d script executable
+- no need to set XMODIFIERS explicitly and QT_IM_MODULE in xinput.d script
+
+* Sat May 28 2005 Ryo Dairiki <ryo-dairiki at mbm.nifty.com> - 1.2.3-1
+- update to 1.2.3 release
 
 * Fri Mar 13 2005 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 1.2.2-9
 - Initial packaging for Fedora Extras
@@ -159,3 +170,120 @@
 * Sat Jun 19 2004  James Su <suzhe at tsinghua.org.cn>
 - Added /usr/libexec/scim-launcher.
 - Remove setup module for SocketFrontEnd and SocketIMEngine.
+
+* Mon Mar 8 2004  James Su <suzhe at turbolinux.com.cn>
+- Added scim-config-agent.
+
+* Thu Oct 30 2003 James Su <suzhe at turbolinux.com.cn>
+- Added Simplified Chinese User Manual.
+
+* Wed Sep 03 2003 James Su <suzhe at turbolinux.com.cn>
+- cleanup spec.
+
+* Tue Sep 02 2003 James Su <suzhe at turbolinux.com.cn>
+- upto 0.8.0
+
+* Tue Jul 29 2003 James Su <suzhe at turbolinux.com.cn>
+- updated to include scim-panel-gtk.
+
+* Thu Jun 19 2003 James Su <suzhe at turbolinux.com.cn>
+- updated to include scim-setup and its modules.
+
+* Thu Apr 3 2003 James Su <suzhe at turbolinux.com.cn>
+- added suite package, which includes all necessary components of SCIM.
+
+* Tue Mar 25 2003 James Su <suzhe at turbolinux.com.cn>
+- updated to v0.4.0
+
+* Wed Feb 26 2003 James Su <suzhe at turbolinux.com.cn>
+- implemented dynamic adjust feature for generic table module.
+- fixed key handling bug in generic table module.
+
+* Mon Feb 10 2003 James Su <suzhe at turbolinux.com.cn>
+- Replaced highlight_start and highlight_end in scim_server
+  and scim_frontend with AttributeList (scim_attributes.h)
+- Moved icons/* to data/icons and gtkstringview.* to
+  utils/
+
+* Thu Jan 2 2003 James Su <suzhe at turbolinux.com.cn>
+- updated configure.ac and Makefile.am
+- ready to release 0.3.0
+
+* Tue Nov 12 2002 James Su <suzhe at turbolinux.com.cn>
+- merged signal system from libinti.
+- implemented namespace scim.
+- implemented referenced object.
+- version 0.3.0
+
+* Tue Nov 05 2002 James Su <suzhe at turbolinux.com.cn>
+- minor fixes for table IM module.
+
+* Mon Nov 04 2002 James Su <suzhe at turbolinux.com.cn>
+- More IMdkit memory leak fixes.
+- Table input method bugfixes.
+- version 0.2.2
+
+* Fri Nov 01 2002 James Su <suzhe at turbolinux.com.cn>
+- improved table input method.
+- actually fixed the memleaks within IMdkit.
+- pumped the version to 0.2.1
+
+* Thu Oct 31 2002 James Su <suzhe at turbolinux.com.cn>
+- fixed some memory leaks in IMdkit
+- reduced memory usage.
+- upgraded to libtool-1.4.3
+
+* Tue Oct 29 2002 James Su <suzhe at turbolinux.com.cn>
+- finished Generic Table input server module.
+- fixed several bugs in scim-lib.
+
+* Thu Oct 10 2002 James Su <suzhe at turbolinux.com.cn>
+- used gettext to support i18n message.
+- added release info to lib name.
+
+* Mon Sep 30 2002 James Su <suzhe at turbolinux.com.cn>
+- version 0.1.4
+- added Embedded Lookup Table style into X11 FrontEnd.
+- use wchar_t instead of unsigned long if __STDC_ISO_10646__ defined.
+
+* Sun Sep 22 2002 James Su <suzhe at turbolinux.com.cn>
+- version 0.1.3
+- config button of X11 FrontEnd was disabled.
+
+* Fri Sep 6 2002 James Su <suzhe at turbolinux.com.cn>
+- simplified the utilities and lookup table interface.
+
+* Wed Aug 21 2002 James Su <suzhe at turbolinux.com.cn>
+- version 0.1.2
+- added configuration options to disable modules.
+- enhanced X11 FrontEnd.
+
+* Sun Aug 11 2002 James Su <suzhe at turbolinux.com.cn>
+- version 0.1.1
+- X11 FrontEnd was enhanced.
+
+* Sat Aug 10 2002 James Su <suzhe at turbolinux.com.cn>
+- version 0.1.0
+- many bugfixes.
+- Help window of X11 FrontEnd was implemented.
+- scim can exit cleanly.
+
+* Fri Aug 2 2002 James Su <suzhe at turbolinux.com.cn>
+- SCIM 0.0.13.
+- Minor bugfixes.
+
+* Mon Jul 29 2002 James Su <suzhe at turbolinux.com.cn>
+- SCIM 0.0.12.
+- Minor bugfixes.
+
+* Sun Jul 28 2002 James Su <suzhe at turbolinux.com.cn>
+- SCIM 0.0.11.
+- Minor bugfixes.
+
+* Sun Jul 21 2002 James Su <suzhe at turbolinux.com.cn>
+- SCIM 0.0.10.
+- Added Simple Config module.
+
+* Sat Jun 22 2002 James Su <suzhe at turbolinux.com.cn>
+- first public release of SCIM.
+


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scim/FC-3/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	28 May 2005 02:34:31 -0000	1.3
+++ sources	26 Jul 2005 06:34:08 -0000	1.4
@@ -1 +1 @@
-9031648718cbeb10aea879726f0e9d5b  scim-1.2.3.tar.gz
+9af14f5dc73435affb36b116ad77b53e  scim-1.4.0.tar.gz




More information about the fedora-extras-commits mailing list