commit 14282fa0d5e541e93b223480201fd96d81a98733
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sat Sep 3 17:46:02 2016 +0200
Fix Release tag; Disable debug config
qtav.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/qtav.spec b/qtav.spec
index b805424..f0583b5 100644
--- a/qtav.spec
+++ b/qtav.spec
@@ -7,7 +7,7 @@
Name: qtav
Version: 1.11.0
-Release: 0.4git%{shortcommit0}%{?dist}
+Release: 1.git%{shortcommit0}%{?dist}
Summary: A media playback framework based on Qt and FFmpeg
License: LGPLv2+ and GPLv3+ and BSD
Group: Development/Libraries
@@ -17,6 +17,7 @@ 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
@@ -133,8 +134,7 @@ mkdir build; pushd build
QMAKE_CFLAGS="%{optflags}" \
QMAKE_CXXFLAGS="%{optflags}" \
QMAKE_LFLAGS="-Wl,--as-needed" \
- CONFIG+="no_rpath recheck config_libass_link no-tests debug" \
- ..
+ CONFIG+="no_rpath recheck config_libass_link no-tests release" ..
%make_build
%install
@@ -222,6 +222,11 @@ 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
+
* Fri Sep 02 2016 Martin Gansser <martinkg(a)fedoraproject.org> -
1.11.0-0.4gitc5db90b
- Disabled config test by adding no_config_tests