SHA256
1
0
forked from pool/gnubg

Accepting request 281435 from home:posophe:branches:games

Update

OBS-URL: https://build.opensuse.org/request/show/281435
OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=23
This commit is contained in:
Matthias Mailänder 2015-01-18 20:26:57 +00:00 committed by Git OBS Bridge
parent 59e67b3349
commit 6a4a32a9ee
4 changed files with 22 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:609f66323dd20fcaa2e1f889b70f8453b5c53999a8c5afda971c131bcfa0e4f0
size 15019572

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f48bd4dd8650355acefc97597c972193a370a65e4d4e968b450c1d1ba21458c
size 15024158

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 15 16:45:05 UTC 2015 - p.drouand@gmail.com
- Update to version 1.04.001
+ play.c. external.c : Fix external interface bug that prevented
external socket players from working. Fix bug that prevented
external socket interface errors being displayed.
https://savannah.gnu.org/bugs/?43747
- Split out language files in their own subpackage
- Make main package recommend gnubg-lang
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 5 13:02:34 UTC 2014 - cwh@suse.com Tue Aug 5 13:02:34 UTC 2014 - cwh@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package gnubg # spec file for package gnubg
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2003 Achim Mueller, Germany. # Copyright (c) 2003 Achim Mueller, Germany.
# Updated by Christopher Hofmann in 2010 # Updated by Christopher Hofmann in 2010
# #
@ -19,7 +19,7 @@
Name: gnubg Name: gnubg
Version: 1.03.000 Version: 1.04.001
Release: 0 Release: 0
Summary: Plays and analyzes backgammon games and matches on a world class level Summary: Plays and analyzes backgammon games and matches on a world class level
License: GPL-3.0+ License: GPL-3.0+
@ -62,6 +62,7 @@ BuildRequires: sqlite3-devel
%if 0%{?fedora} %if 0%{?fedora}
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
%endif %endif
Recommends: %{name}-lang
%description %description
Program for playing and analysing backgammon positions, games and matches. It is Program for playing and analysing backgammon positions, games and matches. It is
@ -99,6 +100,8 @@ Group: Amusements/Games/Board/Other
%description doc %description doc
Manual for GNU Backgammon. See description of gnubg for more details. Manual for GNU Backgammon. See description of gnubg for more details.
%lang_package
%prep %prep
%setup -q gnubg %setup -q gnubg
@ -119,7 +122,7 @@ install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/
%endif %endif
%find_lang %{name} %find_lang %{name}
%files -f %{name}.lang %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/* %{_bindir}/*
%{_mandir}/man?/%{name}* %{_mandir}/man?/%{name}*
@ -155,4 +158,6 @@ install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/
%doc %{_docdir}/%{name}/gnubg.html %doc %{_docdir}/%{name}/gnubg.html
%doc %{_docdir}/%{name}/allabout.html %doc %{_docdir}/%{name}/allabout.html
%files lang -f %{name}.lang
%changelog %changelog