diff --git a/.files b/.files index f040083..5c69ee7 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 4ea0af6..587772d 100644 --- a/.rev +++ b/.rev @@ -15,4 +15,12 @@ 894924 + + 64310bac98b27b6eebe657bcf3aba81e + 1.12.0 + + dimstar_suse + + 1042484 + diff --git a/black-hole-solver-1.10.1.tar.xz b/black-hole-solver-1.10.1.tar.xz deleted file mode 120000 index e9f2da0..0000000 --- a/black-hole-solver-1.10.1.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreibw4gktvgpaf2bergr4wee7wwilzkzqpng5v3buzmhgondwnbir4i \ No newline at end of file diff --git a/black-hole-solver-1.12.0.tar.xz b/black-hole-solver-1.12.0.tar.xz new file mode 120000 index 0000000..b0bf276 --- /dev/null +++ b/black-hole-solver-1.12.0.tar.xz @@ -0,0 +1 @@ +/ipfs/bafkreigtf4zfg33vomuslchudoynqwxefvlbg5wcddoevnv237sjasrxu4 \ No newline at end of file diff --git a/black-hole-solver.changes b/black-hole-solver.changes index 55def86..48442c2 100644 --- a/black-hole-solver.changes +++ b/black-hole-solver.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +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 - Update to version 1.10.1: diff --git a/black-hole-solver.spec b/black-hole-solver.spec index 2615081..849600d 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