rpms/scim-bridge/devel .cvsignore, 1.25, 1.26 scim-bridge.spec, 1.38, 1.39 sources, 1.25, 1.26 scim-bridge-0.4.8-qt-moc-path.patch, 1.1, NONE scim-bridge-0.4.8-tests-dir-missing.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 2 00:16:13 UTC 2007


Author: petersen

Update of /cvs/dist/rpms/scim-bridge/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28679

Modified Files:
	.cvsignore scim-bridge.spec sources 
Removed Files:
	scim-bridge-0.4.8-qt-moc-path.patch 
	scim-bridge-0.4.8-tests-dir-missing.patch 
Log Message:
- update to 0.4.9
  - fixes hanging agent processes
Resolves: #210772
  - fixes movement of preedit with clicking
Resolves: #217329
  - no longer need scim-bridge-0.4.8-qt-moc-path.patch and
    scim-bridge-0.4.8-tests-dir-missing.patch
- protect update-gtk-immodules in %%post and %%postun



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/scim-bridge/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	23 Nov 2006 05:22:37 -0000	1.25
+++ .cvsignore	2 Jan 2007 00:16:06 -0000	1.26
@@ -1 +1 @@
-scim-bridge-0.4.8.tar.gz
+scim-bridge-0.4.9.tar.gz


Index: scim-bridge.spec
===================================================================
RCS file: /cvs/dist/rpms/scim-bridge/devel/scim-bridge.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- scim-bridge.spec	23 Nov 2006 05:30:44 -0000	1.38
+++ scim-bridge.spec	2 Jan 2007 00:16:06 -0000	1.39
@@ -1,10 +1,10 @@
-#%%define snapdate 20061018
+#%%define snapdate 20061204
 %define snapshot 0%{?snapdate:1}
 
 %define build_qt 1
 
 Name:           scim-bridge
-Version:        0.4.8
+Version:        0.4.9
 Release:        1%{?dist}
 Summary:        SCIM Bridge Gtk IM module
 
@@ -24,10 +24,6 @@
 %endif
 # for new xinput files (fc6)
 Requires:       scim >= 1.4.4-33
-Patch1:         scim-bridge-0.4.8-qt-moc-path.patch
-Buildrequires:  automake 
-Patch2:         scim-bridge-0.4.8-tests-dir-missing.patch
-Buildrequires:  autoconf libtool
 
 %description
 SCIM Bridge is a C implementation of a Gtk IM module for SCIM.
@@ -64,11 +60,8 @@
 
 %prep
 %setup -q %{?snapdate:-n %{name}-%{version}-%{snapdate}}
-%patch1 -p1 -b .1-moc
-%patch2 -p1 -b .2-tests-missing
-mkdir m4
-autoreconf
 %if %{snapshot}
+mkdir m4
 ./bootstrap
 %endif
 
@@ -104,11 +97,11 @@
 
 
 %post gtk
-%{_bindir}/update-gtk-immodules %{_host}
+%{_bindir}/update-gtk-immodules %{_host} || :
 
 
 %postun gtk
-%{_bindir}/update-gtk-immodules %{_host}
+%{_bindir}/update-gtk-immodules %{_host} || :
 
 
 %files
@@ -133,6 +126,14 @@
 
 
 %changelog
+* Tue Jan  2 2007 Jens Petersen <petersen at redhat.com> - 0.4.9-1
+- update to 0.4.9
+  - fixes hanging agent processes (#210772)
+  - fixes movement of preedit with clicking (#217329)
+  - no longer need scim-bridge-0.4.8-qt-moc-path.patch and
+    scim-bridge-0.4.8-tests-dir-missing.patch
+- protect update-gtk-immodules in %%post and %%postun
+
 * Thu Nov 23 2006 Jens Petersen <petersen at redhat.com> - 0.4.8-1
 - update to 0.4.8
 - add scim-bridge-0.4.8-qt-moc-path.patch to set full path to moc


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/scim-bridge/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	23 Nov 2006 05:22:38 -0000	1.25
+++ sources	2 Jan 2007 00:16:06 -0000	1.26
@@ -1 +1 @@
-dd31005d109a12d35e93b79fc8c67690  scim-bridge-0.4.8.tar.gz
+5997d4172e6602775e906f21eaf28552  scim-bridge-0.4.9.tar.gz


--- scim-bridge-0.4.8-qt-moc-path.patch DELETED ---


--- scim-bridge-0.4.8-tests-dir-missing.patch DELETED ---




More information about the fedora-cvs-commits mailing list