commit 0f881d0aaafae131d28e78832334fb99fc65bec2
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Fri May 31 22:03:25 2019 +0200
New snapshot
.gitignore | 1 +
sources | 2 +-
xine-lib.spec | 9 ++++++---
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cde516a..45bb595 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ xine-lib-1.2.6.tar.xz
/xine-lib-1.2.9-20181129hg14263.tar.xz
/xine-lib-1.2.9-20190516hg14396.tar.xz
/xine-lib-1.2.9-20190525hg14404.tar.xz
+/xine-lib-1.2.9-20190831hg14506.tar.xz
diff --git a/sources b/sources
index 7feccb0..f539f05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93bada5ab531d612ee19a690c0301cf9 xine-lib-1.2.9-20190525hg14404.tar.xz
+ff4d0480195504d3c61aeb98fef5b08e xine-lib-1.2.9-20190831hg14506.tar.xz
diff --git a/xine-lib.spec b/xine-lib.spec
index 0e3a682..cb4cf6c 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -8,13 +8,13 @@
%endif # ix86
%global snapshot 1
-%global date 20190525
-%global revision 14404
+%global date 20190831
+%global revision 14506
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.9
-Release: 17%{?snapshot:.%{date}hg%{revision}}%{?dist}
+Release: 18%{?snapshot:.%{date}hg%{revision}}%{?dist}
License: GPLv2+
URL:
http://www.xine-project.org/
%if ! 0%{?snapshot}
@@ -316,6 +316,9 @@ mkdir -p %{buildroot}%{codecdir}
%changelog
+* Tue Sep 03 2019 Xavier Bachelot <xavier(a)bachelot.org> 1.2.9-18.20190831hg14506
+- Update xine-lib snapshot.
+
* Wed Aug 21 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.9-17.20190525hg14404
- Rebuild for aom SONAME bump
- Drop XvMC support (rfbz #5328)