new version 6.8.0
This commit is contained in:
parent
4b3bbca8af
commit
4821249499
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/freecell-solver-6.2.0.tar.xz
|
||||
/freecell-solver-6.4.0.tar.xz
|
||||
/freecell-solver-6.6.0.tar.xz
|
||||
/freecell-solver-6.8.0.tar.xz
|
||||
|
@ -3,11 +3,10 @@
|
||||
%global develname lib%{name}-devel
|
||||
|
||||
Name: freecell-solver
|
||||
Version: 6.6.0
|
||||
Release: 3%{?dist}
|
||||
Version: 6.8.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Source0: https://fc-solve.shlomifish.org/downloads/fc-solve/%{name}-%{version}.tar.xz
|
||||
Patch1: fc-solve-fix-ldd-issue.patch
|
||||
URL: https://fc-solve.shlomifish.org/
|
||||
Summary: The Freecell Solver Executable
|
||||
|
||||
@ -148,7 +147,6 @@ Freecell Solver from within your programs.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p3 -b .fix-ldd-check
|
||||
|
||||
%build
|
||||
# The game limit flags are recommended by the PySolFC README.
|
||||
@ -175,6 +173,9 @@ chmod a-x "$dest/$bn"
|
||||
find %{buildroot} -name *.a -delete
|
||||
|
||||
%changelog
|
||||
* Thu Oct 20 2022 Shlomi Fish <shlomif@shlomifish.org> 6.8.0-1
|
||||
- New version
|
||||
|
||||
* Wed Aug 03 2022 Shlomi Fish <shlomif@shlomifish.org> 6.6.0-3
|
||||
- Add fc-solve-fix-ldd-issue.patch to fix run-tests.pl ldd-output processing
|
||||
- Add BuildRequires on python3-devel.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (freecell-solver-6.6.0.tar.xz) = 55844426ca7e8c01916b94aca13ef579923b28ef88376bade6899a2b791a4a8198160a05169915fb484a12363c8c1b2f1bfaa7bd18afbc46c9ba86058cbba2bb
|
||||
SHA512 (freecell-solver-6.8.0.tar.xz) = 3baed3cc02405036b882b8eb71f0e54d11051789b9071081a26a6feca653e13129b7d2e5f3ffcbbbac528e67eccdb95d0adcbf598b35f0849a220c90bed131ee
|
||||
|
Loading…
x
Reference in New Issue
Block a user