diff --git a/.gitignore b/.gitignore index e789d20..ab72ac3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ totem-pl-parser-2.30.1.tar.bz2 /totem-pl-parser-2.32.0.tar.bz2 /totem-pl-parser-2.32.1.tar.bz2 /totem-pl-parser-2.32.2.tar.bz2 +/totem-pl-parser-2.32.3.tar.bz2 diff --git a/0001-Fix-libquvi-version-dependency.patch b/0001-Fix-libquvi-version-dependency.patch deleted file mode 100644 index 3ebd2e4..0000000 --- a/0001-Fix-libquvi-version-dependency.patch +++ /dev/null @@ -1,26 +0,0 @@ -From eb18ad0f249cfbcac117a8423bc38e2d94396fc6 Mon Sep 17 00:00:00 2001 -From: Yaakov Selkowitz -Date: Sun, 30 Jan 2011 19:02:18 -0600 -Subject: [PATCH] Fix libquvi version dependency - -https://bugzilla.gnome.org/show_bug.cgi?id=640987 ---- - configure.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/configure.in b/configure.in -index 840bf8c..b128de5 100644 ---- a/configure.in -+++ b/configure.in -@@ -40,7 +40,7 @@ AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums]) - # Requirements - GLIB_REQS=2.21.6 - GIO_REQS=2.24.0 --QUVI_REQS=2.11 -+QUVI_REQS=0.2.11 - - # Before making a release, the PLPARSER_LT_VERSION string should be modified. - # The string is of the form C:R:A. --- -1.7.3.5 - diff --git a/sources b/sources index bd368be..e3b5aff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f2855c8515e52cc0026c5e67de762a2 totem-pl-parser-2.32.2.tar.bz2 +ff934dc35a90689cf4d25bf5c7c23c2e totem-pl-parser-2.32.3.tar.bz2 diff --git a/totem-pl-parser.spec b/totem-pl-parser.spec index 1b30d7a..9fdae7a 100644 --- a/totem-pl-parser.spec +++ b/totem-pl-parser.spec @@ -1,6 +1,6 @@ Name: totem-pl-parser -Version: 2.32.2 -Release: 3%{?dist} +Version: 2.32.3 +Release: 1%{?dist} Summary: Totem Playlist Parser library Group: System Environment/Libraries @@ -18,10 +18,6 @@ BuildRequires: gettext BuildRequires: quvi-devel BuildRequires: perl(XML::Parser) intltool -# Upstream patch -Patch0: 0001-Fix-libquvi-version-dependency.patch -BuildRequires: automake autoconf libtool gtk-doc gnome-common - %description A library to parse and save playlists, as used in music and movie players. @@ -41,9 +37,6 @@ developing applications that use %{name}. %prep %setup -q -%patch0 -p1 -b .quvi-version -libtoolize -f -autoreconf -f %build %configure --enable-static=no @@ -74,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_datadir}/gir-1.0/*.gir %changelog +* Mon Feb 21 2011 Bastien Nocera 2.32.3-1 +- Update to 2.32.3 + * Wed Feb 09 2011 Fedora Release Engineering - 2.32.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild