From 0da488ccffaa7eaf6641b768969460776f2673e4 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 28 Feb 2013 15:09:42 -0500 Subject: [PATCH] 0.25 --- .gitignore | 1 + pyxdg.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1532554..67a0a5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ pyxdg-0.19.tar.gz /pyxdg-0.23.tar.gz +/pyxdg-0.25.tar.gz diff --git a/pyxdg.spec b/pyxdg.spec index b89e592..dbadf69 100644 --- a/pyxdg.spec +++ b/pyxdg.spec @@ -5,14 +5,13 @@ %endif Name: pyxdg -Version: 0.23 -Release: 2%{?dist} +Version: 0.25 +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 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 +* Thu Feb 28 2013 Tom Callaway - 0.25-1 +- update to 0.25 + * Fri Oct 26 2012 Tom Callaway - 0.23-2 - gracefully handle kde-config fails diff --git a/sources b/sources index 818c2c5..3825cda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0710357dfb914ac22122566299cac61c pyxdg-0.23.tar.gz +bedcdb3a0ed85986d40044c87f23477c pyxdg-0.25.tar.gz