From 4939830c3edfc40918810d15d81de282f5971457 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 27 Aug 2013 12:25:48 +0200 Subject: [PATCH] Update to 3.9.5 --- .gitignore | 1 + sources | 2 +- totem-pl-parser.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 367fef4..8a35b94 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /totem-pl-parser-3.4.3.tar.xz /totem-pl-parser-3.4.4.tar.xz /totem-pl-parser-3.4.5.tar.xz +/totem-pl-parser-3.9.5.tar.xz diff --git a/sources b/sources index 25b553d..f8c22e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c675bb7e0195397d3870fd3c9690b220 totem-pl-parser-3.4.5.tar.xz +c1fc32db3fc95231b1a2f2c14132b05b totem-pl-parser-3.9.5.tar.xz diff --git a/totem-pl-parser.spec b/totem-pl-parser.spec index 20ba9eb..575ea7d 100644 --- a/totem-pl-parser.spec +++ b/totem-pl-parser.spec @@ -1,12 +1,12 @@ Name: totem-pl-parser -Version: 3.4.5 -Release: 2%{?dist} +Version: 3.9.5 +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}/3.4/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/%{name}/3.9/%{name}-%{version}.tar.xz Obsoletes: totem-plparser BuildRequires: glib2-devel @@ -57,6 +57,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %doc AUTHORS COPYING.LIB NEWS README %{_libdir}/*.so.* %{_libdir}/girepository-1.0/*.typelib +%{_libexecdir}/totem-pl-parser-videosite %files devel %defattr(-,root,root,-) @@ -67,6 +68,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_datadir}/gir-1.0/*.gir %changelog +* Tue Aug 27 2013 Kalev Lember - 3.9.5-1 +- Update to 3.9.5 + * Sun Aug 04 2013 Fedora Release Engineering - 3.4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild