Hello community, here is the log from the commit of package libwnck for openSUSE:Leap:15.2 checked in at 2020-03-06 12:37:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libwnck (Old) and /work/SRC/openSUSE:Leap:15.2/.libwnck.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libwnck" Fri Mar 6 12:37:28 2020 rev:17 rq:779615 version:3.32.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libwnck/libwnck.changes 2020-01-15 15:25:44.582587336 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libwnck.new.26092/libwnck.changes 2020-03-06 12:37:34.766622332 +0100 @@ -1,0 +2,54 @@ +Sat Jan 25 14:17:30 UTC 2020 - Dominique Leuenberger <[email protected]> + +- No longer recommend -lang: supplements are in use + +------------------------------------------------------------------- +Wed May 1 07:59:00 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.0: + + Add signals for enter and leave notify events in task list. + + Meson: depend on 0.50.0, use install_dir for .pc file and + subdir parameter. +- Drop libwnck-meson-0.50.patch: Fixed upstream. + +------------------------------------------------------------------- +Wed Apr 17 14:46:14 UTC 2019 - Dominique Leuenberger <[email protected]> + +- Add libwnck-meson-0.50.patch: Fix build with meson 0.50. + +------------------------------------------------------------------- +Wed Feb 6 21:58:12 UTC 2019 - [email protected] + +- Fix translation-update-upstream call, needed after update of + translation-update-upstream in distro. + +------------------------------------------------------------------- +Tue Jan 8 15:38:05 UTC 2019 - [email protected] + +- Update to version 3.31.4: + + Meson: cleanups to the dependencies and fixed docs quotes. + + Wnckprop: force it working under x11, so that it will work in + Wayland for X11 clients. + + Update class group icon when window icon has changed. + +------------------------------------------------------------------- +Sat Jan 5 19:07:37 UTC 2019 - [email protected] + +- Update to version 3.31.1: + + Add support to build using meson. +- Switch to meson buildsystem, add meson BuildRequires and macros. +- Add libwnck-rpmlintrc: Filter out bogus rpmlint warning about + libwnck-tools not containing any libs. + +------------------------------------------------------------------- +Wed Sep 12 20:00:40 UTC 2018 - [email protected] + +- Update to version 3.30.0: + + Use single precision floats to double. + + Allow setting the same client type (bgo#792304). + + Remove usage of various deprecated functions and modernize + code. + + Add gitlab-ci pipeline (glgo#GNOME/libwnck#3). + + Updated translations. + +------------------------------------------------------------------- Old: ---- libwnck-3.24.1.tar.xz New: ---- libwnck-3.32.0.tar.xz libwnck-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwnck.spec ++++++ --- /var/tmp/diff_new_pack.5OMxWt/_old 2020-03-06 12:37:35.050622505 +0100 +++ /var/tmp/diff_new_pack.5OMxWt/_new 2020-03-06 12:37:35.050622505 +0100 @@ -1,7 +1,7 @@ # # spec file for package libwnck # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,22 +12,25 @@ # 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/ # Name: libwnck -Version: 3.24.1 +Version: 3.32.0 Release: 0 Summary: Window Navigator Construction Kit (Library Package) License: LGPL-2.1-or-later Group: Development/Libraries/GNOME URL: https://git.gnome.org/browse/libwnck -Source: http://download.gnome.org/sources/libwnck/3.24/%{name}-%{version}.tar.xz -Source99: baselibs.conf +Source0: https://download.gnome.org/sources/libwnck/3.32/%{name}-%{version}.tar.xz +Source98: baselibs.conf +Source99: %{name}-rpmlintrc + BuildRequires: fdupes BuildRequires: gettext BuildRequires: gobject-introspection-devel +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 @@ -42,7 +45,6 @@ %package -n libwnck-3-0 Summary: Window Navigator Construction Kit (Library Package) Group: Development/Libraries/GNOME -Recommends: %{name}-lang Provides: %{name} = %{version} Obsoletes: %{name} < %{version} # @@ -86,18 +88,18 @@ %lang_package %prep -%setup -q -translation-update-upstream +%autosetup -p1 +translation-update-upstream po libwnck # rpmlint note: libwnck has a separate translation for both Bengali and Bengali India %build -%configure\ - --disable-static -make %{?_smp_mflags} V=1 +%meson \ + -Dintrospection=enabled \ + %{nil} +%meson_build %install -%make_install -rm %{buildroot}%{_libdir}/*.*a +%meson_install %find_lang %{name}-3.0 %fdupes %{buildroot} @@ -123,9 +125,5 @@ %{_libdir}/pkgconfig/libwnck-3.0.pc %{_libdir}/*.so %{_datadir}/gir-1.0/Wnck-3.0.gir -# Own these repositories to not depend on gtk-doc while building: -%dir %{_datadir}/gtk-doc -%dir %{_datadir}/gtk-doc/html -%{_datadir}/gtk-doc/html/libwnck-3.0/ %changelog ++++++ libwnck-3.24.1.tar.xz -> libwnck-3.32.0.tar.xz ++++++ ++++ 92482 lines of diff (skipped) ++++++ libwnck-rpmlintrc ++++++ # Filter out pointless libwnck-tools.x86_64: W: shlib-policy-missing-lib addFilter("shlib-policy-missing-lib")
