forked from pool/black-hole-solver
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:
parent
6a0eb1e5d5
commit
eb049af28b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36e1953a99e02e82489a3cb109fb590bcab307b4ddaec34cb0e67347668511e2
|
|
||||||
size 78848
|
|
3
black-hole-solver-1.12.0.tar.xz
Normal file
3
black-hole-solver-1.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d32f32536f7573292588f41bb0d85ae42d561376c218dc4ab6badfe4904a37a7
|
||||||
|
size 99444
|
@ -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>
|
Thu Apr 29 11:35:17 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package black-hole-solver
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
# Missing perl(Env::Path), should also skip some tests like build-process
|
||||||
%global run_tests 0
|
%global run_tests 0
|
||||||
Name: black-hole-solver
|
Name: black-hole-solver
|
||||||
Version: 1.10.1
|
Version: 1.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Black Hole Solver Executable
|
Summary: The Black Hole Solver Executable
|
||||||
License: MIT
|
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/
|
# PATCH-FIX-OPENSUSE fix-pkgconfig-libdir.patch -- https://sourceforge.net/p/fc-solve/tickets/1/
|
||||||
Patch0: fix-pkgconfig-libdir.patch
|
Patch0: fix-pkgconfig-libdir.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: cmake(Rinutils)
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: perl(Path::Tiny)
|
|
||||||
BuildRequires: xxhash-devel
|
BuildRequires: xxhash-devel
|
||||||
|
BuildRequires: cmake(Rinutils)
|
||||||
|
BuildRequires: perl(Path::Tiny)
|
||||||
%if %{run_tests}
|
%if %{run_tests}
|
||||||
# For testing
|
# For testing
|
||||||
BuildRequires: perl(Getopt::Long)
|
BuildRequires: perl(Getopt::Long)
|
||||||
BuildRequires: perl(Env::Path)
|
BuildRequires: perl(Env::Path)
|
||||||
BuildRequires: perl(Test::Some)
|
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(Test::Some)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user