commit 71b53713ef13374c2f53e3ffa7f632890ce38dfe
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Sep 17 11:09:57 2016 +0200
Update to 1.11.0-0.5gitbc46ae4
.gitignore | 1 +
qtav.spec | 17 ++++++++---------
sources | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f1808d..46c47a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/QtAV-c5db90b.tar.gz
+/QtAV-bc46ae4.tar.gz
diff --git a/qtav.spec b/qtav.spec
index f0583b5..a3ca5b0 100644
--- a/qtav.spec
+++ b/qtav.spec
@@ -1,5 +1,5 @@
-#
https://github.com/wang-bin/QtAV/commit/c5db90b2ac4724808f738a39796f24a62...
-%global commit0 c5db90b2ac4724808f738a39796f24a627704c31
+#
https://github.com/wang-bin/QtAV/commit/bc46ae44ac1406e575f9e694b556a7be2...
+%global commit0 bc46ae44ac1406e575f9e694b556a7be2d55380e
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global project QtAV
@@ -7,7 +7,7 @@
Name: qtav
Version: 1.11.0
-Release: 1.git%{shortcommit0}%{?dist}
+Release: 0.5git%{shortcommit0}%{?dist}
Summary: A media playback framework based on Qt and FFmpeg
License: LGPLv2+ and GPLv3+ and BSD
Group: Development/Libraries
@@ -17,7 +17,6 @@ Source0:
https://github.com/wang-bin/QtAV/archive/%{commit0}/%{project}-%
BuildRequires: desktop-file-utils
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
-BuildRequires: qt5-qtquickcontrols
BuildRequires: libass-devel
BuildRequires: ffmpeg-devel
BuildRequires: openal-soft-devel
@@ -134,7 +133,8 @@ mkdir build; pushd build
QMAKE_CFLAGS="%{optflags}" \
QMAKE_CXXFLAGS="%{optflags}" \
QMAKE_LFLAGS="-Wl,--as-needed" \
- CONFIG+="no_rpath recheck config_libass_link no-tests release" ..
+ CONFIG+="no_rpath recheck config_libass_link debug" \
+ ..
%make_build
%install
@@ -222,10 +222,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/QtAV.svg
%changelog
-* Sat Sep 03 2016 Antonio Trande <sagitter(a)fedoraproject.org> -
1.11.0-1.gitc5db90b
-- Disable debug config
-- Fix Release tag (this is a post-stable-release)
-- Add qt5-qtquickcontrols as BR package
+* Sat Sep 17 2016 Martin Gansser <martinkg(a)fedoraproject.org> -
1.11.0-0.5gitbc46ae4
+- Update to 1.11.0-0.5gitbc46ae4
+- Dropped config option no_config_tests
* Fri Sep 02 2016 Martin Gansser <martinkg(a)fedoraproject.org> -
1.11.0-0.4gitc5db90b
- Disabled config test by adding no_config_tests
diff --git a/sources b/sources
index 42e1af2..23d038b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a20f891a15362b3c5cfbad8487638696 QtAV-c5db90b.tar.gz
+69da38f4fcdd4efb5c27e90e7aafd58a QtAV-bc46ae4.tar.gz