From 84332c8f0800ddaa948cbe435d05e78e46d8d9ff51fc29b357d828e6c66b347c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 23 Feb 2023 15:52:07 +0000 Subject: [PATCH] Accepting request 1067430 from GNOME:Next - Update to version 0.8.2: + Set new summary for library. + Docs: - Port to gi-docgen. - Fix URL to Desktop Notification Spec. + meson: - Replace deprecated meson.source_root() calls. - Bump minimum meson version to 0.58. + Introspection docs fixes. - Following upstreams port to gi-docgen, drop gtk-doc and add meson, xsltproc and pkgconfig(gi-docgen) BuildRequires. Also pass explicit man=true to meson, ensure we are building manpages. OBS-URL: https://build.opensuse.org/request/show/1067430 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnotify?expand=0&rev=60 --- libnotify-0.8.1.tar.xz | 3 --- libnotify-0.8.2.tar.xz | 3 +++ libnotify.changes | 16 ++++++++++++++++ libnotify.spec | 14 ++++++++------ 4 files changed, 27 insertions(+), 9 deletions(-) delete mode 100644 libnotify-0.8.1.tar.xz create mode 100644 libnotify-0.8.2.tar.xz diff --git a/libnotify-0.8.1.tar.xz b/libnotify-0.8.1.tar.xz deleted file mode 100644 index a798a1a..0000000 --- a/libnotify-0.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d033e6d4d6ccbf46a436c31628a4b661b36dca1f5d4174fe0173e274f4e62557 -size 105368 diff --git a/libnotify-0.8.2.tar.xz b/libnotify-0.8.2.tar.xz new file mode 100644 index 0000000..c88b82b --- /dev/null +++ b/libnotify-0.8.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f4ed3d1f86e5b118c76415aacb861873ed3e6f0c6b3181b828cf584fc5c616 +size 105912 diff --git a/libnotify.changes b/libnotify.changes index 5a5999e..613366b 100644 --- a/libnotify.changes +++ b/libnotify.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 23 14:32:40 UTC 2023 - Bjørn Lie + +- Update to version 0.8.2: + + Set new summary for library. + + Docs: + - Port to gi-docgen. + - Fix URL to Desktop Notification Spec. + + meson: + - Replace deprecated meson.source_root() calls. + - Bump minimum meson version to 0.58. + + Introspection docs fixes. +- Following upstreams port to gi-docgen, drop gtk-doc and add + meson, xsltproc and pkgconfig(gi-docgen) BuildRequires. Also pass + explicit man=true to meson, ensure we are building manpages. + ------------------------------------------------------------------- Fri Jul 22 17:31:30 UTC 2022 - Emily Gonyer diff --git a/libnotify.spec b/libnotify.spec index 175a945..032a4ea 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -1,7 +1,7 @@ # # spec file for package libnotify # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libnotify -Version: 0.8.1 +Version: 0.8.2 Release: 0 Summary: Notifications Library License: LGPL-2.1-or-later @@ -28,10 +28,11 @@ Source99: baselibs.conf BuildRequires: docbook5-xsl-stylesheets BuildRequires: gobject-introspection-devel -BuildRequires: gtk-doc -BuildRequires: meson +BuildRequires: meson >= 0.58 BuildRequires: pkgconfig +BuildRequires: xsltproc BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(gi-docgen) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) @@ -86,6 +87,7 @@ D-BUS notifications library. -Dintrospection=enabled \ -Dgtk_doc=true \ -Ddocbook_docs=disabled \ + -Dman=true \ %{nil} %meson_build @@ -96,7 +98,6 @@ D-BUS notifications library. %files -n libnotify4 %license COPYING -%doc AUTHORS NEWS README.md %{_libdir}/*.so.* %files -n typelib-1_0-Notify-0_7 @@ -107,10 +108,11 @@ D-BUS notifications library. %{_mandir}/man1/notify-send.1%{?ext_man} %files devel +%doc AUTHORS NEWS README.md +%doc %{_datadir}/doc/libnotify-0/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/* %{_datadir}/gir-1.0/*.gir -%{_datadir}/gtk-doc/html/libnotify %changelog