Update to 3.1.5
This commit is contained in:
parent
0f901b7946
commit
ed5eb49c1e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/double-conversion-2.0.0.tar.gz
|
||||
/double-conversion-2.0.1.tar.gz
|
||||
/double-conversion-3.0.0.tar.gz
|
||||
/double-conversion-3.1.5.tar.gz
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
|
||||
Summary: Library providing binary-decimal and decimal-binary routines for IEEE doubles
|
||||
Name: double-conversion
|
||||
Version: 3.0.0
|
||||
Release: 5%{?dist}
|
||||
Version: 3.1.5
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Source0: https://github.com/google/double-conversion/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/google/double-conversion/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/google/double-conversion
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
@ -73,7 +73,7 @@ popd
|
||||
|
||||
%files
|
||||
%doc LICENSE README.md AUTHORS Changelog
|
||||
%{_libdir}/libdouble-conversion.so.1*
|
||||
%{_libdir}/libdouble-conversion.so.3*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libdouble-conversion.so
|
||||
@ -86,6 +86,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Sep 22 2019 Orion Poplawski <orion@nwra.com> - 3.1.5-1
|
||||
- Update to 3.1.5
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (double-conversion-3.0.0.tar.gz) = 5057af6e72f2aaace56ebdd9a0ddfa34318cbdfeabec5c361b60e6c92f160c8999c046c50f8c6f8d590eb8e97aa70bb6e97ba8148f0dc95dbc42f204fcdc1abf
|
||||
SHA512 (double-conversion-3.1.5.tar.gz) = 0aeabdbfa06c3c4802905ac4bf8c2180840577677b47d45e1c91034fe07746428c9db79260ce6bdbdf8b584746066cea9247ba43a9c38155caf1ef44e214180a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user