rpms/gnome-lirc-properties/devel .cvsignore, 1.3, 1.4 glp-fedora-support.patch, 1.3, 1.4 gnome-lirc-properties.spec, 1.15, 1.16 sources, 1.3, 1.4 glp-dont-detect-kbd-no-buttons.patch, 1.1, NONE glp-hiddev-bt.patch, 1.1, NONE

Bastien Nocera hadess at fedoraproject.org
Mon Oct 27 17:33:04 UTC 2008


Author: hadess

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

Modified Files:
	.cvsignore glp-fedora-support.patch gnome-lirc-properties.spec 
	sources 
Removed Files:
	glp-dont-detect-kbd-no-buttons.patch glp-hiddev-bt.patch 
Log Message:
* Mon Oct 27 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.1-1
- Update to 0.3.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	22 Oct 2008 14:54:37 -0000	1.3
+++ .cvsignore	27 Oct 2008 17:32:33 -0000	1.4
@@ -1 +1 @@
-gnome-lirc-properties-0.3.0.tar.gz
+gnome-lirc-properties-0.3.1.tar.gz

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glp-fedora-support.patch	27 Oct 2008 15:46:20 -0000	1.3
+++ glp-fedora-support.patch	27 Oct 2008 17:32:34 -0000	1.4
@@ -46,9 +46,9 @@
  X-GNOME-Bugzilla-Component=general
 Index: gnome_lirc_properties/backend.py
 ===================================================================
---- gnome_lirc_properties/backend.py	(revision 72)
+--- gnome_lirc_properties/backend.py	(revision 76)
 +++ gnome_lirc_properties/backend.py	(working copy)
-@@ -493,8 +493,8 @@
+@@ -494,8 +494,8 @@
      # The "REMOTE_" prefix is made optional, since it only was introduced
      # with lirc 0.8.3~pre1-0ubuntu4 of Hardy Heron.
  
@@ -59,8 +59,8 @@
      __re_start_lircd      = re.compile(r'^\s*START_LIRCD=')
  
      def __init__(self, connection=None, path='/'):
-@@ -592,40 +592,37 @@
-                 print >> output, ('%s"%s"' % (match.group(0), value))
+@@ -593,40 +593,37 @@
+                 print >> output, ('%s"%s"' % (match.group(0), ShellQuote.shellquote(value)))
                  continue
  
 -            # Deal with the START_LIRCD line:
@@ -83,7 +83,7 @@
 +        value = (start_lircd is None) and 'true' or start_lircd
 +        start_lircd = None
  
--                print >> output, (match.group(0) + value)
+-                print >> output, (match.group(0) + ShellQuote.shellquote(value))
 -                continue
 +        if 'true' == value:
 +             args = '/sbin/chkconfig', 'lirc', 'on'
@@ -100,13 +100,13 @@
          if remote_values:
              print >> output, '\n# Remote settings required by gnome-lirc-properties'
          for key, value in remote_values.items():
--            print >> output, ('REMOTE_%s="%s"' % (key, value))
-+            print >> output, ('%s="%s"' % (key, value))
+-            print >> output, ('REMOTE_%s="%s"' % (key, ShellQuote.shellquote(value)))
++            print >> output, ('%s="%s"' % (key, ShellQuote.shellquote(value)))
  
          if receiver_values:
              print >> output, '\n# Receiver settings required by gnome-lirc-properties'
          for key, value in receiver_values.items():
-             print >> output, ('RECEIVER_%s="%s"' % (key, value))
+             print >> output, ('RECEIVER_%s="%s"' % (key, ShellQuote.shellquote(value)))
  
 -        if start_lircd is not None:
 -            print >> output, '\n# Daemon settings required by gnome-lirc-properties'
@@ -115,7 +115,7 @@
          # Replace old file with new contents:
  
          os.unlink(oldfile)
-@@ -646,10 +643,10 @@
+@@ -647,10 +644,10 @@
          self._check_permission(sender)
  
          remote_values = {
@@ -129,8 +129,8 @@
              'LIRCD_CONF': '',
          }
  
-@@ -767,10 +764,12 @@
-         print 'Managing lircd: %s...' % action
+@@ -773,10 +770,12 @@
+ 	    raise AccessDeniedException
  
          if 'enable' == action:
 -            self._write_hardware_configuration(start_lircd=True)


Index: gnome-lirc-properties.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/devel/gnome-lirc-properties.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gnome-lirc-properties.spec	27 Oct 2008 15:46:20 -0000	1.15
+++ gnome-lirc-properties.spec	27 Oct 2008 17:32:34 -0000	1.16
@@ -5,8 +5,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		gnome-lirc-properties
-Version:	0.3.0
-Release:	5%{?dist}
+Version:	0.3.1
+Release:	1%{?dist}
 Summary:	Infrared Remote Controls setup tool
 
 Group:		User Interface/X Hardware Support
@@ -22,9 +22,6 @@
 # https://bugzilla.redhat.com/show_bug.cgi?id=467340
 # http://bugzilla.gnome.org/show_bug.cgi?id=557429
 Patch2:		glp-remove-snapstream.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=557977#c4
-Patch3:		glp-dont-detect-kbd-no-buttons.patch
-Patch4:		glp-hiddev-bt.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -51,8 +48,6 @@
 %patch0 -p0 -b .fedora
 %patch1 -p0 -b .no-fluendo-remotes
 %patch2 -p0
-%patch3 -p0
-%patch4 -p0
 
 %build
 %configure --disable-conf-check --with-lirc-confdir=%{_sysconfdir} --with-remotes-database=%{_datadir}/lirc-remotes/
@@ -103,6 +98,9 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Mon Oct 27 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.1-1
+- Update to 0.3.1
+
 * Mon Oct 27 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.0-5
 - Fix chkconfig not being called to auto-start lirc in some cases
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	22 Oct 2008 14:54:38 -0000	1.3
+++ sources	27 Oct 2008 17:32:34 -0000	1.4
@@ -1 +1 @@
-41b253ad1aa175b9e8a302073bd4f357  gnome-lirc-properties-0.3.0.tar.gz
+6bb73e97ec08969c27d59cf578bc349f  gnome-lirc-properties-0.3.1.tar.gz


--- glp-dont-detect-kbd-no-buttons.patch DELETED ---


--- glp-hiddev-bt.patch DELETED ---




More information about the scm-commits mailing list