From bd3f64242d8d22eae9b1af9d1d496bd2e3e310e9fdea6fbd67533617c88a3c1e Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 26 Jul 2025 10:44:43 +0800 Subject: [PATCH 1/2] chore: update hare-libnotify-tools to version 1.0.1 Signed-off-by: Soc Virnyl Estela --- 1.0.0.tar.gz | 3 --- 1.0.1.tar.gz | 3 +++ hare-libnotify-tools.changes | 6 ++++++ hare-libnotify-tools.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 1.0.0.tar.gz create mode 100644 1.0.1.tar.gz diff --git a/1.0.0.tar.gz b/1.0.0.tar.gz deleted file mode 100644 index 1390022..0000000 --- a/1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:097bd3c3c632b10266e04e8ef9cb9e7e95bf2f2417988db44dd3238df48805d6 -size 8171 diff --git a/1.0.1.tar.gz b/1.0.1.tar.gz new file mode 100644 index 0000000..a4a56d6 --- /dev/null +++ b/1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ea184f88313b2cfdb5eeb147fee8b8caca25ef4dc83747f3cf9ff30265a55b +size 8212 diff --git a/hare-libnotify-tools.changes b/hare-libnotify-tools.changes index 6372e1c..82358cb 100644 --- a/hare-libnotify-tools.changes +++ b/hare-libnotify-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 26 02:44:07 UTC 2025 - Soc Virnyl Estela + +- Update to version 1.0.1: + * fix: handle `nomem` with `!` + ------------------------------------------------------------------- Mon Jan 27 09:14:46 UTC 2025 - Andreas Schwab diff --git a/hare-libnotify-tools.spec b/hare-libnotify-tools.spec index 8de7241..5c6fe5b 100644 --- a/hare-libnotify-tools.spec +++ b/hare-libnotify-tools.spec @@ -22,7 +22,7 @@ Name: hare-libnotify-tools License: MPL-2.0 Summary: Hare clone of the notify-send tool URL: https://git.sr.ht/~uncomfy/hare-libnotify -Version: 1.0.0 +Version: 1.0.1 Release: 0 Source0: https://git.sr.ht/~uncomfy/hare-libnotify/archive/%{version}.tar.gz BuildRequires: hare -- 2.49.0 From 4c8274d0318c8a8e200b2807f505aae63a365acdb682a85f710c3750f3283d15 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 26 Jul 2025 10:51:06 +0800 Subject: [PATCH 2/2] set version to hare 0.25.2 Signed-off-by: Soc Virnyl Estela --- hare-libnotify-tools.changes | 5 +++++ hare-libnotify-tools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hare-libnotify-tools.changes b/hare-libnotify-tools.changes index 82358cb..9b82d19 100644 --- a/hare-libnotify-tools.changes +++ b/hare-libnotify-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 26 02:50:52 UTC 2025 - Soc Virnyl Estela + +- Set hare version to 0.25.2 + ------------------------------------------------------------------- Sat Jul 26 02:44:07 UTC 2025 - Soc Virnyl Estela diff --git a/hare-libnotify-tools.spec b/hare-libnotify-tools.spec index 5c6fe5b..4e14bb1 100644 --- a/hare-libnotify-tools.spec +++ b/hare-libnotify-tools.spec @@ -25,7 +25,7 @@ URL: https://git.sr.ht/~uncomfy/hare-libnotify Version: 1.0.1 Release: 0 Source0: https://git.sr.ht/~uncomfy/hare-libnotify/archive/%{version}.tar.gz -BuildRequires: hare +BuildRequires: hare >= 0.25.2 BuildRequires: hare-libnotify = %{version} BuildRequires: make BuildRequires: pkgconfig(libnotify) -- 2.49.0