[qt-creator] 2.3.0 release

Itamar Reis Peixoto itamarjp at fedoraproject.org
Thu Sep 1 12:39:43 UTC 2011


commit 8c781cf502bdcba1f6a7b68817a6480de125c212
Author: Itamar Reis Peixoto <itamar at ispbrasil.com.br>
Date:   Thu Sep 1 09:39:21 2011 -0300

    2.3.0 release

 .gitignore      |    1 +
 qt-creator.spec |    9 ++++++---
 sources         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ed45c9..e9f8293 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ qt-creator-2.0.0-src.tar.gz
 /qt-creator-2.2.0-src.tar.gz
 /qt-creator-2.2.1-src.tar.gz
 /qt-creator-2.3.0-beta-src.tar.gz
+/qt-creator-2.3.0-src.tar.gz
diff --git a/qt-creator.spec b/qt-creator.spec
index f722c06..d1e9802 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -1,12 +1,12 @@
 Name:           qt-creator
 Version:        2.3.0
-Release:        0.0.beta%{?dist}
+Release:        1%{?dist}
 Summary:        Lightweight and cross-platform IDE for Qt
 
 Group:          Development/Tools
 License:        LGPLv2 with exceptions
 URL:            http://www.qtsoftware.com/developer/qt-creator
-Source0:        http://get.qt.nokia.com/qtcreator/%{name}-%{version}-beta-src.tar.gz
+Source0:        http://get.qt.nokia.com/qtcreator/%{name}-%{version}-src.tar.gz
 
 Source1:        qtcreator.desktop
 
@@ -34,7 +34,7 @@ designed to make development with the Qt application framework
 even faster and easier.
 
 %prep
-%setup -q -n %{name}-%{version}-beta-src
+%setup -q -n %{name}-%{version}-src
 
 %build
 QTDIR="%{_qt4_prefix}" ; export QTDIR ; \
@@ -97,6 +97,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 #%%{_datadir}/doc/qtcreator/qtcreator.qch
 
 %changelog
+* Thu Sep 01 2011 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.3.0-1
+- 2.3.0 release
+
 * Wed Jul 13 2011 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.3.0-0.0.beta
 - 2.3.0 beta
 
diff --git a/sources b/sources
index a5003b1..784a233 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b47d0a4ef5b1ce085b0cbf46db15d3a  qt-creator-2.3.0-beta-src.tar.gz
+b7ee1b779f9afe9190c5c72fb207650c  qt-creator-2.3.0-src.tar.gz


More information about the scm-commits mailing list