Accepting request 795239 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 795092 from iznogood) OBS-URL: https://build.opensuse.org/request/show/795239 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwnck?expand=0&rev=87
This commit is contained in:
commit
bc6252d1ec
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9595835cf28d0fc6af5526a18f77f2fcf3ca8c09e36741bb33915b6e69b8e3ca
|
||||
size 454568
|
3
libwnck-3.36.0.tar.xz
Normal file
3
libwnck-3.36.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc508150b3ed5d22354b0e6774ad4eee465381ebc0ace45eb0e2d3a4186c925f
|
||||
size 447760
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 21:56:23 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.36.0:
|
||||
+ Add a weak reference callback to window to disconnect obsolete
|
||||
signal handlers.
|
||||
+ pager: Add scroll modes.
|
||||
+ meson build fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 25 14:17:30 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: libwnck
|
||||
Version: 3.32.0
|
||||
Version: 3.36.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
|
||||
Source0: https://download.gnome.org/sources/libwnck/3.32/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/libwnck/3.36/%{name}-%{version}.tar.xz
|
||||
Source98: baselibs.conf
|
||||
Source99: %{name}-rpmlintrc
|
||||
|
||||
@ -101,7 +101,7 @@ translation-update-upstream po libwnck
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name}-3.0
|
||||
%fdupes %{buildroot}
|
||||
%fdupes %{buildroot}/{_prefix}
|
||||
|
||||
%post -n libwnck-3-0 -p /sbin/ldconfig
|
||||
%postun -n libwnck-3-0 -p /sbin/ldconfig
|
||||
@ -114,13 +114,13 @@ translation-update-upstream po libwnck
|
||||
|
||||
%files -n libwnck-3-0
|
||||
%license COPYING
|
||||
%doc AUTHORS README NEWS ChangeLog
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files -n typelib-1_0-Wnck-3_0
|
||||
%{_libdir}/girepository-1.0/Wnck-3.0.typelib
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS README NEWS ChangeLog
|
||||
%{_includedir}/libwnck-3.0/
|
||||
%{_libdir}/pkgconfig/libwnck-3.0.pc
|
||||
%{_libdir}/*.so
|
||||
|
Loading…
Reference in New Issue
Block a user