Rebase to gmp 6.2.0
This commit is contained in:
parent
08a8ad4115
commit
e996809210
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/gmp-6.1.0.tar.bz2
|
||||
/gmp-6.1.1.tar.bz2
|
||||
/gmp-6.1.2.tar.bz2
|
||||
/gmp-6.2.0.tar.bz2
|
||||
|
9
gmp.spec
9
gmp.spec
@ -5,8 +5,8 @@
|
||||
|
||||
Summary: A GNU arbitrary precision library
|
||||
Name: gmp
|
||||
Version: 6.1.2
|
||||
Release: 13%{?dist}
|
||||
Version: 6.2.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
URL: http://gmplib.org/
|
||||
Source0: ftp://ftp.gmplib.org/pub/gmp-%{version}/gmp-%{version}.tar.bz2
|
||||
@ -156,12 +156,14 @@ make %{?_smp_mflags} check
|
||||
%license COPYING COPYING.LESSERv3 COPYINGv2 COPYINGv3
|
||||
%doc NEWS README
|
||||
%{_libdir}/libgmp.so.*
|
||||
%{_libdir}/pkgconfig/gmp.pc
|
||||
%if %{with fips}
|
||||
%{_libdir}/.libgmp.so.*.hmac
|
||||
%endif
|
||||
|
||||
%files c++
|
||||
%{_libdir}/libgmpxx.so.*
|
||||
%{_libdir}/pkgconfig/gmpxx.pc
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libgmp.so
|
||||
@ -174,6 +176,9 @@ make %{?_smp_mflags} check
|
||||
%{_libdir}/libgmpxx.a
|
||||
|
||||
%changelog
|
||||
* Mon Feb 17 2020 Jakub Martisko <jamartis@redhat.com> - 1:6.2.0-1
|
||||
- Rebase to 6.2.0
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.1.2-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gmp-6.1.2.tar.bz2) = 268db88447174617f5746d9a6ba2b105940cc1a5e73155eb23b6eedf55f8e7724eda05d161b2de19aca9e794956d226ba9ed6f23124c7c82f7e1872e32b003cf
|
||||
SHA512 (gmp-6.2.0.tar.bz2) = ff22ed47fff176ed56301ecab0213316150a3abb370fed031635804f829c878296d7c65597b1f687f394479eef04fae6eba771162f7d363dc4c94c7334fc1fc0
|
||||
|
Loading…
Reference in New Issue
Block a user