Hello community,

here is the log from the commit of package qt-creator for openSUSE:Factory 
checked in at 2013-07-24 17:29:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt-creator (Old)
 and      /work/SRC/openSUSE:Factory/.qt-creator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt-creator"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes    2013-07-07 
22:23:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qt-creator.new/qt-creator.changes       
2013-07-24 17:29:30.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Jul 14 17:09:53 UTC 2013 - [email protected]
+
+- Update to 2.8.0
+
+  See 
http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.8/dist/changes-2.8.0
+  for the complete changelog
+  
+-------------------------------------------------------------------

Old:
----
  qt-creator-2.7.2-src.tar.gz

New:
----
  qbs-path.diff
  qt-creator-2.8.0-src.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qt-creator.spec ++++++
--- /var/tmp/diff_new_pack.MOpfjX/_old  2013-07-24 17:29:32.000000000 +0200
+++ /var/tmp/diff_new_pack.MOpfjX/_new  2013-07-24 17:29:32.000000000 +0200
@@ -15,22 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           qt-creator
-Version:        2.7.2
+Version:        2.8.0
 Release:        0
 Summary:        Lightweight IDE
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:          Development/Tools/IDE
 Url:            http://www.qtsoftware.com/developer/qt-creator/
-%define rversion 2.7.2
-Source:         
http://download.qt-project.org/official_releases/qtcreator/2.7/%{rversion}/%{name}-%{rversion}-src.tar.gz
+%define rversion 2.8.0
+Source:         
http://download.qt-project.org/official_releases/qtcreator/2.8/%{rversion}/%{name}-%{rversion}-src.tar.gz
 Source1:        qtcreator.desktop
 Patch1:         system-botan-lib.diff
 Patch2:         hardcoded-runpath.diff
+Patch3:                        qbs-path.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# depends on private headers and therefore needs the exact Qt version
-%requires_eq    libqt4-x11
+
 
#########################################################################################
 # SuSE, openSUSE
 
#########################################################################################
@@ -38,7 +37,7 @@
 BuildRequires:  fdupes
 BuildRequires:  libQtWebKit-devel
 BuildRequires:  libbotan-devel >= 1.10.2
-BuildRequires:  libqt4-devel >= 4.7.4
+BuildRequires:  libqt4-devel >= 4.8
 BuildRequires:  libqt4-private-headers-devel
 BuildRequires:  update-desktop-files
 Recommends:     libQtWebKit-devel
@@ -51,7 +50,7 @@
 
#########################################################################################
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
 BuildRequires:  desktop-file-utils
-BuildRequires:  qt4-devel >= 4.7.4
+BuildRequires:  qt4-devel >= 4.8
 %endif
 Provides:       %{name}-devel = %{version}
 
@@ -66,12 +65,13 @@
 %patch1 -p1
 %endif
 %patch2
+%patch3 -p1
 
 %build
 %if "%{_lib}"=="lib64"
 qmake IDE_LIBRARY_BASENAME=lib64
 %else
-qmake
+qmake IDE_LIBRARY_BASENAME=lib
 %endif
 make %{?_smp_mflags}
 make %{?_smp_mflags} docs

++++++ qbs-path.diff ++++++
--- a/src/shared/qbs/src/plugins/plugins.pri    2013-07-05 11:52:12.000000000 
-0300
+++ b/src/shared/qbs/src/plugins/plugins.pri    2013-07-16 12:40:32.000000000 
-0300
@@ -17,5 +17,5 @@
     installPrefix = $${QBS_RESOURCES_INSTALL_DIR}
 else: \
     installPrefix = $${QBS_INSTALL_PREFIX}
-target.path = $${installPrefix}/lib/qbs/plugins
+target.path = $$QTC_PREFIX/$${IDE_LIBRARY_BASENAME}/qtcreator/plugins/qbs/
 INSTALLS += target
++++++ qt-creator-2.7.2-src.tar.gz -> qt-creator-2.8.0-src.tar.gz ++++++
/work/SRC/openSUSE:Factory/qt-creator/qt-creator-2.7.2-src.tar.gz 
/work/SRC/openSUSE:Factory/.qt-creator.new/qt-creator-2.8.0-src.tar.gz differ: 
char 5, line 1

++++++ system-botan-lib.diff ++++++
--- /var/tmp/diff_new_pack.MOpfjX/_old  2013-07-24 17:29:32.000000000 +0200
+++ /var/tmp/diff_new_pack.MOpfjX/_new  2013-07-24 17:29:32.000000000 +0200
@@ -80,7 +80,7 @@
 --- a/src/libs/ssh/sshcryptofacility_p.h
 +++ b/src/libs/ssh/sshcryptofacility_p.h
 @@ -31,9 +31,11 @@
- #define SSHABSTRACTCRYPTOFACILITY_P_H
+ #define SSHCRYPTOFACILITY_P_H
  
  #include <botan/botan.h>
 +#include <botan/hmac.h>

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to