Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2018-03-14 19:36:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and      /work/SRC/openSUSE:Factory/.d-feet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "d-feet"

Wed Mar 14 19:36:16 2018 rev:36 rq:584653 version:0.3.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes    2017-11-30 
12:45:50.364941536 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes       2018-03-14 
19:36:18.915004400 +0100
@@ -1,0 +2,15 @@
+Wed Mar  7 22:27:11 UTC 2018 - [email protected]
+
+- Drop python-pep8 BuildRequires and pass --disable-tests to
+  configure, pep8 is only needed for the test-suite, that we do not
+  even run.
+- Add explicit python3 BuildRequires, and export
+  PYTHON=%%{_bindir}/python3 before calling configure, switch to
+  python3.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:24:46 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ d-feet.spec ++++++
--- /var/tmp/diff_new_pack.Yxnekj/_old  2018-03-14 19:36:19.698976555 +0100
+++ /var/tmp/diff_new_pack.Yxnekj/_new  2018-03-14 19:36:19.702976413 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package d-feet
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,21 +20,22 @@
 Version:        0.3.13
 Release:        0
 Summary:        Graphical D-Bus Debugger
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Tools/Debuggers
-Url:            http://live.gnome.org/DFeet/
+URL:            http://live.gnome.org/DFeet/
 Source0:        
http://download.gnome.org/sources/d-feet/0.3/%{name}-%{version}.tar.xz
+
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.0
-BuildRequires:  python-pep8
+BuildRequires:  pkgconfig
+BuildRequires:  python3
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.4
-BuildArch:      noarch
 Recommends:     %{name}-lang
-%py_requires
+BuildArch:      noarch
 
 %description
 D-Feet is a graphical D-Bus debugger.  D-Bus is an RPC library used on
@@ -47,7 +48,10 @@
 %autosetup
 
 %build
-%configure
+export PYTHON=%{_bindir}/python3
+%configure \
+       --disable-tests \
+       %{nil}
 
 %install
 %make_install
@@ -56,10 +60,11 @@
 %fdupes %{buildroot}
 
 %files
-%doc AUTHORS COPYING README
+%license COPYING
+%doc AUTHORS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
-%{python_sitelib}/dfeet/
+%{python3_sitelib}/dfeet/
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.d-feet.gschema.xml


Reply via email to