summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2024-02-04 14:14:49 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2024-02-04 14:14:49 +0100
commitc6710e08a009095acca5b333044035a9bc631e3d (patch)
tree2cebd925272d235af06be04f9672047d1be86b23
parentec7f4ee7aeedcb001ff33f76b7ae3fe999513183 (diff)
downloadlibstrophe-c6710e08a009095acca5b333044035a9bc631e3d.tar.gz
libstrophe-c6710e08a009095acca5b333044035a9bc631e3d.tar.xz
libstrophe-c6710e08a009095acca5b333044035a9bc631e3d.zip
Update to latest snapshot
-rw-r--r--libstrophe.spec15
1 files changed, 10 insertions, 5 deletions
diff --git a/libstrophe.spec b/libstrophe.spec
index 146ea5a..67ce996 100644
--- a/libstrophe.spec
+++ b/libstrophe.spec
@@ -1,12 +1,12 @@
-# Commit: Use `memset()` in constructors
-%global snapdate 20231201
-%global commit c5b6026fc6fdc4b6ead87e24fc5ebc9f7f380ec8
+# Commit: Release libstrophe-0.13.0
+%global snapdate 20240204
+%global commit d6d71e97f846bc2c696f9ca2cb39d78fa66bbe97
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: libstrophe
-Version: 0.12.3
-Release: 13^%{snapdate}git%{shortcommit}%{?dist}
+Version: 0.13.0
+Release: 10^%{snapdate}git%{shortcommit}%{?dist}
Summary: An XMPP library for C
License: MIT and GPLv3
@@ -17,6 +17,7 @@ BuildRequires: gcc
BuildRequires: automake
BuildRequires: autoconf
BuildRequires: libtool
+BuildRequires: zlib-devel
# expat or libxml, but no need for both
BuildRequires: expat-devel
#BuildRequires: libxml2-devel
@@ -116,6 +117,10 @@ cp -a coverage/ %{buildroot}%{_pkgdocdir}/html/
%changelog
+* Sun Feb 4 2024 Matthieu Saulnier <fantom@fedoraproject.org> - 0.13.0-10^20240204gitd6d71e9
+- Update to latest snapshot
+- Add zlib as new BuildRequires
+
* Fri Dec 1 2023 Matthieu Saulnier <fantom@fedoraproject.org> - 0.12.3-13^20231201gitc5b6026
- Update to latest snapshot