diff --git a/.gitignore b/.gitignore index c09df14..981dbe5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /totem-pl-parser-2.32.4.tar.bz2 /totem-pl-parser-2.32.5.tar.bz2 /totem-pl-parser-2.32.6.tar.bz2 +/totem-pl-parser-3.2.0.tar.xz diff --git a/sources b/sources index a34eff9..26dc51f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -781554ad8b4c97c0689e7f054b3b3d08 totem-pl-parser-2.32.6.tar.bz2 +8cbb307ffb93730a1f18d081f841215f totem-pl-parser-3.2.0.tar.xz diff --git a/totem-pl-parser.spec b/totem-pl-parser.spec index e21ff71..57c81df 100644 --- a/totem-pl-parser.spec +++ b/totem-pl-parser.spec @@ -1,17 +1,14 @@ Name: totem-pl-parser -Version: 2.32.6 -Release: 5%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Summary: Totem Playlist Parser library Group: System Environment/Libraries License: LGPLv2+ Url: http://www.gnome.org/projects/totem/ -Source0: http://download.gnome.org/sources/%{name}/2.31/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/%{name}/3.2/%{name}-%{version}.tar.bz2 Obsoletes: totem-plparser -Patch0: totem-pl-parser-quvi-0.4.patch -Patch1: totem-pl-parser-glib-2.31.patch - BuildRequires: glib2-devel BuildRequires: gmime-devel BuildRequires: libxml2-devel @@ -41,8 +38,6 @@ developing applications that use %{name}. %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build %configure --enable-static=no @@ -73,6 +68,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_datadir}/gir-1.0/*.gir %changelog +* Sun Feb 26 2012 Matthias Clasen - 3.2.0-1 +- Update to 3.2.0 + * Thu Jan 26 2012 Tomas Bzatek - 2.32.6-5 - Rebuilt for new libarchive