From 58dd6f01d021fa2ca3843d3fe4811edaff508339ea9eacd0af0f67c1afe03284 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 6 May 2022 07:24:50 +0000 Subject: [PATCH] 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 --- libnotify-0.7.11.tar.xz | 3 +++ libnotify-0.7.9.tar.xz | 3 --- libnotify.changes | 11 +++++++++++ libnotify.spec | 9 ++++----- 4 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 libnotify-0.7.11.tar.xz delete mode 100644 libnotify-0.7.9.tar.xz diff --git a/libnotify-0.7.11.tar.xz b/libnotify-0.7.11.tar.xz new file mode 100644 index 0000000..2ba32d5 --- /dev/null +++ b/libnotify-0.7.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5682ec68220339e11c5159b7e012204a318dd1b3683a09c482ca421ab07375 +size 101616 diff --git a/libnotify-0.7.9.tar.xz b/libnotify-0.7.9.tar.xz deleted file mode 100644 index c9099e6..0000000 --- a/libnotify-0.7.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66c0517ed16df7af258e83208faaf5069727dfd66995c4bbc51c16954d674761 -size 98148 diff --git a/libnotify.changes b/libnotify.changes index cb24c29..e4eb4e3 100644 --- a/libnotify.changes +++ b/libnotify.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 5 09:24:05 UTC 2022 - Christophe Giboudeaux + +- 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 diff --git a/libnotify.spec b/libnotify.spec index 24e84f3..5062d74 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -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