Accepting request 975131 from home:cgiboudeaux:branches:GNOME:Factory
- Update to 0.7.11 * Fix potential build errors with old glib version we require * notify-send: Add support for boolean hints * notify-send: Support passing any hint value, by parsing variant strings * notify-send: Add explicit option to create transient notifications OBS-URL: https://build.opensuse.org/request/show/975131 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnotify?expand=0&rev=53
This commit is contained in:
parent
cca61aba39
commit
58dd6f01d0
3
libnotify-0.7.11.tar.xz
Normal file
3
libnotify-0.7.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd5682ec68220339e11c5159b7e012204a318dd1b3683a09c482ca421ab07375
|
||||
size 101616
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66c0517ed16df7af258e83208faaf5069727dfd66995c4bbc51c16954d674761
|
||||
size 98148
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 09:24:05 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 0.7.11
|
||||
* Fix potential build errors with old glib version we require
|
||||
* notify-send: Add support for boolean hints
|
||||
* notify-send: Support passing any hint value, by parsing
|
||||
variant strings
|
||||
* notify-send: Add explicit option to create transient
|
||||
notifications
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 5 22:02:35 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnotify
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,16 +17,15 @@
|
||||
|
||||
|
||||
Name: libnotify
|
||||
Version: 0.7.9
|
||||
Version: 0.7.11
|
||||
Release: 0
|
||||
Summary: Notifications Library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/X11
|
||||
URL: http://galago-project.org/
|
||||
URL: https://galago-project.org/
|
||||
Source: https://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.xz
|
||||
Source98: libnotify-rpmlintrc
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: docbook5-xsl-stylesheets
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
@ -107,7 +106,7 @@ D-BUS notifications library.
|
||||
|
||||
%files tools
|
||||
%{_bindir}/notify-send
|
||||
%{_mandir}/man1/notify-send.1%{ext_man}
|
||||
%{_mandir}/man1/notify-send.1%{?ext_man}
|
||||
|
||||
%files devel
|
||||
%{_libdir}/*.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user