Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qbs for openSUSE:Factory checked in 
at 2021-07-21 19:06:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qbs (Old)
 and      /work/SRC/openSUSE:Factory/.qbs.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qbs"

Wed Jul 21 19:06:31 2021 rev:14 rq:907419 version:1.19.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qbs/qbs.changes  2021-07-07 18:31:29.446514893 
+0200
+++ /work/SRC/openSUSE:Factory/.qbs.new.2632/qbs.changes        2021-07-21 
19:07:39.315424452 +0200
@@ -1,0 +2,7 @@
+Wed Jul 21 06:45:10 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Remove the dmgbuild binary until it's ported to python 3.
+- Only install the license files once.
+- Drop fix-env-script-interpreter.patch. No longer needed.
+
+-------------------------------------------------------------------

Old:
----
  fix-env-script-interpreter.patch

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

Other differences:
------------------
++++++ qbs.spec ++++++
--- /var/tmp/diff_new_pack.lgDnbu/_old  2021-07-21 19:07:39.823425334 +0200
+++ /var/tmp/diff_new_pack.lgDnbu/_new  2021-07-21 19:07:39.823425334 +0200
@@ -31,8 +31,6 @@
 Group:          Development/Tools/Building
 URL:            https://wiki.qt.io/Qbs
 Source:         
https://download.qt.io/official_releases/%{name}/%{version}/%{name}-src-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE fix-env-script-interpreter.patch -- Avoid the 
"env-script-interpreter" warning when building
-Patch0:         fix-env-script-interpreter.patch
 # PATCH-FIX-OPENSUSE
 Patch1:         0001-Use-qmake-qt5-for-openSUSE.patch
 BuildRequires:  fdupes
@@ -95,8 +93,9 @@
 %install
 %qmake5_install
 
-# Cleanup, until the code is ported to python3 completely
-rm -fr %{buildroot}%{_datadir}/%{name}/python
+# Cleanup, until the code is ported to python3
+rm %{buildroot}%{_libexecdir}/%{name}/dmgbuild
+rm -r %{buildroot}%{_datadir}/%{name}/python
 
 ln -f -s qbs.1.gz %{buildroot}/%{_mandir}/man1/qbs-config.1.gz
 ln -f -s qbs.1.gz %{buildroot}/%{_mandir}/man1/qbs-config-ui.1.gz
@@ -139,11 +138,9 @@
 %{_libdir}/%{name}/plugins/libvisualstudiogenerator.so
 %{_libdir}/lib%{name}*.so.*
 %{_libexecdir}/%{name}/%{name}_processlauncher
-%{_libexecdir}/%{name}/dmgbuild
 %{_mandir}/man1/qbs*%{ext_man}
 
 %files devel
-%license LGPL_EXCEPTION.txt LICENSE.LGPLv21 LICENSE.LGPLv3 LICENSE.GPL3-EXCEPT
 %doc %{_datadir}/%{name}/examples/
 %{_includedir}/%{name}/
 %{_libdir}/lib%{name}*.prl

Reply via email to