SHA256
1
0
forked from pool/gnugo
Dominique Leuenberger 2020-06-12 19:40:40 +00:00 committed by Git OBS Bridge
parent 37f11dcb44
commit 907e0aea9f
6 changed files with 55 additions and 19 deletions

View File

@ -1,17 +1,16 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">http://git.savannah.gnu.org/r/gnugo.git</param>
<service mode="disabled" name="tar_scm">
<param name="url">https://git.savannah.gnu.org/git/gnugo.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">3.9.1+git%cd.%h</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
<param name="filename">gnugo</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service name="recompress" mode="disabled">
<service mode="disabled" name="recompress">
<param name="file">gnugo-*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled">
<service mode="disabled" name="set_version">
<param name="basename">gnugo</param>
</service>
</services>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">http://git.savannah.gnu.org/r/gnugo.git</param>
<param name="url">https://git.savannah.gnu.org/git/gnugo.git</param>
<param name="changesrevision">84a32e9cee2a70c0ec6ef58c1be279fed84a9a53</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5570a1384806fe46564c9d086a5d74a9a5cb566de0ea8a73936ca5919bbc124f
size 2216196

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c0b883bd716574b24177fc1664d8ea871a99ec055bec9eb3fa5ca811a409752
size 2214536

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Jun 11 16:48:20 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Enable -fcommon which is not default with GCC10.
-------------------------------------------------------------------
Thu Jun 11 10:39:24 UTC 2020 - mcepl@cepl.eu
- Update to version 1371149103.84a32e9c:
* Avoid crashing due to registering an invalid loss move reason.
* Change pieces to stones in board output in ascii mode.
* Update copyright notices for 2011.
* gunnar_9_2.1. Remove tactical semeai reading. (#228)
* Removed built joseki *.db files from EXTRA_DIST.
* Replaced .cvsignore files with .gitignore files.
* rel-3-9-1
* reran automake to finish remove of automake-1.4
* removed automake-1.4.patch from doc/Makefile.am
* removed automake-1.4
-------------------------------------------------------------------
Thu Jun 11 10:34:03 UTC 2020 - mcepl@cepl.eu
- Update to version 20130613.84a32e9c:
* Avoid crashing due to registering an invalid loss move reason.
* Change pieces to stones in board output in ascii mode.
* Update copyright notices for 2011.
* gunnar_9_2.1. Remove tactical semeai reading. (#228)
* Removed built joseki *.db files from EXTRA_DIST.
* Replaced .cvsignore files with .gitignore files.
* reran automake to finish remove of automake-1.4
* removed automake-1.4.patch from doc/Makefile.am
* removed automake-1.4
-------------------------------------------------------------------
Sun Aug 23 05:33:42 UTC 2015 - i@marguerite.su

View File

@ -1,7 +1,7 @@
#
# spec file for package gnugo
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gnugo
Version: 3.9.1+git20130613.84a32e9
Version: 1371149103.84a32e9c
Release: 0
Summary: Chinese Board Game "Go"
License: GPL-3.0+
License: GPL-3.0-or-later
Group: Amusements/Games/Board/Other
Url: http://www.gnu.org/software/gnugo/gnugo.html
URL: https://savannah.gnu.org/projects/gnugo
Source: %{name}-%{version}.tar.xz
Source1: suse-start-gnugo.el
Source2: xemacs-auto-autoloads.el
@ -33,7 +33,7 @@ BuildRequires: fdupes
BuildRequires: ncurses-devel
BuildRequires: xemacs
BuildRequires: xz
Requires(pre): %{install_info_prereq}
Requires(pre): info
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -45,6 +45,8 @@ Chinese ancient board game.
%patch1 -p1
%build
export CFLAGS="%{optflags} -fcommon"
export CXXFLAGS="%{optflags} -fcommon"
%configure --prefix=%{_prefix}
make %{?_smp_mflags}
pushd interface/xpms
@ -87,7 +89,8 @@ install -m 644 %{SOURCE2} \
%files
%defattr(-,root,root)
%doc COPYING AUTHORS THANKS ChangeLog TODO README NEWS
%doc AUTHORS THANKS ChangeLog TODO README NEWS
%license COPYING
%{_bindir}/%{name}
%{_infodir}/gnugo.info*.gz
%{_mandir}/man6/gnugo.6.gz