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
This commit is contained in:
Bjørn Lie 2017-07-05 17:18:30 +00:00 committed by Git OBS Bridge
parent 09762a8752
commit 1532ce6387
4 changed files with 21 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cb03716bc477058dfdf3ebfa4f534de3b13b1aa067fcd064d0b7813291cba72
size 693932

3
libwnck-3.24.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:424cf0c5438b25d282fe38cd876eafc8ec2312a31900576abad322a656eeb863
size 857792

View File

@ -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

View File

@ -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)