Hello community,

here is the log from the commit of package qbs for openSUSE:Factory checked in 
at 2019-10-12 22:37:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qbs (Old)
 and      /work/SRC/openSUSE:Factory/.qbs.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qbs"

Sat Oct 12 22:37:58 2019 rev:5 rq:737533 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qbs/qbs.changes  2019-07-16 08:40:42.883024009 
+0200
+++ /work/SRC/openSUSE:Factory/.qbs.new.2352/qbs.changes        2019-10-12 
22:37:59.698508989 +0200
@@ -1,0 +2,11 @@
+Thu Oct 10 09:20:06 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 1.14.0. Check the changes-1.14.0.md file for the complete 
changelog.
+  * Language: The `PathProbe` item was extended to support looking for
+    multiple files and filtering candidate files.
+  * Qt Support: Added the `Qt.android_support.extraLibs` property.
+  * Other: The `pkgconfig` module now has a `sysroot` property.
+  * Other: Added gRPC support to the `protobuf.cpp` module.
+- Drop conditions for unsupported openSUSE versions.
+
+-------------------------------------------------------------------

Old:
----
  qbs-src-1.13.1.tar.gz

New:
----
  qbs-src-1.14.0.tar.gz

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

Other differences:
------------------
++++++ qbs.spec ++++++
--- /var/tmp/diff_new_pack.3m29hi/_old  2019-10-12 22:38:00.846506054 +0200
+++ /var/tmp/diff_new_pack.3m29hi/_new  2019-10-12 22:38:00.850506044 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define qt5_version 5.9.0
+%define qt5_version 5.11.0
 Name:           qbs
-Version:        1.13.1
+Version:        1.14.0
 Release:        0
 Summary:        Modern build tool for software projects
 License:        (LGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0-only) 
AND GPL-3.0-with-Qt-Company-Qt-exception-1.1
@@ -38,14 +38,6 @@
 BuildRequires:  libQt5Xml-devel >= %{qt5_version}
 # Qt Creator used to package qbs too
 Conflicts:      libqt5-creator <= 4.5.0
-%if 0%{?suse_version} < 1330
-# It does not build with the default compiler (GCC 4.8) on Leap 42.x
-%if 0%{?sle_version} <= 120200
-BuildRequires:  gcc6-c++
-%else
-BuildRequires:  gcc7-c++
-%endif
-%endif
 
 %description
 Qbs is a tool that helps simplify the build process for developing projects
@@ -72,14 +64,6 @@
 
 %build
 makeopts=""
-%if 0%{?suse_version} < 1330
-# It does not build with the default compiler (GCC 4.8) on Leap 42.x
-%if 0%{?sle_version} <= 120200
-makeopts="$makeopts CC=gcc-6 CXX=g++-6"
-%else
-makeopts="$makeopts CC=gcc-7 CXX=g++-7"
-%endif
-%endif
 
 # QBS_LIBEXEC_DESTDIR, QBS_RELATIVE_LIBEXEC_PATH need to be
 # set because the defaults are hardcoded to 'libexec'
@@ -119,8 +103,8 @@
 %postun -p /sbin/ldconfig
 
 %files
-%doc README
 %license LGPL_EXCEPTION.txt LICENSE.LGPLv21 LICENSE.LGPLv3
+%doc README changelogs/changes-%{version}.md
 %dir %{_datadir}/%{name}/
 %dir %{_libdir}/%{name}/
 %dir %{_libdir}/%{name}/plugins/

++++++ qbs-src-1.13.1.tar.gz -> qbs-src-1.14.0.tar.gz ++++++
++++ 18049 lines of diff (skipped)


Reply via email to