Hello community,

here is the log from the commit of package bleachbit for openSUSE:Factory 
checked in at 2020-06-02 14:34:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bleachbit (Old)
 and      /work/SRC/openSUSE:Factory/.bleachbit.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bleachbit"

Tue Jun  2 14:34:10 2020 rev:2 rq:808147 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bleachbit/bleachbit.changes      2020-04-23 
18:32:22.204309552 +0200
+++ /work/SRC/openSUSE:Factory/.bleachbit.new.3606/bleachbit.changes    
2020-06-02 14:34:19.098701206 +0200
@@ -1,0 +2,17 @@
+Mon May 18 08:17:57 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Fix dependencies:
+  + gobject-introspection is a build-depoendency, not a runtime
+    dependency. Having it in the buildroot also enable the
+    typelib()-dependency scanner, which in turn allows to:
+ + Remove typelib-1_0-Gtk-3_0 Requires: this is now propelry
+   auto-detected (together with the other typelib-* deps).
+- Fix more shebangs using sed: we still ended up requiring python2.
+
+-------------------------------------------------------------------
+Sun May 17 00:02:24 UTC 2020 - andrew ziem <[email protected]>
+
+- Add missing dependency typelib-1_0-Gtk-3_0 to fix error
+  "Namespace Gtk not available"
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bleachbit.spec ++++++
--- /var/tmp/diff_new_pack.QbkJAL/_old  2020-06-02 14:34:19.730703206 +0200
+++ /var/tmp/diff_new_pack.QbkJAL/_new  2020-06-02 14:34:19.730703206 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bleachbit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 8/2011 by open-slx GmbH <[email protected]>
 # Copyright (c) 2010 - 7/2011 by Sascha Manns <[email protected]>
 #
@@ -17,6 +17,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define         _desktopname       org.bleachbit.BleachBit
 
 Name:           bleachbit
@@ -28,16 +29,16 @@
 URL:            https://www.bleachbit.org/
 Source:         
https://github.com/bleachbit/bleachbit/archive/v%{version}.tar.gz
 BuildRequires:  fdupes
+BuildRequires:  gobject-introspection
 BuildRequires:  kf5-filesystem
-BuildRequires:  pkgconfig(systemd)
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
-BuildRequires:  python-rpm-macros
+BuildRequires:  pkgconfig(systemd)
 Requires:       python3
 Requires:       python3-chardet
 Requires:       python3-gobject
 Requires:       python3-gobject-Gdk
-Requires:       gobject-introspection
 Requires:       python3-xml
 Requires:       xdg-utils
 BuildArch:      noarch
@@ -53,7 +54,7 @@
 
 %prep
 %setup -q
-sed -i -e 's|%{_bindir}/env python|%{_bindir}/python|g' \
+sed -i -e 's|%{_bindir}/env python.*|%{_bindir}/python3|g' \
         bleachbit/{CLI.py,GUI.py} bleachbit.py
 
 %build


Reply via email to