[pyxdg/f18] update to 0.24

Tomas Bzatek tbzatek at fedoraproject.org
Wed Nov 7 15:43:29 UTC 2012


commit fadd96def9a312a27b7df2be8bffa0c291d24f31
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Wed Nov 7 16:43:21 2012 +0100

    update to 0.24

 .gitignore                                         |    1 +
 pyxdg-0.16-indentfix-bz469229.patch                |   12 ------------
 pyxdg-0.23-gracefully-handle-kde-config-fail.patch |   20 --------------------
 pyxdg.spec                                         |   11 ++++++-----
 sources                                            |    2 +-
 5 files changed, 8 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cef6a0b..4aa9372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pyxdg-0.19.tar.gz
+/pyxdg-0.24.tar.gz
diff --git a/pyxdg.spec b/pyxdg.spec
index b89e592..c241308 100644
--- a/pyxdg.spec
+++ b/pyxdg.spec
@@ -5,14 +5,13 @@
 %endif
 
 Name:           pyxdg
-Version:        0.23
-Release:        2%{?dist}
+Version:        0.24
+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.23-gracefully-handle-kde-config-fail.patch
+Source0:        http://people.freedesktop.org/~takluyver/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 # These are needed for the nose tests.
@@ -37,7 +36,6 @@ package contains a Python 3 version of PyXDG.
 
 %prep
 %setup -q
-%patch0 -p1 -b .869877
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -93,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif #with_python3
 
 %changelog
+* Wed Nov  7 2012 Tomas Bzatek <tbzatek at redhat.com> - 0.24-1
+- update to 0.24
+
 * Fri Oct 26 2012 Tom Callaway <spot at fedoraproject.org> - 0.23-2
 - gracefully handle kde-config fails
 
diff --git a/sources b/sources
index 818c2c5..4ee7305 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0710357dfb914ac22122566299cac61c  pyxdg-0.23.tar.gz
+f87bcec485261a59030df4ecf7dfe035  pyxdg-0.24.tar.gz


More information about the scm-commits mailing list