From 8808be8658bbe4cab505414385efb33aced92bef Mon Sep 17 00:00:00 2001 From: Matthieu Saulnier Date: Thu, 10 Aug 2023 05:44:12 +0200 Subject: Update to latest snapshot --- libstrophe.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libstrophe.spec b/libstrophe.spec index 488034f..10f2d2a 100644 --- a/libstrophe.spec +++ b/libstrophe.spec @@ -1,12 +1,12 @@ # Commit: Release libstrophe-0.12.3 -%global snapdate 20230809 -%global commit 9eba8e873847b6ed6e4aa8e9e887d45c2351f6ed +%global snapdate 20230810 +%global commit 069787db514b8edc21324878b9cef4125367a917 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: libstrophe Version: 0.12.3 -Release: 11^%{snapdate}git%{shortcommit}%{?dist} +Release: 12^%{snapdate}git%{shortcommit}%{?dist} Summary: An XMPP library for C License: MIT and GPLv3 @@ -118,6 +118,9 @@ cp -a coverage/index.html %{buildroot}%{_pkgdocdir}/html/codecoverage.html %changelog +* Thu Aug 10 2023 Matthieu Saulnier - 0.12.3-12^20230810git069787d +- Update to latest snapshot + * Wed Aug 9 2023 Matthieu Saulnier - 0.12.3-11^20230809git9eba8e8 - Update to latest snapshot - Enable code coverage report -- cgit