rpms/pyxdg/EL-5 pyxdg-0.16-indentfix-bz469229.patch, NONE, 1.1 pyxdg.spec, 1.5, 1.6 sources, 1.4, 1.5

Tom Callaway spot at fedoraproject.org
Thu Oct 30 19:01:49 UTC 2008


Author: spot

Update of /cvs/extras/rpms/pyxdg/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17290/EL-5

Modified Files:
	pyxdg.spec sources 
Added Files:
	pyxdg-0.16-indentfix-bz469229.patch 
Log Message:
update to 0.16, fix bz 469229

pyxdg-0.16-indentfix-bz469229.patch:

--- NEW FILE pyxdg-0.16-indentfix-bz469229.patch ---
diff -up pyxdg-0.16/xdg/DesktopEntry.py.BAD pyxdg-0.16/xdg/DesktopEntry.py
--- pyxdg-0.16/xdg/DesktopEntry.py.BAD	2008-10-30 14:22:37.000000000 -0400
+++ pyxdg-0.16/xdg/DesktopEntry.py	2008-10-30 14:22:52.000000000 -0400
@@ -181,7 +181,7 @@ class DesktopEntry(IniFile):
         else:
             #OnlyShowIn and NotShowIn
             if self.content[group].has_key("OnlyShowIn") and self.content[group].has_key("NotShowIn"):
-            self.errors.append("Group may either have OnlyShowIn or NotShowIn, but not both")
+                self.errors.append("Group may either have OnlyShowIn or NotShowIn, but not both")
 
     def checkKey(self, key, value, group):
         # standard keys     


Index: pyxdg.spec
===================================================================
RCS file: /cvs/extras/rpms/pyxdg/EL-5/pyxdg.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyxdg.spec	2 Aug 2007 13:38:47 -0000	1.5
+++ pyxdg.spec	30 Oct 2008 19:01:19 -0000	1.6
@@ -1,15 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pyxdg
-Version:        0.15
-Release:        5%{?dist}.1
+Version:        0.16
+Release:        1%{?dist}
 Summary:        Python library to access freedesktop.org standards
-
-
 Group:          Development/Libraries
 License:        LGPLv2
 URL:            http://freedesktop.org/Software/pyxdg
 Source0:        http://www.freedesktop.org/~lanius/%{name}-%{version}.tar.gz
+Patch0:		pyxdg-0.16-indentfix-bz469229.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -20,6 +19,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .indentfix
 
 %build
 %{__python} setup.py build
@@ -37,6 +37,13 @@
 %{python_sitelib}/xdg
 
 %changelog
+* Thu Oct 30 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.16-1
+- update to 0.16
+- fix indent bug in DesktopEntry.py (bz 469229)
+
+* Sat Apr  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.15-6
+- add egg-info (fixes FTBFS bz 440813)
+
 * Wed Jan  3 2007 Patrice Dumas <pertusus at free.fr> - 0.15-5
 - remove requires for python-abi (automatic now) and python directory
 - remove package name from summary


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyxdg/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Sep 2006 14:36:58 -0000	1.4
+++ sources	30 Oct 2008 19:01:19 -0000	1.5
@@ -1 +1 @@
-86a5441285fc908145414b63348d11a3  pyxdg-0.15.tar.gz
+55b71ec0df9509e05e562ac402b119f7  pyxdg-0.16.tar.gz




More information about the scm-commits mailing list