New version 1.10.1
This commit is contained in:
parent
a88b1f8082
commit
5f81107446
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/black-hole-solver-1.4.0.tar.xz
|
||||
/black-hole-solver-1.6.0.tar.xz
|
||||
/black-hole-solver-1.8.0.tar.xz
|
||||
/black-hole-solver-1.10.1.tar.xz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%define develname lib%{basen}-devel
|
||||
|
||||
Name: %{basen}
|
||||
Version: 1.8.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.10.1
|
||||
Release: 1%{?dist}
|
||||
# The entire source code is MIT except xxHash-0.6.5/ which is BSD
|
||||
License: MIT and BSD
|
||||
Source0: https://fc-solve.shlomifish.org/downloads/fc-solve/%{basen}-%{version}.tar.xz
|
||||
@ -31,6 +31,7 @@ BuildRequires: perl(Path::Tiny)
|
||||
BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::RunValgrind)
|
||||
BuildRequires: perl(Test::Some)
|
||||
BuildRequires: perl(Test::Trap)
|
||||
BuildRequires: perl(autodie)
|
||||
BuildRequires: perl(base)
|
||||
@ -112,6 +113,9 @@ perl "$src"/run-tests.pl
|
||||
%__rm -f %{buildroot}/%{_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Mon Nov 09 2020 Shlomi Fish <shlomif@shlomifish.org> 1.10.1-1
|
||||
- New version; add BR on Test::Some.
|
||||
|
||||
* Tue Jul 28 2020 Shlomi Fish <shlomif@shlomifish.org> 1.8.0-3
|
||||
- Convert to the new cmake rpm macros
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (black-hole-solver-1.8.0.tar.xz) = 8b6f0a52cc095f25ebc82bceed25dad70da569a474bd18b04e6dff3ee37242e2242927d1c3d6b6d662219eab6df6694b6fc2da1c84a92e19c9ed582f38673a10
|
||||
SHA512 (black-hole-solver-1.10.1.tar.xz) = 65e69a699922c92332da70b35303f50fbbe3f7b324e70428d24e75910ab6472db22936fbabe716fdd2ef9a88aaac3d8765b8007ceeb03d50ec865b183a5c8f69
|
||||
|
Loading…
x
Reference in New Issue
Block a user