Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2018-11-15 12:40:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-creator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-creator"

Thu Nov 15 12:40:38 2018 rev:58 rq:648962 version:4.8.0~beta1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes    
2018-10-15 09:47:07.867124093 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes       
2018-11-15 12:40:39.290236056 +0100
@@ -1,0 +2,22 @@
+Wed Nov 14 11:51:27 UTC 2018 - Fabian Vogt <[email protected]>
+
+- Don't try to use WebEngine on unsupported architectures
+
+-------------------------------------------------------------------
+Sat Oct 13 15:09:32 UTC 2018 - [email protected]
+
+- Update to 4.8.0 Beta 1:
+  * Added experimental plugin LanguageClient for supporting the
+    language server protocol (QTCREATORBUG-20284)
+  * Added experimental plugin CompilationDatabaseProjectManager
+    that opens a compilation database for code editing
+  * Added experimental plugin ClangFormat that bases
+    auto-indentation on Clang Format
+  * Added experimental plugin Cppcheck for integration of
+    cppcheck diagnostics
+  * Added support for multiple simultaneous debugger runs
+  * Fixed 'Open Terminal Here' for konsole (QTCREATORBUG-20900)
+  * Many other fixes and improvements. Full changelog:
+    
https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.8.0.md?h=4.8
+
+-------------------------------------------------------------------

Old:
----
  qt-creator-opensource-src-4.7.1.tar.xz

New:
----
  qt-creator-opensource-src-4.8.0-beta1.tar.xz

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

Other differences:
------------------
++++++ libqt5-creator.spec ++++++
--- /var/tmp/diff_new_pack.1ksi1Q/_old  2018-11-15 12:40:41.318233743 +0100
+++ /var/tmp/diff_new_pack.1ksi1Q/_new  2018-11-15 12:40:41.318233743 +0100
@@ -19,16 +19,16 @@
 %define have_qdoc 0%{?suse_version} >= 1500
 
 Name:           libqt5-creator
-Version:        4.7.1
+Version:        4.8.0~beta1
 Release:        0
 Summary:        Integrated Development Environment targeting Qt apps
 License:        GPL-3.0-with-Qt-Company-Qt-exception-1.1
 Group:          Development/Tools/IDE
 Url:            https://www.qt.io/ide/
-%define major_ver 4.7
-%define rname qt-creator
+%define major_ver 4.8
 %define qt5_version 5.9.0
-Source:         
http://download.qt.io/official_releases/qtcreator/%{major_ver}/%{version}/qt-creator-opensource-src-%{version}.tar.xz
+%define tar_version 4.8.0-beta1
+Source:         
http://download.qt.io/development_releases/qtcreator/%{major_ver}/%{tar_version}/qt-creator-opensource-src-%{tar_version}.tar.xz
 Source1:        %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE
 Patch1:         fix-build-isystem.patch
@@ -42,7 +42,9 @@
 BuildRequires:  libqt5-qtquickcontrols >= %{qt5_version}
 BuildRequires:  libqt5-qtscript-devel >= %{qt5_version}
 BuildRequires:  libqt5-qttools-private-headers-devel >= %{qt5_version}
+%ifnarch ppc ppc64 ppc64le s390 s390x
 BuildRequires:  libqt5-qtwebengine-devel >= %{qt5_version}
+%endif
 BuildRequires:  libqt5-qtx11extras-devel >= %{qt5_version}
 %if 0%{?suse_version} < 1330
 # It does not build with the default compiler (GCC 4.8) on Leap 42.x
@@ -92,9 +94,7 @@
 (aka QTC_SOURCE) necessary to compile plugins. 
 
 %prep
-%setup -q -n %{rname}-opensource-src-%{version}
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1 -n qt-creator-opensource-src-%{tar_version}
 
 %build
 sed -i s,libexec/qtcreator,%{_lib}/qtcreator/libexec,g qtcreator.qbs


Reply via email to