diff --git a/_service b/_service
index 35d71c3..0c39470 100644
--- a/_service
+++ b/_service
@@ -1,17 +1,16 @@
-
- http://git.savannah.gnu.org/r/gnugo.git
+
+ https://git.savannah.gnu.org/git/gnugo.git
git
- .git
- 3.9.1+git%cd.%h
- master
enable
+ gnugo
+ mcepl@cepl.eu
-
+
gnugo-*.tar
xz
-
+
gnugo
diff --git a/_servicedata b/_servicedata
index b650416..f3923b2 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
- http://git.savannah.gnu.org/r/gnugo.git
- 84a32e9cee2a70c0ec6ef58c1be279fed84a9a53
\ No newline at end of file
+ https://git.savannah.gnu.org/git/gnugo.git
+ 84a32e9cee2a70c0ec6ef58c1be279fed84a9a53
\ No newline at end of file
diff --git a/gnugo-1371149103.84a32e9c.tar.xz b/gnugo-1371149103.84a32e9c.tar.xz
new file mode 100644
index 0000000..f362bf3
--- /dev/null
+++ b/gnugo-1371149103.84a32e9c.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5570a1384806fe46564c9d086a5d74a9a5cb566de0ea8a73936ca5919bbc124f
+size 2216196
diff --git a/gnugo-3.9.1+git20130613.84a32e9.tar.xz b/gnugo-3.9.1+git20130613.84a32e9.tar.xz
deleted file mode 100644
index 2f1b1cb..0000000
--- a/gnugo-3.9.1+git20130613.84a32e9.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5c0b883bd716574b24177fc1664d8ea871a99ec055bec9eb3fa5ca811a409752
-size 2214536
diff --git a/gnugo.changes b/gnugo.changes
index eb168cc..bfdf85d 100644
--- a/gnugo.changes
+++ b/gnugo.changes
@@ -1,3 +1,37 @@
+-------------------------------------------------------------------
+Thu Jun 11 16:48:20 UTC 2020 - Matej Cepl
+
+- 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
diff --git a/gnugo.spec b/gnugo.spec
index 90f3c19..bd207dc 100644
--- a/gnugo.spec
+++ b/gnugo.spec
@@ -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