Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
Use game section for manpage.
Clarify install instructions for openSUSE.
Version bump to 0.2.5
  • Loading branch information
jubalh committed Jun 7, 2016
1 parent 6299487 commit 1a7b5f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SUBDIRS = src
dist_man_MANS = man/nudoku.1
dist_man_MANS = man/nudoku.6
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ emerge nudoku -a

### openSUSE ###

For Leap 42.1 and Tumbleweed nudoku is in the official repositories.
On 13.2 you need to add the the games repository and install nudoku via zypper.
Since openSUSE Leap 42.1 (and Tumbleweed) you can find nudoku in the official repository.
For others you need to add the `games` repo.
On openSUSE 13.2 for example, you can do it like this:

```
zypper ar http://download.opensuse.org/repositories/games/openSUSE_13.2/ games
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([nudoku], [0.2.4], [jubalh@openmailbox.org])
AC_INIT([nudoku], [0.2.5], [jubalh@openmailbox.org])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([foreign])

Expand Down
2 changes: 1 addition & 1 deletion man/nudoku.6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manpage for nudoku.
.TH man 1 "16 September 2015" "0.2.4" "nudoku man page"
.TH man 6 "07 June 2016" "0.2.5" "nudoku man page"
.SH NAME
nudoku \- ncurses based sudoku game
.SH SYNOPSIS
Expand Down

0 comments on commit 1a7b5f4

Please sign in to comment.