diff --git a/black-hole-solver.spec b/black-hole-solver.spec index eee5062..b85fd7d 100644 --- a/black-hole-solver.spec +++ b/black-hole-solver.spec @@ -1,5 +1,5 @@ Name: black-hole-solver -Version: 1.10.1 +Version: 1.12.0 Release: 1mamba Summary: A solver, written in C, to solve Golf solitaire, the Solitaire variant called “Black Hole” and the one called “All in a Row” Group: System/Libraries @@ -11,11 +11,9 @@ Source: https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-sol License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A solver, written in C, to solve Golf solitaire, the Solitaire variant called “Black Hole” and the one called “All in a Row”. @@ -76,5 +74,8 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Tue Mar 29 2022 Automatic Build System 1.12.0-1mamba +- automatic version update by autodist + * Tue Dec 22 2020 Silvan Calarco 1.10.1-1mamba - package created using the webbuild interface