Hello community,

here is the log from the commit of package qbs for openSUSE:Factory checked in 
at 2019-05-03 22:47:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qbs (Old)
 and      /work/SRC/openSUSE:Factory/.qbs.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qbs"

Fri May  3 22:47:03 2019 rev:3 rq:700210 version:1.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qbs/qbs.changes  2018-10-23 20:41:59.984428946 
+0200
+++ /work/SRC/openSUSE:Factory/.qbs.new.5148/qbs.changes        2019-05-03 
22:47:05.787861487 +0200
@@ -1,0 +2,40 @@
+Thu May  2 14:33:36 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Change the license tag. qbs contains files licensed under
+  GPL-3.0-only with some Qt exceptions.
+
+-------------------------------------------------------------------
+Sat Apr 20 12:04:41 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 1.13.0
+  * Added a lot more documentation.
+  * Introduced module providers.
+  * The `Depends` item now falls back to `pkg-config` to locate dependencies
+    whose names do not correspond to a qbs module.
+  * Added the concept of job pools for limiting concurrent execution of 
commands
+    by type.
+  * Added support for rules without output artifacts.
+  * Added `atEnd` function to the `Process` service.
+  * Added `canonicalPath` function to the `FileInfo` service.
+  * Removed the need to add "import qbs" at the head of project files.
+  * The `Application`, `DynamicLibrary` and `StaticLibrary` items now have
+    properties for more convenient installation of target binaries.
+  * Added recursive dependency scanning of GNU ld linkerscripts.
+  * Added new `cpp` property `linkerVariant` to force use of `gold`, `bfd` or
+    `lld`.
+  * It is no longer required to call `setup-qt` before building Qt projects.
+  * Introduced the property `Qt.core.enableBigResources` for the creation of
+    "big" Qt resources.
+  * Static builds now pull in the default set of plugins as specified by Qt, 
and
+    the user can specify the set of plugins by type.
+  * Files can be explicitly tagged as mocable now.
+  * Added `protobuf` support for C++ and Objective-C.
+  * Introduced the `texttemplate` module, a facility similar to qmake's
+    `SUBSTITUTES` feature.
+  * The `AndroidApk` item was deprecated, a normal `Application` item can be
+    used instead.
+  * Building Qt apps is properly supported now, by making use of the
+    `androiddeployqt` tool.
+  * Introduced the `autotest` module.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ qbs.spec ++++++
--- /var/tmp/diff_new_pack.3zBaPw/_old  2019-05-03 22:47:06.895864031 +0200
+++ /var/tmp/diff_new_pack.3zBaPw/_new  2019-05-03 22:47:06.947864150 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qbs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018 The Qt Company.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,12 +19,12 @@
 
 %define qt5_version 5.9.0
 Name:           qbs
-Version:        1.12.1
+Version:        1.13.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
+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
 Group:          Development/Tools/Building
-URL:            https://qbs.io
+URL:            https://wiki.qt.io/Qbs
 Source:         
https://download.qt.io/official_releases/%{name}/%{version}/%{name}-src-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  libQt5Concurrent-devel >= %{qt5_version}
@@ -133,6 +133,7 @@
 %{_bindir}/%{name}-setup-toolchains
 %{_bindir}/qbs
 %{_datadir}/%{name}/imports/
+%{_datadir}/%{name}/module-providers/
 %{_datadir}/%{name}/modules/
 %{_datadir}/%{name}/python/
 %{_datadir}/%{name}/qml-type-descriptions/
@@ -141,8 +142,7 @@
 %{_libdir}/%{name}/plugins/libclangcompilationdbgenerator.so
 %{_libdir}/%{name}/plugins/libmakefilegenerator.so
 %{_libdir}/%{name}/plugins/libvisualstudiogenerator.so
-%{_libdir}/lib%{name}core.so.*
-%{_libdir}/lib%{name}qtprofilesetup.so.*
+%{_libdir}/lib%{name}*.so.*
 %{_libexecdir}/%{name}/%{name}_processlauncher
 %{_libexecdir}/%{name}/dmgbuild
 %{_mandir}/man1/qbs*%{ext_man}
@@ -151,9 +151,7 @@
 %license LGPL_EXCEPTION.txt LICENSE.LGPLv21 LICENSE.LGPLv3
 %doc %{_datadir}/%{name}/examples/
 %{_includedir}/%{name}/
-%{_libdir}/lib%{name}core.prl
-%{_libdir}/lib%{name}core.so
-%{_libdir}/lib%{name}qtprofilesetup.prl
-%{_libdir}/lib%{name}qtprofilesetup.so
+%{_libdir}/lib%{name}*.prl
+%{_libdir}/lib%{name}*.so
 
 %changelog

++++++ qbs-src-1.12.1.tar.gz -> qbs-src-1.13.0.tar.gz ++++++
++++ 49730 lines of diff (skipped)


Reply via email to