[mingw-qt5-qtscript] Update to 5.1.0

Erik van Pienbroek epienbro at fedoraproject.org
Sat Jul 13 22:42:58 UTC 2013


commit 1ee5f80b8b1f22e032774aff3663590a95214362
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Jul 14 00:42:48 2013 +0200

    Update to 5.1.0

 .gitignore              |    1 +
 mingw-qt5-qtscript.spec |   12 +++++++++---
 sources                 |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d97f3e5..5452375 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /qtscript-opensource-src-5.0.1.tar.xz
 /qtscript-opensource-src-5.0.2.tar.xz
+/qtscript-opensource-src-5.1.0.tar.xz
diff --git a/mingw-qt5-qtscript.spec b/mingw-qt5-qtscript.spec
index 54789ea..5febec7 100644
--- a/mingw-qt5-qtscript.spec
+++ b/mingw-qt5-qtscript.spec
@@ -12,21 +12,24 @@
 %global source_folder %{qt_module}-opensource-src-%{version}%{?pre:-%{pre}}
 %endif
 
+# first two digits of version
+%global release_version %(echo %{version} | awk -F. '{print $1"."$2}')
+
 Name:           mingw-qt5-%{qt_module}
-Version:        5.0.2
+Version:        5.1.0
 Release:        1%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
 Summary:        Qt5 for Windows - QtScript component
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
 Group:          Development/Libraries
-URL:            http://www.qtsoftware.com/
+URL:            http://qt-project.org/
 
 %if 0%{?snapshot_date}
 # To regenerate:
 # 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/%{qt_module}-opensource-src-%{version}%{?pre:-%{pre}}.tar.xz
+Source0:        http://download.qt-project.org/official_releases/qt/%{release_version}/%{version}/submodules/%{qt_module}-opensource-src-%{version}%{?pre:-%{pre}}.tar.xz
 %endif
 
 BuildArch:      noarch
@@ -134,6 +137,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 
 
 %changelog
+* Sun Jul 14 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.1.0-1
+- Update to 5.1.0
+
 * Fri May  3 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.0.2-1
 - Update to 5.0.2
 
diff --git a/sources b/sources
index bdc8dcc..b55a971 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-929db18c2f4f66cb2ba204076f9f0c22  qtscript-opensource-src-5.0.2.tar.xz
+c9348cdc39826c717c75b930a7b5a3bf  qtscript-opensource-src-5.1.0.tar.xz


More information about the scm-commits mailing list