Hello community, here is the log from the commit of package libgpod for openSUSE:Leap:15.2 checked in at 2020-04-22 14:13:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libgpod (Old) and /work/SRC/openSUSE:Leap:15.2/.libgpod.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgpod" Wed Apr 22 14:13:15 2020 rev:17 rq:796238 version:0.8.3 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libgpod/libgpod.changes 2020-01-15 15:21:13.554436058 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libgpod.new.2738/libgpod.changes 2020-04-22 14:13:16.218537825 +0200 @@ -1,0 +2,17 @@ +Tue Feb 4 22:44:56 UTC 2020 - Bjørn Lie <[email protected]> + +- No longer recommend -lang: supplements are in use. + +------------------------------------------------------------------- +Tue Jan 14 15:46:40 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Disable python2 module: switch bcond_without python2 to _with + python2. + +------------------------------------------------------------------- +Mon Jun 11 21:30:41 UTC 2018 - [email protected] + +- Change bcond_without mono to bcond_with mono, no longer build + mono support/sub-package by default. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgpod.spec ++++++ --- /var/tmp/diff_new_pack.uLFhfg/_old 2020-04-22 14:13:16.790538980 +0200 +++ /var/tmp/diff_new_pack.uLFhfg/_new 2020-04-22 14:13:16.798538996 +0200 @@ -1,7 +1,7 @@ # # spec file for package libgpod # -# 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,21 +12,21 @@ # 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/ # %define libsoname %{name}4 %define _udevdir %(pkg-config --variable udevdir udev) -%bcond_without mono -%bcond_without python2 +%bcond_with mono +%bcond_with python2 Name: libgpod Version: 0.8.3 Release: 0 Summary: Library to Manipulate Songs and Playlists Stored on an iPod -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: http://www.gtkpod.org/libgpod.html +URL: http://www.gtkpod.org/libgpod.html Source: http://downloads.sourceforge.net/project/gtkpod/libgpod/libgpod-0.8/%{name}-%{version}.tar.bz2 Source1: baselibs.conf Patch0: libgpod-swig-3.0.patch @@ -68,7 +68,6 @@ %package -n %{libsoname} Summary: Library to Manipulate Songs and Playlists Stored on an iPod Group: System/Libraries -Recommends: %{name}-lang # Add provides for installability of lang package Provides: %{name} = %{version}
