summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libstrophe.spec11
1 files 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 <fantom@fedoraproject.org> - 0.13.1-10^20240227git4d59a9f
+- Update to latest snapshot
+
* Sun Feb 4 2024 Matthieu Saulnier <fantom@fedoraproject.org> - 0.13.0-10^20240204gitd6d71e9
- Update to latest snapshot
- Add zlib as new BuildRequires