[imsettings] New upstream release.

Akira TAGOH tagoh at fedoraproject.org
Wed Apr 3 10:09:40 UTC 2013


commit 0521c396b7b7acfc8c973d1a9441325b285085a8
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Wed Apr 3 19:09:37 2013 +0900

    New upstream release.
    
    - Support gnome-classic session. (#947394)

 imsettings-check-exit-status.patch |   31 -------------------------------
 imsettings.spec                    |   13 ++++++++-----
 sources                            |    2 +-
 3 files changed, 9 insertions(+), 37 deletions(-)
---
diff --git a/imsettings.spec b/imsettings.spec
index 9715fbc..b7300df 100644
--- a/imsettings.spec
+++ b/imsettings.spec
@@ -1,6 +1,6 @@
 Name:		imsettings
-Version:	1.6.0
-Release:	3%{?dist}
+Version:	1.6.1
+Release:	1%{?dist}
 License:	LGPLv2+
 URL:		https://tagoh.bitbucket.org/%{name}/
 BuildRequires:	desktop-file-utils
@@ -19,8 +19,6 @@ Patch0:		%{name}-constraint-of-language.patch
 Patch1:		%{name}-disable-xim.patch
 ## Fedora specific: Enable xcompose for certain languages
 Patch2:		%{name}-xinput-xcompose.patch
-## backported patches
-Patch10:	%{name}-check-exit-status.patch
 
 Summary:	Delivery framework for general Input Method configuration
 Group:		Applications/System
@@ -175,7 +173,6 @@ This package contains a module to get this working on MATE.
 %patch0 -p1 -b .0-lang
 %patch1 -p1 -b .1-xim
 %patch2 -p1 -b .2-xcompose
-%patch10 -p1 -b .10-exit-status
 
 %build
 %configure	\
@@ -190,6 +187,7 @@ make %{?_smp_mflags}
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="/usr/bin/install -p"
 
 # change the file attributes
+chmod 0755 $RPM_BUILD_ROOT%{_libexecdir}/imsettings-target-checker.sh
 chmod 0755 $RPM_BUILD_ROOT%{_libexecdir}/xinputinfo.sh
 chmod 0755 $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/50-xinput.sh
 
@@ -236,6 +234,7 @@ fi
 %{_libexecdir}/imsettings-check
 %{_libexecdir}/imsettings-daemon
 %{_libexecdir}/xinputinfo.sh
+%{_libexecdir}/imsettings-functions
 %{_libexecdir}/imsettings-target-checker.sh
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/pixmaps/*.png
@@ -285,6 +284,10 @@ fi
 
 
 %changelog
+* Wed Apr  3 2013 Akira TAGOH <tagoh at redhat.com> - 1.6.1-1
+- New upstream release.
+- Support gnome-classic session. (#947394)
+
 * Tue Mar 12 2013 Akira TAGOH <tagoh at redhat.com> - 1.6.0-3
 - Run input methods on even non-GNOME desktops. (#920188)
 
diff --git a/sources b/sources
index c6f07c1..9a1c2d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7121c13c7129a64ee3e6923a65c451bc  imsettings-1.6.0.tar.bz2
+c7cd234ffea0a52e2f9324f87de81aba  imsettings-1.6.1.tar.bz2


More information about the scm-commits mailing list