Accepting request 1040324 from home:dirkmueller:Factory

- update to 1.2.0:
  * Convert to cmake/rinutils_bootstrap.cmake
  * Minor refactorings

OBS-URL: https://build.opensuse.org/request/show/1040324
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/black-hole-solver?expand=0&rev=5
This commit is contained in:
Fabian Vogt 2022-12-12 21:11:10 +00:00 committed by Git OBS Bridge
parent 6a0eb1e5d5
commit eb049af28b
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36e1953a99e02e82489a3cb109fb590bcab307b4ddaec34cb0e67347668511e2
size 78848

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d32f32536f7573292588f41bb0d85ae42d561376c218dc4ab6badfe4904a37a7
size 99444

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Dec 5 14:41:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.2.0:
* Convert to cmake/rinutils_bootstrap.cmake
* Minor refactorings
-------------------------------------------------------------------
Thu Apr 29 11:35:17 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -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