[mingw-qt5-qt3d] Update to 20130923 snapshot (rev 7433868)

Erik van Pienbroek epienbro at fedoraproject.org
Sun Jan 5 22:28:15 UTC 2014


commit 143fb40885c7c9bb45fb1b74e04bef9b33e061fc
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Jan 5 23:28:09 2014 +0100

    Update to 20130923 snapshot (rev 7433868)

 .gitignore          |    1 +
 mingw-qt5-qt3d.spec |   16 ++++++++++++----
 sources             |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 452c9df..dbcf32f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /qt5-qt3d-0158ce78.tar.gz
+/qt5-qt3d-7433868.tar.gz
diff --git a/mingw-qt5-qt3d.spec b/mingw-qt5-qt3d.spec
index 530d602..74654e9 100644
--- a/mingw-qt5-qt3d.spec
+++ b/mingw-qt5-qt3d.spec
@@ -3,8 +3,8 @@
 %global qt_module qt3d
 #%%global pre beta1
 
-%global snapshot_date 20130510
-%global snapshot_rev 0158ce78
+%global snapshot_date 20130923
+%global snapshot_rev 7433868
 
 %if 0%{?snapshot_date}
 %global source_folder qt-%{qt_module}
@@ -14,7 +14,7 @@
 
 Name:           mingw-qt5-%{qt_module}
 Version:        5.0.0
-Release:        0.7%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
+Release:        0.8%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
 Summary:        Qt5 for Windows - Qt3d component
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -26,7 +26,11 @@ URL:            http://www.qtsoftware.com/
 # 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://releases.qt-project.org/qt5/%{version}/submodules_tar/%{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
@@ -154,6 +158,10 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 
 
 %changelog
+* Sun Jan  5 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.0.0-0.8.git20130923.7433868
+- Update to 20130923 snapshot (rev 7433868)
+  This is the last Qt 5.2 based revision
+
 * Sun Dec 01 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.0.0-0.7.git20130510.0158ce78
 - Fix FTBFS against Qt 5.2
 
diff --git a/sources b/sources
index 8a2435a..f92f622 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2f26cd8600cd00d1e46278a9aec3d36  qt5-qt3d-0158ce78.tar.gz
+fa5bf25570d77e871980c20a69ca115a  qt5-qt3d-7433868.tar.gz


More information about the scm-commits mailing list