Update to 2.32.3

This commit is contained in:
Bastien Nocera 2011-02-21 17:13:18 +00:00
parent 36dbcb21c2
commit a2e93d2e0a
4 changed files with 7 additions and 36 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1,26 +0,0 @@
From eb18ad0f249cfbcac117a8423bc38e2d94396fc6 Mon Sep 17 00:00:00 2001
From: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
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

View File

@ -1 +1 @@
0f2855c8515e52cc0026c5e67de762a2 totem-pl-parser-2.32.2.tar.bz2
ff934dc35a90689cf4d25bf5c7c23c2e totem-pl-parser-2.32.3.tar.bz2

View File

@ -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 <bnocera@redhat.com> 2.32.3-1
- Update to 2.32.3
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild