rpms/gnome-lirc-properties/devel glp-fedora-support.patch, 1.1, 1.2 gnome-lirc-properties.spec, 1.11, 1.12

Bastien Nocera hadess at fedoraproject.org
Wed Oct 22 15:31:17 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gnome-lirc-properties/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5911

Modified Files:
	glp-fedora-support.patch gnome-lirc-properties.spec 
Log Message:
* Wed Oct 22 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.0-2
- Update Fedora patch to apply


glp-fedora-support.patch:

Index: glp-fedora-support.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/devel/glp-fedora-support.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glp-fedora-support.patch	4 Jul 2008 21:12:25 -0000	1.1
+++ glp-fedora-support.patch	22 Oct 2008 15:31:16 -0000	1.2
@@ -111,32 +111,6 @@
  
          else:
              args = '/etc/init.d/lirc', action
-Index: gnome_lirc_properties/policykit.py
-===================================================================
---- gnome_lirc_properties/policykit.py	(revision 44)
-+++ gnome_lirc_properties/policykit.py	(working copy)
-@@ -43,7 +43,7 @@
-         authorized = self.policy_kit.IsProcessAuthorized(action_id, pid, False)
-         logging.debug('%s: authorized=%r', action_id, authorized)
- 
--        return ('no' != authorized)
-+        return ('yes' == authorized)
- 
-     def obtain_authorization(self, widget, action_id=config.POLICY_KIT_ACTION):
-         '''
-Index: configure.ac
-===================================================================
---- configure.ac	(revision 44)
-+++ configure.ac	(working copy)
-@@ -60,7 +60,7 @@
- 	  HAVE_LIRCD="no"
-   elif [[ "$LIRCD_MAJOR" -eq "0" ]] && \
- 	  [[ "$LIRCD_MINOR" -eq "8" ]] && \
--	  [[ "$LIRCD_MICRO" -lt "4" ]]; then
-+	  [[ "$LIRCD_MICRO" -lt "3" ]]; then
- 	  AC_MSG_WARN([lircd >= 0.8.4 is required, you have $LIRCD_VERSION])
- 	  HAVE_LIRCD="no"
-   fi
 Index: data/gnome-lirc-properties.desktop.in.in
 ===================================================================
 --- data/gnome-lirc-properties.desktop.in.in	(revision 44)


Index: gnome-lirc-properties.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/devel/gnome-lirc-properties.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gnome-lirc-properties.spec	22 Oct 2008 14:54:38 -0000	1.11
+++ gnome-lirc-properties.spec	22 Oct 2008 15:31:16 -0000	1.12
@@ -6,7 +6,7 @@
 
 Name:		gnome-lirc-properties
 Version:	0.3.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Infrared Remote Controls setup tool
 
 Group:		User Interface/X Hardware Support
@@ -98,6 +98,9 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Wed Oct 22 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.0-2
+- Update Fedora patch to apply
+
 * Wed Oct 22 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.0-1
 - Update to 0.3.0
 - Add patch to ignore the StreamZap remotes through lirc kernel




More information about the fedora-extras-commits mailing list