From c1a62c2da8d076e1d6ad5d0cb3591526cc5fad44 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 18 Oct 2014 15:23:26 -0500 Subject: [PATCH] 5.4.0-beta --- .gitignore | 1 + qt5-qtxmlpatterns.spec | 17 ++++++++++++----- sources | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1d5ede4..2b7a9de 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qtxmlpatterns-opensource-src-5.3.2.tar.xz +/qtxmlpatterns-opensource-src-5.4.0-beta.tar.xz diff --git a/qt5-qtxmlpatterns.spec b/qt5-qtxmlpatterns.spec index 03f65d0..16ecb31 100644 --- a/qt5-qtxmlpatterns.spec +++ b/qt5-qtxmlpatterns.spec @@ -8,18 +8,20 @@ %define docs 1 %endif +%define pre beta + Summary: Qt5 - QtXmlPatterns component Name: qt5-%{qt_module} -Version: 5.3.2 -Release: 1%{?dist} +Version: 5.4.0 +Release: 0.1.%{pre}%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://qt-project.org/ %if 0%{?pre:1} -Source0: http://download.qt-project.org/development_releases/qt/5.3/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz +Source0: http://download.qt-project.org/development_releases/qt/5.4/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz %else -Source0: http://download.qt-project.org/official_releases/qt/5.3/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz +Source0: http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz %endif BuildRequires: qt5-qtbase-devel >= %{version} @@ -40,6 +42,7 @@ Requires: qt5-qtbase-devel%{?_isa} %if 0%{?docs} %package doc Summary: API documentation for %{name} +License: GFDL Requires: %{name} = %{version}-%{release} # for qhelpgenerator BuildRequires: qt5-qttools-devel @@ -108,7 +111,7 @@ popd %postun -p /sbin/ldconfig %files -%doc LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt +%doc LICENSE.GPL* LICENSE.LGPL* LGPL_EXCEPTION.txt %{_qt5_libdir}/libQt5XmlPatterns.so.5* %files devel @@ -123,6 +126,7 @@ popd %if 0%{?docs} %files doc +%doc LICENSE.FDL %{_qt5_docdir}/qtxmlpatterns.qch %{_qt5_docdir}/qtxmlpatterns/ %endif @@ -134,6 +138,9 @@ popd %changelog +* Sat Oct 18 2014 Rex Dieter 5.4.0-0.1.beta +- 5.4.0-beta + * Tue Sep 16 2014 Rex Dieter 5.3.2-1 - 5.3.2 diff --git a/sources b/sources index 1a61ba9..e5580a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -857e8040b2bf45c114a7d75ec6ef94ee qtxmlpatterns-opensource-src-5.3.2.tar.xz +bc4e3604a8d9969db8c2f698e4c92be7 qtxmlpatterns-opensource-src-5.4.0-beta.tar.xz