From be69ba2b58da9578ba41140c9928fe5e1301667e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 27 Jul 2017 13:38:59 +0200 Subject: [PATCH] Update to 3.25.3 --- .gitignore | 1 + sources | 2 +- totem-pl-parser.spec | 22 ++++++++++++++-------- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c0b7d3e..5fb224e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /totem-pl-parser-3.10.5.tar.xz /totem-pl-parser-3.10.6.tar.xz /totem-pl-parser-3.10.7.tar.xz +/totem-pl-parser-3.25.3.tar.xz diff --git a/sources b/sources index 548819d..e371ed2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a316c4c82ac64758d7b57e422a07a75e totem-pl-parser-3.10.7.tar.xz +SHA512 (totem-pl-parser-3.25.3.tar.xz) = 44c378ad1847db7d87c88041d18a271c0d9ae91ba2cef4e3fa5fcbcc0b0feab59e83bec2154bdb4b7db5aa317166676322c494ccc0d2e732d5f555d3364f7284 diff --git a/totem-pl-parser.spec b/totem-pl-parser.spec index cf4ded9..5434847 100644 --- a/totem-pl-parser.spec +++ b/totem-pl-parser.spec @@ -1,11 +1,11 @@ Name: totem-pl-parser -Version: 3.10.7 -Release: 2%{?dist} +Version: 3.25.3 +Release: 1%{?dist} Summary: Totem Playlist Parser library License: LGPLv2+ Url: https://wiki.gnome.org/Apps/Videos -Source0: https://download.gnome.org/sources/%{name}/3.10/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz BuildRequires: glib2-devel BuildRequires: gmime-devel @@ -13,9 +13,10 @@ BuildRequires: libxml2-devel BuildRequires: libsoup-devel BuildRequires: gobject-introspection-devel BuildRequires: gettext +BuildRequires: gtk-doc BuildRequires: libquvi-devel BuildRequires: libarchive-devel -BuildRequires: perl(XML::Parser) intltool +BuildRequires: meson %description A library to parse and save playlists, as used in music and movie players. @@ -33,12 +34,14 @@ developing applications that use %{name}. %setup -q %build -%configure --enable-static=no -make %{?_smp_mflags} +%meson -Denable-gtk-doc=true +%meson_build %install -%make_install -find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +%meson_install + +# Remove an unwanted spec file; already fixed upstream +rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/totem-pl-parser.spec %find_lang %{name} --with-gnome @@ -64,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_datadir}/gir-1.0/*.gir %changelog +* Thu Jul 27 2017 Kalev Lember - 3.25.3-1 +- Update to 3.25.3 + * Sat Feb 11 2017 Fedora Release Engineering - 3.10.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild