Accepting request 695701 from GNOME:Factory

Scripted push of project GNOME:Next (forwarded request 695654 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/695701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnotify?expand=0&rev=39
This commit is contained in:
2019-05-03 20:11:59 +00:00
committed by Git OBS Bridge
6 changed files with 34 additions and 19 deletions

View File

@@ -1,9 +1,9 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="url">git://git.gnome.org/libnotify</param>
<param name="url">https://gitlab.gnome.org/GNOME/libnotify.git</param>
<param name="scm">git</param>
<param name="versionformat">0.7.7+%cd.%h</param>
<param name="revision">43aac613f1c2a56aa672c36c157c9b8eb193ac25</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">0.7.8</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="disabled" name="recompress">

View File

@@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://git.gnome.org/libnotify</param>
<param name="changesrevision">43aac613f1c2a56aa672c36c157c9b8eb193ac25</param></service></servicedata>
<param name="changesrevision">43aac613f1c2a56aa672c36c157c9b8eb193ac25</param></service><service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/libnotify.git</param>
<param name="changesrevision">44f92222124b12987406d0768e760ecf9f7e27f8</param></service></servicedata>

View File

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

3
libnotify-0.7.8.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Apr 05 19:26:17 UTC 2019 - bjorn.lie@gmail.com
- Update to version 0.7.8:
+ Support meson build system.
+ notify-send: Support full URLs as hint values.
+ Mic. bug fixes.
- Update _service file to new gitlab home.
- Add meson BuildRequires and macros.
- Drop gnome-common BuildRequires and autogen call, no longer
needed.
-------------------------------------------------------------------
Mon Feb 26 15:19:53 UTC 2018 - bjorn.lie@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package libnotify
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libnotify
Version: 0.7.7+20170717.43aac61
Version: 0.7.8
Release: 0
Summary: Notifications Library
License: LGPL-2.1-or-later
@@ -27,9 +27,10 @@ URL: http://galago-project.org/
Source: %{name}-%{version}.tar.xz
Source98: libnotify-rpmlintrc
Source99: baselibs.conf
BuildRequires: gnome-common
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(glib-2.0)
@@ -78,19 +79,19 @@ Obsoletes: libnotify-doc < %{version}
D-BUS notifications library.
%prep
%autosetup
%autosetup -p1
%build
NOCONFIGURE=1 ./autogen.sh
%configure \
--enable-gtk-doc \
--disable-static \
%meson \
-Dtests=false \
-Dintrospection=enabled \
-Dgtk_doc=true \
-Ddocbook_docs=disabled \
%{nil}
%make_build
%meson_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%meson_install
%post -n libnotify4 -p /sbin/ldconfig
%postun -n libnotify4 -p /sbin/ldconfig