From cf2c657811412f64a657896ed4ae661eb81f7546 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Nov 29 2013 21:15:20 +0000 Subject: Update to 5.2.0 RC1 --- diff --git a/.gitignore b/.gitignore index 63c31a7..2c9160d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /qtgraphicaleffects-opensource-src-5.0.2.tar.xz /qtgraphicaleffects-opensource-src-5.1.0.tar.xz /qtgraphicaleffects-opensource-src-5.1.1.tar.xz +/qtgraphicaleffects-opensource-src-5.2.0-rc1.tar.xz diff --git a/mingw-qt5-qtgraphicaleffects.spec b/mingw-qt5-qtgraphicaleffects.spec index 4ba25e7..b23a041 100644 --- a/mingw-qt5-qtgraphicaleffects.spec +++ b/mingw-qt5-qtgraphicaleffects.spec @@ -1,7 +1,7 @@ %?mingw_package_header %global qt_module qtgraphicaleffects -#%%global pre beta1 +%global pre rc1 #%%global snapshot_date 20121112 #%%global snapshot_rev fcbc6043 @@ -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 - QtGraphicalEffects 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 @@ -108,6 +112,9 @@ Fedora Windows cross-compiler. %changelog +* Fri Nov 29 2013 Erik van Pienbroek - 5.2.0-0.1.rc1 +- Update to 5.2.0 RC1 + * Sat Sep 7 2013 Erik van Pienbroek - 5.1.1-1 - Update to 5.1.1 diff --git a/sources b/sources index e270cee..c8ebec7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40d0989d68fb08c1184b7d5088da9c48 qtgraphicaleffects-opensource-src-5.1.1.tar.xz +927175123f747d0350a4803a8a1386c8 qtgraphicaleffects-opensource-src-5.2.0-rc1.tar.xz