[mingw-qt5-qtsensors] Update to 5.2.0 RC1

Erik van Pienbroek epienbro at fedoraproject.org
Fri Nov 29 21:34:07 UTC 2013


commit c13f86497d4fbe585c1eda7280b4c332905464aa
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Fri Nov 29 22:33:58 2013 +0100

    Update to 5.2.0 RC1

 .gitignore               |    1 +
 mingw-qt5-qtsensors.spec |   17 +++++++++++++----
 sources                  |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef0bdf8..7c55d3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /qt5-qtsensors-ceec1eda.tar.gz
 /qtsensors-opensource-src-5.1.0.tar.xz
 /qtsensors-opensource-src-5.1.1.tar.xz
+/qtsensors-opensource-src-5.2.0-rc1.tar.xz
diff --git a/mingw-qt5-qtsensors.spec b/mingw-qt5-qtsensors.spec
index d564239..0259978 100644
--- a/mingw-qt5-qtsensors.spec
+++ b/mingw-qt5-qtsensors.spec
@@ -1,7 +1,7 @@
 %?mingw_package_header
 
 %global qt_module qtsensors
-#%%global pre beta1
+%global pre rc1
 
 #%%global snapshot_date 20130510
 #5%global snapshot_rev ceec1eda
@@ -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 - QtSensors 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
@@ -118,6 +122,7 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 %{mingw32_libdir}/qt5/plugins/sensors/
 %{mingw32_datadir}/qt5/qml/QtSensors/
 %{mingw32_datadir}/qt5/mkspecs/modules/qt_lib_sensors.pri
+%{mingw32_datadir}/qt5/mkspecs/modules/qt_lib_sensors_private.pri
 
 # Win64
 %files -n mingw64-qt5-%{qt_module}
@@ -130,9 +135,13 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 %{mingw64_libdir}/qt5/plugins/sensors/
 %{mingw64_datadir}/qt5/qml/QtSensors/
 %{mingw64_datadir}/qt5/mkspecs/modules/qt_lib_sensors.pri
+%{mingw64_datadir}/qt5/mkspecs/modules/qt_lib_sensors_private.pri
 
 
 %changelog
+* Fri Nov 29 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.2.0-0.1.rc1
+- Update to 5.2.0 RC1
+
 * Mon Nov 18 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.1.1-1
 - Update to 5.1.1
 
diff --git a/sources b/sources
index e34e8d5..9183d6e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-219607895e15348d723fa67324d7061a  qtsensors-opensource-src-5.1.1.tar.xz
+77a9bb21224b709062baa58c70d7bfa1  qtsensors-opensource-src-5.2.0-rc1.tar.xz


More information about the scm-commits mailing list