Rebuild with no changes to get the -devel package to CRB

This commit is contained in:
Pavel Cahyna 2022-02-03 17:25:47 +01:00 committed by Stepan Oksanichenko
parent 2e6384588b
commit eaab143b33
2 changed files with 6 additions and 1 deletions

1
.gsl.metadata Normal file
View File

@ -0,0 +1 @@
9273164b6bdf60d0577518a1c1310eff6659e3dd gsl-2.6.tar.gz

View File

@ -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 <pcahyna@redhat.com> - 2.6-7
- Rebuilt with no changes to get the -devel package to CRB.
Resolves: rhbz#2035401
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.6-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688