From ce221f3c923a1257e1cd02344d88849b3c4a5433 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 13:09:11 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libecb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libecb.spec b/libecb.spec index 27f05fa..e803b1e 100644 --- a/libecb.spec +++ b/libecb.spec @@ -3,7 +3,7 @@ %global debug_package %{nil} Name: libecb Version: 0.%{snapshot} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compiler built-ins License: BSD or GPLv2+ URL: http://software.schmorp.de/pkg/libecb.html @@ -56,6 +56,9 @@ install -m 0644 -t %{buildroot}%{_mandir}/man3 *.3 %{_mandir}/man3/* %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0.20190722-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Mon Jul 22 2019 Petr Pisar - 0.20190722-1 - CVS snapshot taken on 2019-07-22 (ECB_MEMORXY_FENCE_RELAXED memory fence added, use the memory barriers of a C++ compiler)