Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hare-libnotify-tools for openSUSE:Factory checked in at 2025-01-27 20:56:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hare-libnotify-tools (Old) and /work/SRC/openSUSE:Factory/.hare-libnotify-tools.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hare-libnotify-tools" Mon Jan 27 20:56:18 2025 rev:2 rq:1240506 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/hare-libnotify-tools/hare-libnotify-tools.changes 2024-12-29 11:56:04.574792654 +0100 +++ /work/SRC/openSUSE:Factory/.hare-libnotify-tools.new.2316/hare-libnotify-tools.changes 2025-01-27 20:57:05.615182666 +0100 @@ -1,0 +2,5 @@ +Mon Jan 27 09:14:46 UTC 2025 - Andreas Schwab <sch...@suse.de> + +- Don't link as PIE + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hare-libnotify-tools.spec ++++++ --- /var/tmp/diff_new_pack.w9GiXC/_old 2025-01-27 20:57:06.211207233 +0100 +++ /var/tmp/diff_new_pack.w9GiXC/_new 2025-01-27 20:57:06.215207398 +0100 @@ -1,7 +1,7 @@ # # spec file for package hare-libnotify-tools # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %global haredir %{_usrsrc}/hare Name: hare-libnotify-tools @@ -25,11 +26,13 @@ Release: 0 Source0: https://git.sr.ht/~uncomfy/hare-libnotify/archive/%{version}.tar.gz BuildRequires: hare +BuildRequires: hare-libnotify = %{version} BuildRequires: make BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libpng) -BuildRequires: hare-libnotify = %{version} Recommends: notification-daemon +# harec cannot produce PIE compatible code +#!BuildIgnore: gcc-PIE %description An attempt to create Hare bindings for libnotify. This contains a clone of the notify-send tool.