From f30e286ecbd7e657520e3e7f4019210fd2ef1e676e9d319430ca35b43024090d Mon Sep 17 00:00:00 2001 From: Dmitriy Perlow Date: Wed, 6 Aug 2014 15:13:01 +0000 Subject: [PATCH] Accepting request 243773 from home:cwh:branches:games Updated to recently released version OBS-URL: https://build.opensuse.org/request/show/243773 OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=18 --- gnubg-release-1.02.000-sources.tar.gz | 3 --- gnubg-release-1.03.000-sources.tar.gz | 3 +++ gnubg.changes | 6 ++++++ gnubg.spec | 17 +++++++++-------- 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 gnubg-release-1.02.000-sources.tar.gz create mode 100644 gnubg-release-1.03.000-sources.tar.gz diff --git a/gnubg-release-1.02.000-sources.tar.gz b/gnubg-release-1.02.000-sources.tar.gz deleted file mode 100644 index 8846a96..0000000 --- a/gnubg-release-1.02.000-sources.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ece7fc02481f8e6c08869306f1cf52cad9ec5ddd675de67782cf028a6dcb504 -size 14985346 diff --git a/gnubg-release-1.03.000-sources.tar.gz b/gnubg-release-1.03.000-sources.tar.gz new file mode 100644 index 0000000..d14d960 --- /dev/null +++ b/gnubg-release-1.03.000-sources.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609f66323dd20fcaa2e1f889b70f8453b5c53999a8c5afda971c131bcfa0e4f0 +size 15019572 diff --git a/gnubg.changes b/gnubg.changes index 5396cd4..d2cef4f 100644 --- a/gnubg.changes +++ b/gnubg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 5 13:02:34 UTC 2014 - cwh@suse.com + +- 1.03.000 +- added recommends: python-MySQL-python + ------------------------------------------------------------------- Wed Sep 18 08:28:30 UTC 2013 - cwh@suse.com diff --git a/gnubg.spec b/gnubg.spec index 06d88df..d3cbd37 100644 --- a/gnubg.spec +++ b/gnubg.spec @@ -1,7 +1,7 @@ # # spec file for package gnubg # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2003 Achim Mueller, Germany. # Updated by Christopher Hofmann in 2010 # @@ -19,17 +19,14 @@ Name: gnubg -Version: 1.02.000 +Version: 1.03.000 Release: 0 Summary: Plays and analyzes backgammon games and matches on a world class level License: GPL-3.0+ Group: Amusements/Games/Board/Other Url: http://www.gnubg.org -Source: http://gnubg.org/media/sources/gnubg-release-1.02.000-sources.tar.gz +Source: http://gnubg.org/media/sources/gnubg-release-%{version}-sources.tar.gz Source1: %{name}.desktop -# PATCH-FIX-UPSTREAM docdir.patch cwh@suse.de -- install documentation to a LSB conform place -Patch0: docdir.patch -Patch1: glu.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -59,6 +56,7 @@ BuildRequires: update-desktop-files Recommends: gnubg-databases = %{version} Recommends: gnubg-sounds = %{version} Recommends: gnubg-doc = %{version} +Recommends: python-MySQL-python BuildRequires: sqlite3-devel %endif %if 0%{?fedora} @@ -103,8 +101,6 @@ Manual for GNU Backgammon. See description of gnubg for more details. %prep %setup -q gnubg -%patch0 -p0 -%patch1 -p1 %build autoreconf -fi @@ -127,6 +123,11 @@ install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/ %defattr(-,root,root) %{_bindir}/* %{_mandir}/man?/%{name}* +%{_mandir}/man?/bearoffdump.* +%{_mandir}/man?/makebearoff.* +%{_mandir}/man?/makehyper.* +%{_mandir}/man?/makeweights.* + %if 0%{?suse_version} %{_datadir}/applications/gnubg.desktop %endif