diff --git a/black-hole-solver-1.10.1.tar.xz b/black-hole-solver-1.10.1.tar.xz deleted file mode 100644 index 1fee0f9..0000000 --- a/black-hole-solver-1.10.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36e1953a99e02e82489a3cb109fb590bcab307b4ddaec34cb0e67347668511e2 -size 78848 diff --git a/black-hole-solver-1.12.0.tar.xz b/black-hole-solver-1.12.0.tar.xz new file mode 100644 index 0000000..6daf5e4 --- /dev/null +++ b/black-hole-solver-1.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32f32536f7573292588f41bb0d85ae42d561376c218dc4ab6badfe4904a37a7 +size 99444 diff --git a/black-hole-solver.changes b/black-hole-solver.changes index 3e327e3..7dbdb78 100644 --- a/black-hole-solver.changes +++ b/black-hole-solver.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 5 14:41:00 UTC 2022 - Dirk Müller + +- update to 1.2.0: + * Convert to cmake/rinutils_bootstrap.cmake + * Minor refactorings + ------------------------------------------------------------------- Thu Apr 29 11:35:17 UTC 2021 - Ferdinand Thiessen diff --git a/black-hole-solver.spec b/black-hole-solver.spec index de89111..b3c7d1a 100644 --- a/black-hole-solver.spec +++ b/black-hole-solver.spec @@ -1,7 +1,7 @@ # # spec file for package black-hole-solver # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ # Missing perl(Env::Path), should also skip some tests like build-process %global run_tests 0 Name: black-hole-solver -Version: 1.10.1 +Version: 1.12.0 Release: 0 Summary: The Black Hole Solver Executable License: MIT @@ -30,16 +30,16 @@ Source: https://sourceforge.net/projects/fc-solve/files/fc-solve/%{name} # PATCH-FIX-OPENSUSE fix-pkgconfig-libdir.patch -- https://sourceforge.net/p/fc-solve/tickets/1/ Patch0: fix-pkgconfig-libdir.patch BuildRequires: cmake -BuildRequires: cmake(Rinutils) BuildRequires: gcc-c++ -BuildRequires: perl(Path::Tiny) BuildRequires: xxhash-devel +BuildRequires: cmake(Rinutils) +BuildRequires: perl(Path::Tiny) %if %{run_tests} # For testing BuildRequires: perl(Getopt::Long) BuildRequires: perl(Env::Path) -BuildRequires: perl(Test::Some) BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Some) %endif %description