Hello community,

here is the log from the commit of package glade for openSUSE:Factory checked 
in at 2020-01-13 22:16:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glade (Old)
 and      /work/SRC/openSUSE:Factory/.glade.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glade"

Mon Jan 13 22:16:51 2020 rev:36 rq:761955 version:3.22.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/glade/glade.changes      2018-04-19 
15:21:50.389697554 +0200
+++ /work/SRC/openSUSE:Factory/.glade.new.6675/glade.changes    2020-01-13 
22:18:10.950425224 +0100
@@ -1,0 +2,7 @@
+Wed Jan  8 15:53:34 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Migrate to python3:
+  + Replace python-devel BuildRequires with python3-devel.
+  + Pass PYTHON=python3 to configure.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ glade.spec ++++++
--- /var/tmp/diff_new_pack.hstGJE/_old  2020-01-13 22:18:14.974427091 +0100
+++ /var/tmp/diff_new_pack.hstGJE/_new  2020-01-13 22:18:14.978427092 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glade
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -29,7 +29,7 @@
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
+BuildRequires:  python3-devel
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.53.2
 BuildRequires:  pkgconfig(gmodule-2.0)
@@ -89,7 +89,8 @@
 %configure \
     --disable-static \
     --enable-gtk-doc \
-    --enable-man-pages
+    --enable-man-pages \
+    PYTHON=python3
 %make_build
 
 %install


Reply via email to