[mingw-qt5-qtbase] Update to 5.0.1

Erik van Pienbroek epienbro at fedoraproject.org
Thu Jan 31 17:44:56 UTC 2013


commit 9b68c1c7af82fed945d1052356e541de5fae3186
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Jan 31 18:44:40 2013 +0100

    Update to 5.0.1
    
    and removed the -fast configure argument (upstream dropped support for it)

 .gitignore            |    1 +
 mingw-qt5-qtbase.spec |   11 +++++++----
 sources               |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e4d6f58..8a480d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /qtbase-opensource-src-5.0.0.tar.xz
+/qtbase-opensource-src-5.0.1.tar.xz
diff --git a/mingw-qt5-qtbase.spec b/mingw-qt5-qtbase.spec
index 6df4f87..da67e6e 100644
--- a/mingw-qt5-qtbase.spec
+++ b/mingw-qt5-qtbase.spec
@@ -22,8 +22,8 @@
 %endif
 
 Name:           mingw-qt5-qtbase
-Version:        5.0.0
-Release:        3%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
+Version:        5.0.1
+Release:        1%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
 Summary:        Qt5 for Windows - QtBase component
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -35,7 +35,7 @@ URL:            http://www.qtsoftware.com/
 # wget http://qt.gitorious.org/qt/qtbase/archive-tarball/%{snapshot_rev} -O qt5-qtbase-%{snapshot_rev}.tar.gz
 Source0:        qt5-qtbase-%{snapshot_rev}.tar.gz
 %else
-Source0:        http://releases.qt-project.org/qt5/5.0.0/submodules_tar/qtbase-opensource-src-%{version}%{?pre:-%{pre}}.tar.xz
+Source0:        http://releases.qt-project.org/qt5/%{version}/submodules_tar/qtbase-opensource-src-%{version}%{?pre:-%{pre}}.tar.xz
 %endif
 
 # Special cross-compilation qmake target.
@@ -219,7 +219,6 @@ qt_configure_args_generic="\
     -optimized-qmake \
     -verbose \
     -opensource \
-    -fast \
     -confirm-license \
     -force-pkg-config \
     -force-debug-info \
@@ -662,6 +661,10 @@ sed -i s@'#QT_TOOL'@'QT_TOOL'@ $RPM_BUILD_ROOT%{mingw64_datadir}/qt5/mkspecs/%{p
 
 
 %changelog
+* Tue Jan 31 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.0.1-1
+- Update to 5.0.1
+- Removed the -fast configure argument (upstream dropped support for it)
+
 * Fri Jan 11 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.0.0-4
 - Moved the libQt5Bootstrap.a library (required to build tools like lrelease
   and lupdate which are part of mingw-qt5-qttools) to separate -devel subpackages
diff --git a/sources b/sources
index 32387ac..c06f11c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c29073bfc3cf6b39492a2481d982386e  qtbase-opensource-src-5.0.0.tar.xz
+720e5061d75913dfa97bf8bef4a443df  qtbase-opensource-src-5.0.1.tar.xz


More information about the scm-commits mailing list