Hello community, here is the log from the commit of package glade for openSUSE:Leap:15.2 checked in at 2020-03-06 12:36:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/glade (Old) and /work/SRC/openSUSE:Leap:15.2/.glade.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glade" Fri Mar 6 12:36:36 2020 rev:33 rq:779570 version:3.22.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/glade/glade.changes 2020-01-30 14:47:14.478801651 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.glade.new.26092/glade.changes 2020-03-06 12:36:36.982587206 +0100 @@ -1,0 +2,12 @@ +Sat Jan 25 14:08:35 UTC 2020 - Dominique Leuenberger <[email protected]> + +- No longer recommend -lang: supplements are in use + +------------------------------------------------------------------- +Wed Jan 8 15:53:34 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Migrate to python3: + + Replace python-devel BuildRequires with python3-devel. + + Pass PYTHON=python3 to configure. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glade.spec ++++++ --- /var/tmp/diff_new_pack.nORi4n/_old 2020-03-06 12:36:37.386587452 +0100 +++ /var/tmp/diff_new_pack.nORi4n/_new 2020-03-06 12:36:37.390587454 +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) @@ -39,7 +39,6 @@ BuildRequires: pkgconfig(libxml-2.0) >= 2.4.0 BuildRequires: pkgconfig(pygobject-3.0) >= 3.8.0 BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.12.0 -Recommends: %{name}-lang %description Glade is a RAD tool to develop user interfaces for the Gtk+ 3 toolkit @@ -48,7 +47,6 @@ %package -n libgladeui-2-6 Summary: Core library of the GLADE User Interface Builder Group: System/Libraries -Recommends: %{name}-lang %description -n libgladeui-2-6 Glade is a RAD tool to develop user interfaces for the Gtk+ 3 toolkit @@ -89,7 +87,8 @@ %configure \ --disable-static \ --enable-gtk-doc \ - --enable-man-pages + --enable-man-pages \ + PYTHON=python3 %make_build %install
