From 80a241f54bd25233ba675388e0fef3a839007895 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:50:57 +0000 Subject: [PATCH 1/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- znc-push.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/znc-push.spec b/znc-push.spec index 2eeeff5..960fda6 100644 --- a/znc-push.spec +++ b/znc-push.spec @@ -8,7 +8,7 @@ Name: znc-%{modname} Version: 2.0.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Push notification service module for ZNC License: MIT @@ -49,6 +49,9 @@ install -Dpm0755 %{modname}.so %{buildroot}%{_libdir}/znc/%{modname}.so %{_libdir}/znc/%{modname}.so %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 2.0.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sun Aug 25 2024 Neil Hanlon - 2.0.0-10 - rebuild for znc 1.9.1 in f42 - znc-buildmod now needs python/cmake From 394d26b2f39887046685340fc6cead80b2ca6e84 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:20:16 +0000 Subject: [PATCH 2/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- znc-push.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/znc-push.spec b/znc-push.spec index 960fda6..1e0b3aa 100644 --- a/znc-push.spec +++ b/znc-push.spec @@ -8,7 +8,7 @@ Name: znc-%{modname} Version: 2.0.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Push notification service module for ZNC License: MIT @@ -49,6 +49,9 @@ install -Dpm0755 %{modname}.so %{buildroot}%{_libdir}/znc/%{modname}.so %{_libdir}/znc/%{modname}.so %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.0.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 2.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From a894dc2fa081c9db0a7909010d8a725fc21bcd34 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 24 Oct 2025 12:13:40 +0200 Subject: [PATCH 3/3] Update to latest Git HEAD (e4250e688b4b45a886928c7e2cdb59747304747d) --- .gitignore | 1 + sources | 2 +- znc-push.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index af462d4..925142e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /znc-push-4243934d5bb09ee8f7aa700a1b6bf57b3fcdd6a3.tar.gz +/znc-push-e4250e688b4b45a886928c7e2cdb59747304747d.tar.gz diff --git a/sources b/sources index 2c03d2c..51be3ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (znc-push-4243934d5bb09ee8f7aa700a1b6bf57b3fcdd6a3.tar.gz) = fca78a070e2bb056823c11f1182b80c103d8c7de622c516c3e1a1098d7369d0dc3f994f4f18bcfe867363f551f3e0797c97262df05199126d9d966bde389d5a1 +SHA512 (znc-push-e4250e688b4b45a886928c7e2cdb59747304747d.tar.gz) = aa73ee1d7410f22e67d51dc43a0e3d7547bce623c3f6eb31323aa4c0c6b973b1bbb324140cafb2f02c963471ce748f3ef54c8af3ef2abd617a20cfbf332c2eee diff --git a/znc-push.spec b/znc-push.spec index 1e0b3aa..8242292 100644 --- a/znc-push.spec +++ b/znc-push.spec @@ -1,5 +1,5 @@ %global forgeurl https://github.com/jreese/znc-push -%global commit 4243934d5bb09ee8f7aa700a1b6bf57b3fcdd6a3 +%global commit e4250e688b4b45a886928c7e2cdb59747304747d %{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})} %forgemeta @@ -8,7 +8,7 @@ Name: znc-%{modname} Version: 2.0.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Push notification service module for ZNC License: MIT @@ -36,7 +36,7 @@ that matches a configurable set of conditions. chmod -x README.md %build -CXXFLAGS="%{optflags} -DUSE_CURL $(pkg-config --libs libcurl) -DPUSHVERSION=%{shortcommit}" \ +CXXFLAGS="%{optflags} -DUSE_CURL $(pkg-config --libs libcurl) -DPUSHVERSION=\\\"%{shortcommit}\\\"" \ LDFLAGS="%{__global_ldflags}" \ znc-buildmod %{modname}.cpp @@ -49,6 +49,9 @@ install -Dpm0755 %{modname}.so %{buildroot}%{_libdir}/znc/%{modname}.so %{_libdir}/znc/%{modname}.so %changelog +* Fri Oct 24 2025 LuK1337 - 2.0.0-13 +- Update to latest Git HEAD (e4250e688b4b45a886928c7e2cdb59747304747d) + * Fri Jul 25 2025 Fedora Release Engineering - 2.0.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild