[imsettings/f14/master] * Mon Aug 2 2010 Akira TAGOH <tagoh at redhat.com> - 0.108.1-1 - New upstream release. - Fix a crash

Akira TAGOH tagoh at fedoraproject.org
Mon Aug 2 12:14:05 UTC 2010


commit ac564f78e6020b22cd41edd280c4fa05ec72abeb
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Mon Aug 2 21:13:54 2010 +0900

    * Mon Aug  2 2010 Akira TAGOH <tagoh at redhat.com> - 0.108.1-1
    - New upstream release.
      - Fix a crash with imsettings-lxde-helper. (#603582)
      - cleanup the unnecessary patches.

 .gitignore                             |    1 +
 imsettings-fix-lxde-fail.patch         |  513 --------------------------------
 imsettings-fix-race-on-popen.patch     |   35 ---
 imsettings-no-restart-with-exit0.patch |   20 --
 imsettings.spec                        |   16 +-
 sources                                |    2 +-
 6 files changed, 9 insertions(+), 578 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abc52fa..03080c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ imsettings-0.107.2.tar.bz2
 imsettings-0.107.3.tar.bz2
 imsettings-0.107.4.tar.bz2
 imsettings-0.108.0.tar.bz2
+imsettings-0.108.1.tar.bz2
diff --git a/imsettings.spec b/imsettings.spec
index a32a316..6073094 100644
--- a/imsettings.spec
+++ b/imsettings.spec
@@ -1,6 +1,6 @@
 Name:		imsettings
-Version:	0.108.0
-Release:	4%{?dist}
+Version:	0.108.1
+Release:	1%{?dist}
 License:	LGPLv2+
 URL:		http://code.google.com/p/imsettings/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -20,9 +20,6 @@ Source1: 	imsettings-kde.sh
 Patch0:		imsettings-constraint-of-language.patch
 Patch1:		imsettings-disable-xim.patch
 Patch2:		imsettings-none.conf-gtk-xim-default.patch
-Patch3:		imsettings-fix-lxde-fail.patch
-Patch4:		imsettings-no-restart-with-exit0.patch
-Patch5:		imsettings-fix-race-on-popen.patch
 
 Summary:	Delivery framework for general Input Method configuration
 Group:		Applications/System
@@ -106,10 +103,6 @@ This package contains a helper program to get this working on LXDE.
 %patch0 -p1 -b .0-lang
 %patch1 -p1 -b .1-xim
 %patch2 -p1 -b .2-xim
-%patch3 -p0 -b .3-lxde
-%patch4 -p0 -b .4-no-restart
-%patch5 -p0 -b .5-popen
-autoreconf -Im4macros -f
 
 %build
 %configure	\
@@ -246,6 +239,11 @@ fi
 
 
 %changelog
+* Mon Aug  2 2010 Akira TAGOH <tagoh at redhat.com> - 0.108.1-1
+- New upstream release.
+  - Fix a crash with imsettings-lxde-helper. (#603582)
+  - cleanup the unnecessary patches.
+
 * Thu Jun 24 2010 Akira TAGOH <tagoh at redhat.com> - 0.108.0-4
 - Fix a segfault. (#599924)
 
diff --git a/sources b/sources
index 50dc6fb..c52da9f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9048dcd285ba0b6bc39ac31cc9902f7f  imsettings-0.108.0.tar.bz2
+4c403d86c774ca8fb0c9c582821de462  imsettings-0.108.1.tar.bz2


More information about the scm-commits mailing list