diff --git a/.gitignore b/.gitignore index 925142e..af462d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /znc-push-4243934d5bb09ee8f7aa700a1b6bf57b3fcdd6a3.tar.gz -/znc-push-e4250e688b4b45a886928c7e2cdb59747304747d.tar.gz diff --git a/sources b/sources index 51be3ef..2c03d2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (znc-push-e4250e688b4b45a886928c7e2cdb59747304747d.tar.gz) = aa73ee1d7410f22e67d51dc43a0e3d7547bce623c3f6eb31323aa4c0c6b973b1bbb324140cafb2f02c963471ce748f3ef54c8af3ef2abd617a20cfbf332c2eee +SHA512 (znc-push-4243934d5bb09ee8f7aa700a1b6bf57b3fcdd6a3.tar.gz) = fca78a070e2bb056823c11f1182b80c103d8c7de622c516c3e1a1098d7369d0dc3f994f4f18bcfe867363f551f3e0797c97262df05199126d9d966bde389d5a1 diff --git a/znc-push.spec b/znc-push.spec index 8242292..2eeeff5 100644 --- a/znc-push.spec +++ b/znc-push.spec @@ -1,5 +1,5 @@ %global forgeurl https://github.com/jreese/znc-push -%global commit e4250e688b4b45a886928c7e2cdb59747304747d +%global commit 4243934d5bb09ee8f7aa700a1b6bf57b3fcdd6a3 %{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})} %forgemeta @@ -8,7 +8,7 @@ Name: znc-%{modname} Version: 2.0.0 -Release: 13%{?dist} +Release: 10%{?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,15 +49,6 @@ 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 - -* 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