Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 25d979516b | |||
| 74d946fa51 | |||
| ad3cddf1d4 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba60a99c9832b5c950a00a0a9d1e0938fddf2cef32765bca18041e770afc3c4a
|
||||
size 35809
|
||||
3
nudoku-6.0.0.tar.gz
Normal file
3
nudoku-6.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98a80a58a15ea664dfa62e1e5ae51c737f9555ef114e483f3b3c2674d9c51495
|
||||
size 36353
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 10:01:47 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.0.0:
|
||||
* Wrap around board edges when navigating with arrow keys (pr #68)
|
||||
* Update Turkish translation (pr #69)
|
||||
* Print sudoku stream to stdout (pr #71)
|
||||
* Fix build with gettext 0.24.1+ (pr #73)
|
||||
- Drop nudoku-Fix-build-with-gettext-0.24.1.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 09:33:01 UTC 2025 - Thomas Zimmermann <tzimmermann@suse.com>
|
||||
|
||||
- Convert to %autosetup
|
||||
|
||||
- Add nudoku-Fix-build-with-gettext-0.24.1.patch: Adds the local m4/
|
||||
directory to the autoconf macro search patch. Fixes an issue with
|
||||
gettext macros not being available at build time.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 07:13:29 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nudoku
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nudoku
|
||||
Version: 5.0.0
|
||||
Version: 6.0.0
|
||||
Release: 0
|
||||
Summary: Ncurses based sudoku game
|
||||
License: GPL-3.0-only
|
||||
@@ -37,7 +37,7 @@ nudoku is a ncurses based sudoku game.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
|
||||
Reference in New Issue
Block a user