From 1532ce63875c224f9d321bcb0946ee73bd2c16a11d4fe0f5ae6ac2423e3fcfe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 5 Jul 2017 17:18:30 +0000 Subject: [PATCH] Accepting request 507590 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/507590 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libwnck?expand=0&rev=107 --- libwnck-3.20.1.tar.xz | 3 --- libwnck-3.24.0.tar.xz | 3 +++ libwnck.changes | 13 +++++++++++++ libwnck.spec | 10 +++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 libwnck-3.20.1.tar.xz create mode 100644 libwnck-3.24.0.tar.xz diff --git a/libwnck-3.20.1.tar.xz b/libwnck-3.20.1.tar.xz deleted file mode 100644 index c6be6b8..0000000 --- a/libwnck-3.20.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cb03716bc477058dfdf3ebfa4f534de3b13b1aa067fcd064d0b7813291cba72 -size 693932 diff --git a/libwnck-3.24.0.tar.xz b/libwnck-3.24.0.tar.xz new file mode 100644 index 0000000..81b7a54 --- /dev/null +++ b/libwnck-3.24.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424cf0c5438b25d282fe38cd876eafc8ec2312a31900576abad322a656eeb863 +size 857792 diff --git a/libwnck.changes b/libwnck.changes index 16c92c4..08219ca 100644 --- a/libwnck.changes +++ b/libwnck.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jul 2 12:32:34 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.24.0: + + Bump GTK+ required version to 3.22.0. + + Various refactoring to remove deprecated code. + + Add an option to disable the tasklist scroll event. + + Add wrap-on-scroll option for WnckPager widget. + + wnck-image-menu-item: fix memory leak. + + Updated translations. +- Replace intltool with gettext BuildRequires following upstream + changes. + ------------------------------------------------------------------- Wed Jun 29 09:54:57 UTC 2016 - zaitor@opensuse.org diff --git a/libwnck.spec b/libwnck.spec index 5280225..6a51a61 100644 --- a/libwnck.spec +++ b/libwnck.spec @@ -1,7 +1,7 @@ # # spec file for package libwnck # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,21 +17,21 @@ Name: libwnck -Version: 3.20.1 +Version: 3.24.0 Release: 0 Summary: Window Navigator Construction Kit (Library Package) License: LGPL-2.1+ Group: Development/Libraries/GNOME Url: https://git.gnome.org/browse/libwnck -Source: http://download.gnome.org/sources/libwnck/3.20/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libwnck/3.24/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes +BuildRequires: gettext BuildRequires: gobject-introspection-devel -BuildRequires: intltool %if !0%{?is_opensuse} BuildRequires: translation-update-upstream %endif -BuildRequires: pkgconfig(gtk+-3.0) >= 3.16.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 BuildRequires: pkgconfig(libstartup-notification-1.0) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xres)