commit 9e088beaf50dd29b0be557baa9272961e5a7f4b7
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Wed Jan 16 08:49:45 2019 -0600
0.10.2
.gitignore | 1 +
phonon-backend-vlc-0.9.0-initial_preference.patch | 12 ------------
phonon-backend-vlc.spec | 12 ++++++++----
sources | 2 +-
4 files changed, 10 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd3c59f..d106ef7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
phonon-backend-vlc-0.8.2.tar.xz
/phonon-backend-vlc-0.9.0.tar.xz
/phonon-backend-vlc-0.9.1.tar.xz
+/phonon-backend-vlc-0.10.2.tar.xz
diff --git a/phonon-backend-vlc.spec b/phonon-backend-vlc.spec
index bc1edea..dd1f480 100644
--- a/phonon-backend-vlc.spec
+++ b/phonon-backend-vlc.spec
@@ -1,15 +1,13 @@
Name: phonon-backend-vlc
Summary: VLC phonon backend
-Version: 0.9.1
-Release: 6%{?dist}
+Version: 0.10.2
+Release: 1%{?dist}
License: LGPLv2+
URL:
http://phonon.kde.org/
Source0:
http://download.kde.org/stable/phonon/phonon-backend-vlc/%{version}/phono...
## downstream patches
-# reset initial preference below (fedora's default) gstreamer
-Patch1: phonon-backend-vlc-0.9.0-initial_preference.patch
BuildRequires: automoc4 >= 0.9.86
BuildRequires: cmake
@@ -47,6 +45,9 @@ Provides: phonon-qt5-backend%{?_isa} = %{phonon_ver}
%prep
%autosetup -p1
+# reset initial preference below (fedora's default) gstreamer
+sed -i -e 's|^InitialPreference=.*|InitialPreference=10|g' src/vlc.desktop.cmake
+
%build
mkdir %{_target_platform}
@@ -80,6 +81,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
+* Wed Jan 16 2019 Rex Dieter <rdieter(a)fedoraproject.org> - 0.10.2-1
+- 0.10.2
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.9.1-6
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
diff --git a/sources b/sources
index 9615834..60f35e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5169203a485bf800bdc092e0b6efe646 phonon-backend-vlc-0.9.1.tar.xz
+fb25f7b12e04a62d7d1916bade88400f phonon-backend-vlc-0.10.2.tar.xz