From f27b2e03d48381523dbb22151f0273af2fc9579f Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Thu, 3 Feb 2022 17:25:47 +0100 Subject: [PATCH] Rebuild with no changes to get the -devel package to CRB Resolves: rhbz#2035401 --- gsl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gsl.spec b/gsl.spec index a659b9d..46df103 100644 --- a/gsl.spec +++ b/gsl.spec @@ -1,7 +1,7 @@ Summary: The GNU Scientific Library for numerical analysis Name: gsl Version: 2.6 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://www.gnu.org/software/gsl/ License: GPLv3+ Source: http://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz @@ -81,6 +81,10 @@ rm -r %{buildroot}%{_libdir}/*.a %{_includedir}/gsl/ %changelog +* Thu Feb 3 2022 Pavel Cahyna - 2.6-7 +- Rebuilt with no changes to get the -devel package to CRB. + Resolves: rhbz#2035401 + * Mon Aug 09 2021 Mohan Boddu - 2.6-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688