rpms/im-chooser/devel .cvsignore, 1.16, 1.17 im-chooser.spec, 1.28, 1.29 sources, 1.15, 1.16

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Fri Feb 8 08:06:22 UTC 2008


Author: tagoh

Update of /cvs/pkgs/rpms/im-chooser/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8666

Modified Files:
	.cvsignore im-chooser.spec sources 
Log Message:
* Fri Feb  8 2008 Akira TAGOH <tagoh at redhat.com> - 0.99.1-1
- New upstream release.
  - Fix some memory leaks and clean up the code. (#431167)
  - Fix the handling of the user own .xinputrc. (#431291)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/im-chooser/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	1 Feb 2008 02:28:18 -0000	1.16
+++ .cvsignore	8 Feb 2008 08:05:47 -0000	1.17
@@ -16,3 +16,4 @@
 im-chooser-0.5.4.tar.gz
 im-chooser-0.5.5.tar.gz
 im-chooser-0.99.tar.gz
+im-chooser-0.99.1.tar.gz


Index: im-chooser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/im-chooser/devel/im-chooser.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- im-chooser.spec	1 Feb 2008 02:21:44 -0000	1.28
+++ im-chooser.spec	8 Feb 2008 08:05:47 -0000	1.29
@@ -1,5 +1,5 @@
 Name:		im-chooser
-Version:	0.99
+Version:	0.99.1
 Release:	1%{?dist}
 License:	GPLv2+
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -24,6 +24,7 @@
 Summary:	Input Method settings framework
 Group:		Applications/System
 Requires:	xorg-x11-xinit >= 1.0.2-22.fc8
+Requires:	imsettings-libs = %{version}-%{release}
 
 %description -n imsettings
 imsettings is a framework to deal with IM configuration through D-Bus.
@@ -74,14 +75,14 @@
 %post -n imsettings
 alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_sysconfdir}/X11/xinit/xinput.d/none.conf 10
 alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_sysconfdir}/X11/xinit/xinput.d/xim.conf 30
-imsettings-reload -f
+imsettings-reload -f > /dev/null 2>&1 || :
 
 %postun -n imsettings
 if [ "$1" = 0 ]; then
 	alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/none.conf
 	alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/xim.conf
 fi
-imsettings-reload -f
+imsettings-reload -f > /dev/null 2>&1 || :
 
 %files -f %{name}.lang
 %defattr (-, root, root)
@@ -115,6 +116,11 @@
 %{_libdir}/pkgconfig/imsettings.pc
 
 %changelog
+* Fri Feb  8 2008 Akira TAGOH <tagoh at redhat.com> - 0.99.1-1
+- New upstream release.
+  - Fix some memory leaks and clean up the code. (#431167)
+  - Fix the handling of the user own .xinputrc. (#431291)
+
 * Fri Feb  1 2008 Akira TAGOH <tagoh at redhat.com> - 0.99-1
 - New upstream release.
   - IMSettings is now enabled. you don't need to restart your desktop after


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/im-chooser/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	1 Feb 2008 02:28:18 -0000	1.15
+++ sources	8 Feb 2008 08:05:47 -0000	1.16
@@ -1 +1 @@
-ed6898e89a228c380754476d5aff6336  im-chooser-0.99.tar.gz
+1a1c93b5b45a71c60aa833f16bc7af87  im-chooser-0.99.1.tar.gz




More information about the fedora-extras-commits mailing list