Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2019-02-06 14:10:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-creator.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-creator"

Wed Feb  6 14:10:38 2019 rev:62 rq:672060 version:4.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes    
2018-12-20 12:54:31.746684804 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new.28833/libqt5-creator.changes 
2019-02-06 14:10:38.430613188 +0100
@@ -1,0 +2,16 @@
+Wed Feb  6 05:49:16 UTC 2019 - Wolfgang Bauer <[email protected]>
+
+- Make use_system_botan conditional, and build without it on Leap
+  42.3 to fix build
+
+-------------------------------------------------------------------
+Thu Jan 17 13:17:07 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 4.8.1
+  * Fix wrong background color being used for some text highlighting items
+  * Fix a crash when renaming a file in the file system view
+  * Fix various errors occurring when parsing Boost headers
+  * Fix various issues arising with the debugger integration
+  * blog.qt.io/blog/2019/01/17/qt-creator-4-8-1-released/
+
+-------------------------------------------------------------------

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

New:
----
  qt-creator-opensource-src-4.8.1.tar.xz

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

Other differences:
------------------
++++++ libqt5-creator.spec ++++++
--- /var/tmp/diff_new_pack.LfV7Vj/_old  2019-02-06 14:10:39.894612910 +0100
+++ /var/tmp/diff_new_pack.LfV7Vj/_new  2019-02-06 14:10:39.902612909 +0100
@@ -18,8 +18,15 @@
 
 %define have_qdoc 0%{?suse_version} >= 1500
 
+%if 0%{?suse_version} < 1500
+# Leap 42.x only has botan1
+%bcond_with system_botan
+%else
+%bcond_without system_botan
+%endif
+
 Name:           libqt5-creator
-Version:        4.8.0
+Version:        4.8.1
 Release:        0
 Summary:        Integrated Development Environment targeting Qt apps
 License:        GPL-3.0-with-Qt-Company-Qt-exception-1.1
@@ -27,7 +34,7 @@
 Url:            https://www.qt.io/ide/
 %define major_ver 4.8
 %define qt5_version 5.9.0
-%define tar_version 4.8.0
+%define tar_version 4.8.1
 Source:         
http://download.qt.io/official_releases/qtcreator/%{major_ver}/%{tar_version}/qt-creator-opensource-src-%{tar_version}.tar.xz
 Source1:        %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE
@@ -36,7 +43,9 @@
 Patch2:         fix-application-output.patch
 BuildRequires:  gdb
 BuildRequires:  libQt5Sql5-sqlite >= %{qt5_version}
+%if %{with system_botan}
 BuildRequires:  libbotan-devel
+%endif
 BuildRequires:  libqt5-qtbase-devel >= %{qt5_version}
 BuildRequires:  libqt5-qtdeclarative-private-headers-devel >= %{qt5_version}
 BuildRequires:  libqt5-qtquickcontrols >= %{qt5_version}
@@ -108,7 +117,10 @@
 opts="LLVM_INSTALL_DIR=%{_prefix}"
 %endif
 %endif
-opts="$opts IDE_LIBRARY_BASENAME=%{_lib} CONFIG+=use_system_botan"
+opts="$opts IDE_LIBRARY_BASENAME=%{_lib}"
+%if %{with system_botan}
+opts="$opts CONFIG+=use_system_botan"
+%endif
 
 makeopts=""
 %if 0%{?suse_version} < 1330

++++++ qt-creator-opensource-src-4.8.0.tar.xz -> 
qt-creator-opensource-src-4.8.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/libqt5-creator/qt-creator-opensource-src-4.8.0.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-creator.new.28833/qt-creator-opensource-src-4.8.1.tar.xz
 differ: char 26, line 1


Reply via email to