[qt-creator] Update to 3.3.0-beta1

Sandro Mani smani at fedoraproject.org
Wed Nov 5 08:25:49 UTC 2014


commit 7928c9110a4517d2523d0d687f560d9b78ff2c47
Author: Sandro Mani <manisandro at gmail.com>
Date:   Wed Nov 5 09:25:58 2014 +0100

    Update to 3.3.0-beta1

 .gitignore               |    1 +
 qt-creator.spec          |   14 +++++++-------
 qt-creator_toAscii.patch |   12 ------------
 sources                  |    2 +-
 4 files changed, 9 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3eb1f1..0b0ce0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /qt-creator-opensource-src-3.2.0.tar.gz
 /qt-creator-opensource-src-3.2.1.tar.gz
 /qt-creator-opensource-src-3.2.2.tar.gz
+/qt-creator-opensource-src-3.3.0-beta1.tar.gz
diff --git a/qt-creator.spec b/qt-creator.spec
index c1fdc62..52b1bfe 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -1,18 +1,16 @@
-#global pre rc1
+%global pre beta1
 
 Name:           qt-creator
-Version:        3.2.2
-Release:        1%{?pre:.%pre}%{?dist}
+Version:        3.3.0
+Release:        0.1%{?pre:.%pre}%{?dist}
 Summary:        Cross-platform IDE for Qt
 
 Group:          Development/Tools
 License:        LGPLv2 or LGPLv3, with exceptions
 URL:            http://qt-project.org/wiki/Category:Tools::QtCreator
 Source0:        http://download.qt-project.org/%{?pre:development}%{!?pre:official}_releases/qtcreator/3.2/%{version}%{?pre:-%pre}/qt-creator-opensource-src-%{version}%{?pre:-%pre}.tar.gz
-# Don't use deprecated toAscii()
-Patch0:         qt-creator_toAscii.patch
 # Fix doc dir (Fedora package is called qt-creator, not qtcreator)
-Patch1:         qt-creator_docdir.patch
+Patch0:         qt-creator_docdir.patch
 # See #1074700
 ExcludeArch:    %{arm}
 
@@ -64,7 +62,6 @@ tailored to the needs of Qt developers.
 %prep
 %setup -q -n qt-creator-opensource-src-%{version}%{?pre:-%pre}
 %patch0 -p1
-%patch1 -p1
 
 %build
 export QTDIR="%{_qt5_prefix}"
@@ -144,6 +141,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Nov 05 2014 Sandro Mani <manisandro at gmail.com> - 3.3.0-0.1.beta1
+- 3.3.0 beta1 release
+
 * Mon Oct 13 2014 Sandro Mani <manisandro at gmail.com> - 3.2.2-1
 - 3.2.2 release
 
diff --git a/sources b/sources
index 7e01b59..c463013 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5200383689326bb170094e8bb27957b6  qt-creator-opensource-src-3.2.2.tar.gz
+99646ae5515c55dffee86792efba473d  qt-creator-opensource-src-3.3.0-beta1.tar.gz


More information about the scm-commits mailing list