3 Commits

Author SHA256 Message Date
25d979516b Accepting request 1300473 from games
- 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

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

OBS-URL: https://build.opensuse.org/request/show/1300473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nudoku?expand=0&rev=11
2025-08-20 11:27:31 +00:00
74d946fa51 - 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

OBS-URL: https://build.opensuse.org/package/show/games/nudoku?expand=0&rev=29
2025-08-20 10:02:48 +00:00
ad3cddf1d4 - 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.

OBS-URL: https://build.opensuse.org/package/show/games/nudoku?expand=0&rev=28
2025-08-20 09:53:06 +00:00
4 changed files with 25 additions and 6 deletions

View File

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

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

View File

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

View File

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