From cd25c67877111fc065d499375ff161042582d751 Mon Sep 17 00:00:00 2001 From: Matthieu Saulnier Date: Tue, 27 Feb 2024 19:06:53 +0100 Subject: Update to latest snapshot --- libstrophe.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libstrophe.spec b/libstrophe.spec index 67ce996..814a7d9 100644 --- a/libstrophe.spec +++ b/libstrophe.spec @@ -1,11 +1,11 @@ -# Commit: Release libstrophe-0.13.0 -%global snapdate 20240204 -%global commit d6d71e97f846bc2c696f9ca2cb39d78fa66bbe97 +# Commit: Release libstrophe-0.13.1 +%global snapdate 20240227 +%global commit 4d59a9fe452266d5c0c12b6fe5e6136ad1cea87b %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: libstrophe -Version: 0.13.0 +Version: 0.13.1 Release: 10^%{snapdate}git%{shortcommit}%{?dist} Summary: An XMPP library for C @@ -117,6 +117,9 @@ cp -a coverage/ %{buildroot}%{_pkgdocdir}/html/ %changelog +* Tue Feb 27 2024 Matthieu Saulnier - 0.13.1-10^20240227git4d59a9f +- Update to latest snapshot + * Sun Feb 4 2024 Matthieu Saulnier - 0.13.0-10^20240204gitd6d71e9 - Update to latest snapshot - Add zlib as new BuildRequires -- cgit