Mailinglist Archive: opensuse-commit (817 mails)
| < Previous | Next > |
commit python-xdg
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 02 Dec 2008 15:39:21 +0100
- Message-id: <20081202143921.6BF4D6780A8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package python-xdg
checked in at Tue Dec 2 15:39:21 CET 2008.
--------
--- python-xdg/python-xdg.changes 2008-10-24 15:27:03.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-xdg/python-xdg.changes 2008-12-02
12:17:04.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec 02 11:14:45 GMT 2008 - riggwelter@xxxxxxxxxxxx
+
+- Fix indentation problem in DesktopEntry
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
python-xdg-indentation.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-xdg.spec ++++++
--- /var/tmp/diff_new_pack.Q16842/_old 2008-12-02 15:37:41.000000000 +0100
+++ /var/tmp/diff_new_pack.Q16842/_new 2008-12-02 15:37:41.000000000 +0100
@@ -21,13 +21,14 @@
%define real_name pyxdg
Summary: PyXDG is a python library to access freedesktop.org standards
Version: 0.16
-Release: 1
+Release: 2
License: LGPL v2.1 or later
Group: Development/Libraries/Python
Url: http://freedesktop.org/Software/pyxdg
# http://www.freedesktop.org/~lanius/pyxdg-%{version}.tar.gz
Source: %{real_name}-%{version}.tar.bz2
Source1: python-xdg-rpmlintrc
+Patch1: python-xdg-indentation.patch
BuildRequires: python-devel
%py_requires
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -59,6 +60,7 @@
%prep
%setup -q -n %{real_name}-%{version}
+%patch1 -p1
%build
%{__python} setup.py build
@@ -77,6 +79,8 @@
%{py_sitedir}/xdg/*
%changelog
+* Tue Dec 02 2008 riggwelter@xxxxxxxxxxxx
+- Fix indentation problem in DesktopEntry
* Fri Oct 24 2008 lrupp@xxxxxxx
- update to 0.16
+ IconTheme.py: Add more directories to the pixmap path
++++++ python-xdg-indentation.patch ++++++
diff -ruN pyxdg-0.16.orig/xdg/DesktopEntry.py pyxdg-0.16/xdg/DesktopEntry.py
--- pyxdg-0.16.orig/xdg/DesktopEntry.py 2008-03-02 13:56:33.000000000 +0000
+++ pyxdg-0.16/xdg/DesktopEntry.py 2008-12-02 11:12:05.000000000 +0000
@@ -181,7 +181,7 @@
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
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |