[mingw-qt5-qtimageformats] Update to 5.2.0 RC1

Erik van Pienbroek epienbro at fedoraproject.org
Fri Nov 29 21:17:26 UTC 2013


commit 45b94406459e23dfe0767818ac08d7818fd3462c
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Fri Nov 29 22:17:17 2013 +0100

    Update to 5.2.0 RC1

 .gitignore                    |    1 +
 mingw-qt5-qtimageformats.spec |   23 +++++++++++++++++++----
 sources                       |    2 +-
 3 files changed, 21 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f74f3eb..3a989e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /mingw-qt5-qtimageformats.spec
 /qtimageformats-opensource-src-5.1.0.tar.xz
 /qtimageformats-opensource-src-5.1.1.tar.xz
+/qtimageformats-opensource-src-5.2.0-rc1.tar.xz
diff --git a/mingw-qt5-qtimageformats.spec b/mingw-qt5-qtimageformats.spec
index e88079a..7a4c28e 100644
--- a/mingw-qt5-qtimageformats.spec
+++ b/mingw-qt5-qtimageformats.spec
@@ -1,7 +1,7 @@
 %?mingw_package_header
 
 %global qt_module qtimageformats
-#%%global pre beta1
+%global pre rc1
 
 #%%global snapshot_date 20121112
 #%%global snapshot_rev a0ec617b
@@ -16,8 +16,8 @@
 %global release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           mingw-qt5-%{qt_module}
-Version:        5.1.1
-Release:        1%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
+Version:        5.2.0
+Release:        0.1%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
 Summary:        Qt5 for Windows - QtImageFormats component
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -29,7 +29,11 @@ URL:            http://qt-project.org/
 # wget http://qt.gitorious.org/qt/%{qt_module}/archive-tarball/%{snapshot_rev} -O qt5-%{qt_module}-%{snapshot_rev}.tar.gz
 Source0:        qt5-%{qt_module}-%{snapshot_rev}.tar.gz
 %else
-Source0:        http://download.qt-project.org/official_releases/qt/%{release_version}/%{version}/submodules/%{qt_module}-opensource-src-%{version}%{?pre:-%{pre}}.tar.xz
+%if "%{?pre}" != ""
+Source0:        http://download.qt-project.org/development_releases/qt/%{release_version}/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz
+%else
+Source0:        http://download.qt-project.org/official_releases/qt/%{release_version}/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
+%endif
 %endif
 
 BuildArch:      noarch
@@ -98,6 +102,10 @@ Fedora Windows cross-compiler.
 %{mingw32_libdir}/qt5/plugins/imageformats/qtga.dll
 %{mingw32_libdir}/qt5/plugins/imageformats/qtiff.dll
 %{mingw32_libdir}/qt5/plugins/imageformats/qwbmp.dll
+%{mingw32_libdir}/cmake/Qt5Gui/Qt5Gui_QMngPlugin.cmake
+%{mingw32_libdir}/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake
+%{mingw32_libdir}/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake
+%{mingw32_libdir}/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake
 
 # Win64
 %files -n mingw64-qt5-%{qt_module}
@@ -106,9 +114,16 @@ Fedora Windows cross-compiler.
 %{mingw64_libdir}/qt5/plugins/imageformats/qtga.dll
 %{mingw64_libdir}/qt5/plugins/imageformats/qtiff.dll
 %{mingw64_libdir}/qt5/plugins/imageformats/qwbmp.dll
+%{mingw64_libdir}/cmake/Qt5Gui/Qt5Gui_QMngPlugin.cmake
+%{mingw64_libdir}/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake
+%{mingw64_libdir}/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake
+%{mingw64_libdir}/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake
 
 
 %changelog
+* Fri Nov 29 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.2.0-0.1.rc1
+- Update to 5.2.0 RC1
+
 * Sat Sep  7 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.1.1-1
 - Update to 5.1.1
 
diff --git a/sources b/sources
index 0f1e71c..08e28b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-209edddd5899b36ea7ea7ad52204a593  qtimageformats-opensource-src-5.1.1.tar.xz
+07ff0e1426edf185eb9d9d92588cc433  qtimageformats-opensource-src-5.2.0-rc1.tar.xz


More information about the scm-commits mailing list