Hello community, here is the log from the commit of package qbs for openSUSE:Factory checked in at 2018-10-23 20:40:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qbs (Old) and /work/SRC/openSUSE:Factory/.qbs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qbs" Tue Oct 23 20:40:59 2018 rev:2 rq:643805 version:1.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qbs/qbs.changes 2018-05-16 11:41:00.653571146 +0200 +++ /work/SRC/openSUSE:Factory/.qbs.new/qbs.changes 2018-10-23 20:41:59.984428946 +0200 @@ -1,0 +2,37 @@ +Mon Oct 22 13:55:23 UTC 2018 - Christophe Giboudeaux <[email protected]> + +- Update to 1.12.1: +* Lifted the restriction that the -march option cannot appear in cpp.*Flags +* All required header files get installed now +* Fixed rpaths not ending up on the command line under certain circumstances +* Fixed possible crash when scanning qrc files +* Fixed spurious re-building of .pc and .qbs module files. +* Fixed possible crash on storing a build graph after re-resolving. +* Fixed possible assertion on input artifacts with alwaysUpdated == false. + +------------------------------------------------------------------- +Fri Jul 20 11:17:38 UTC 2018 - [email protected] + +Update to upstream version qbs 1.12.0 + +Overview + * Support for generating interface files for qbs and pkgconfig + * Support for generating Makefiles (for debugging purposes) + * System level settings got introduced + +Language Additions + * New Exporter.qbs module to create a Qbs module from a product + * New Exporter.pkgconfig module to generate .pc files + * New varlist property type + * New FileInfo.suffix and FileInfo.completeSuffix + * explicitlyDependsOn property does no longer match artifacts + from dependencies. Use the new + explicitlyDependsOnFromDependencies property for that. + * exclusiveAuxiliaryInputs got renamed to excludedInputs. + * cLanguageVersion and cxxLanguageVersion are now arrays. + * AutotestRunner has new property auxiliaryInputs. + +Command Line + * qbs-config --system to write system wide settings + +------------------------------------------------------------------- Old: ---- qbs-src-1.11.0.tar.gz New: ---- qbs-src-1.12.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qbs.spec ++++++ --- /var/tmp/diff_new_pack.QUBily/_old 2018-10-23 20:42:01.204427489 +0200 +++ /var/tmp/diff_new_pack.QUBily/_new 2018-10-23 20:42:01.204427489 +0200 @@ -13,19 +13,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define qt5_version 5.6.0 +%define qt5_version 5.9.0 Name: qbs -Version: 1.11.0 +Version: 1.12.1 Release: 0 Summary: Modern build tool for software projects -License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0 +License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0-only Group: Development/Tools/Building -URL: http://qbs.io -Source: http://download.qt.io/official_releases/%{name}/%{version}/%{name}-src-%{version}.tar.gz +URL: https://qbs.io +Source: https://download.qt.io/official_releases/%{name}/%{version}/%{name}-src-%{version}.tar.gz BuildRequires: fdupes BuildRequires: libQt5Concurrent-devel >= %{qt5_version} BuildRequires: libQt5Core-devel >= %{qt5_version} @@ -121,37 +121,39 @@ %files %doc README %license LGPL_EXCEPTION.txt LICENSE.LGPLv21 LICENSE.LGPLv3 -%{_bindir}/qbs +%dir %{_datadir}/%{name}/ +%dir %{_libdir}/%{name}/ +%dir %{_libdir}/%{name}/plugins/ +%dir %{_libexecdir}/%{name}/ %{_bindir}/%{name}-config %{_bindir}/%{name}-config-ui %{_bindir}/%{name}-create-project %{_bindir}/%{name}-setup-android %{_bindir}/%{name}-setup-qt %{_bindir}/%{name}-setup-toolchains -%dir %{_libexecdir}/%{name}/ -%{_libexecdir}/%{name}/%{name}_processlauncher -%{_libexecdir}/%{name}/dmgbuild -%dir %{_libdir}/%{name}/ -%dir %{_libdir}/%{name}/plugins/ +%{_bindir}/qbs +%{_datadir}/%{name}/imports/ +%{_datadir}/%{name}/modules/ +%{_datadir}/%{name}/python/ +%{_datadir}/%{name}/qml-type-descriptions/ %{_libdir}/%{name}/plugins/lib%{name}_cpp_scanner.so %{_libdir}/%{name}/plugins/lib%{name}_qt_scanner.so %{_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.* -%dir %{_datadir}/%{name}/ -%{_datadir}/%{name}/modules/ -%{_datadir}/%{name}/imports/ -%{_datadir}/%{name}/python/ -%{_datadir}/%{name}/qml-type-descriptions/ +%{_libexecdir}/%{name}/%{name}_processlauncher +%{_libexecdir}/%{name}/dmgbuild %{_mandir}/man1/qbs*%{ext_man} %files devel +%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 -%doc %{_datadir}/%{name}/examples/ %changelog ++++++ qbs-src-1.11.0.tar.gz -> qbs-src-1.12.1.tar.gz ++++++ ++++ 28731 lines of diff (skipped)
