Hello community, here is the log from the commit of package libwnck for openSUSE:Factory checked in at 2019-05-10 09:15:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libwnck (Old) and /work/SRC/openSUSE:Factory/.libwnck.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libwnck" Fri May 10 09:15:00 2019 rev:85 rq:700571 version:3.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libwnck/libwnck.changes 2018-10-17 08:11:50.623116757 +0200 +++ /work/SRC/openSUSE:Factory/.libwnck.new.5148/libwnck.changes 2019-05-10 09:15:01.547930477 +0200 @@ -1,0 +2,38 @@ +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. + +------------------------------------------------------------------- Old: ---- libwnck-3.30.0.tar.xz New: ---- libwnck-3.32.0.tar.xz libwnck-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwnck.spec ++++++ --- /var/tmp/diff_new_pack.seHbVV/_old 2019-05-10 09:15:02.571933400 +0200 +++ /var/tmp/diff_new_pack.seHbVV/_new 2019-05-10 09:15:02.599933480 +0200 @@ -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.30.0 +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.30/%{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 @@ -86,18 +89,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 +126,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.30.0.tar.xz -> libwnck-3.32.0.tar.xz ++++++ ++++ 77557 lines of diff (skipped) ++++++ libwnck-rpmlintrc ++++++ # Filter out pointless libwnck-tools.x86_64: W: shlib-policy-missing-lib addFilter("shlib-policy-missing-lib")
