[mingw-qt5-qtsvg] Update to 5.4.0

Erik van Pienbroek epienbro at fedoraproject.org
Thu Jan 1 19:30:49 UTC 2015


commit 3fcdcbcfa14cfd642ee87a78f443ee829ab00074
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Jan 1 20:30:57 2015 +0100

    Update to 5.4.0

 .gitignore           |    1 +
 mingw-qt5-qtsvg.spec |   13 ++++++++-----
 sources              |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99140c3..961ffee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /qtsvg-opensource-src-5.3.0.tar.xz
 /qtsvg-opensource-src-5.3.1.tar.xz
 /qtsvg-opensource-src-5.3.2.tar.xz
+/qtsvg-opensource-src-5.4.0.tar.xz
diff --git a/mingw-qt5-qtsvg.spec b/mingw-qt5-qtsvg.spec
index 4540aea..c74a8df 100644
--- a/mingw-qt5-qtsvg.spec
+++ b/mingw-qt5-qtsvg.spec
@@ -16,7 +16,7 @@
 %global release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           mingw-qt5-%{qt_module}
-Version:        5.3.2
+Version:        5.4.0
 Release:        1%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
 Summary:        Qt5 for Windows - QtSvg component
 
@@ -39,10 +39,10 @@ Source0:        http://download.qt-project.org/official_releases/qt/%{release_ve
 BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 96
-BuildRequires:  mingw32-qt5-qtbase >= 5.3.2
+BuildRequires:  mingw32-qt5-qtbase >= 5.4.0
 
 BuildRequires:  mingw64-filesystem >= 96
-BuildRequires:  mingw64-qt5-qtbase >= 5.3.2
+BuildRequires:  mingw64-qt5-qtbase >= 5.4.0
 
 
 %description
@@ -103,7 +103,7 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 
 # Win32
 %files -n mingw32-qt5-%{qt_module}
-%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPLv2 LICENSE.LGPLv21 LICENSE.LGPLv3
 %{mingw32_bindir}/Qt5Svg.dll
 %{mingw32_includedir}/qt5/QtSvg/
 %{mingw32_libdir}/libQt5Svg.dll.a
@@ -117,7 +117,7 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 
 # Win64
 %files -n mingw64-qt5-%{qt_module}
-%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPLv2 LICENSE.LGPLv21 LICENSE.LGPLv3
 %{mingw64_bindir}/Qt5Svg.dll
 %{mingw64_includedir}/qt5/QtSvg/
 %{mingw64_libdir}/libQt5Svg.dll.a
@@ -131,6 +131,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 
 
 %changelog
+* Thu Jan  1 2015 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.4.0-1
+- Update to 5.4.0
+
 * Sat Sep 20 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.3.2-1
 - Update to 5.3.2
 
diff --git a/sources b/sources
index 47d4b9b..4f0e861 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7972e80970ff26a908c43defb3d10e6  qtsvg-opensource-src-5.3.2.tar.xz
+1c9921a44060bd98096b105c97556e68  qtsvg-opensource-src-5.4.0.tar.xz


More information about the scm-commits mailing list