Update to 3.25.90
This commit is contained in:
parent
b0473dc1c1
commit
59f203cc06
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/totem-pl-parser-3.10.6.tar.xz
|
||||
/totem-pl-parser-3.10.7.tar.xz
|
||||
/totem-pl-parser-3.25.3.tar.xz
|
||||
/totem-pl-parser-3.25.90.tar.xz
|
||||
|
@ -1,31 +0,0 @@
|
||||
From cd8cec1cf7e16decf4733552b78e7c842c9833a7 Mon Sep 17 00:00:00 2001
|
||||
From: Dominique Leuenberger <dimstar@opensuse.org>
|
||||
Date: Thu, 22 Jun 2017 18:20:50 +0200
|
||||
Subject: [PATCH] build: Fix missing TOTEM_PL_PARSER_CHECK_VERSION macro
|
||||
|
||||
Use totem-pl-parser-features.h.in as base to generate
|
||||
totem-pl-parser-features.h so that TOTEM_PL_PARSER_CHECK_VERSION is
|
||||
present.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=784098
|
||||
---
|
||||
plparse/meson.build | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/plparse/meson.build b/plparse/meson.build
|
||||
index bfc95c5..bd8bac5 100644
|
||||
--- a/plparse/meson.build
|
||||
+++ b/plparse/meson.build
|
||||
@@ -12,7 +12,8 @@ version_cdata = configuration_data()
|
||||
version_cdata.set('TOTEM_PL_PARSER_VERSION_MAJOR', plparse_major_version)
|
||||
version_cdata.set('TOTEM_PL_PARSER_VERSION_MINOR', plparse_minor_version)
|
||||
version_cdata.set('TOTEM_PL_PARSER_VERSION_MICRO', plparse_micro_version)
|
||||
-features_h = configure_file(output: 'totem-pl-parser-features.h',
|
||||
+features_h = configure_file(input: 'totem-pl-parser-features.h.in',
|
||||
+ output: 'totem-pl-parser-features.h',
|
||||
install_dir: 'include/totem-pl-parser/1/plparser',
|
||||
configuration: version_cdata)
|
||||
|
||||
--
|
||||
2.13.0
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (totem-pl-parser-3.25.3.tar.xz) = 44c378ad1847db7d87c88041d18a271c0d9ae91ba2cef4e3fa5fcbcc0b0feab59e83bec2154bdb4b7db5aa317166676322c494ccc0d2e732d5f555d3364f7284
|
||||
SHA512 (totem-pl-parser-3.25.90.tar.xz) = 8b2d0f1f0b6caedd450e3830677cecc9fd1325391eeb15280fbc877a6b809052b9520db934edcb7ad910ca98b41cf8c87d6a3e5e0b62609da9dc2e5f90fafecf
|
||||
|
@ -1,15 +1,12 @@
|
||||
Name: totem-pl-parser
|
||||
Version: 3.25.3
|
||||
Release: 3%{?dist}
|
||||
Version: 3.25.90
|
||||
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.25/%{name}-%{version}.tar.xz
|
||||
|
||||
# Backported from upstream
|
||||
Patch0: 0001-build-Fix-missing-TOTEM_PL_PARSER_CHECK_VERSION-macr.patch
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gmime-devel
|
||||
BuildRequires: libxml2-devel
|
||||
@ -43,9 +40,6 @@ developing applications that use %{name}.
|
||||
%install
|
||||
%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
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
@ -70,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/totem-pl-parser.spec
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
|
||||
%changelog
|
||||
* Thu Aug 10 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
|
||||
- Update to 3.25.90
|
||||
|
||||
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.3-3
|
||||
- Backport an upstream patch to fix rhythmbox build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user