Hello community,

here is the log from the commit of package gnugo for openSUSE:Factory checked 
in at 2020-06-12 21:40:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnugo (Old)
 and      /work/SRC/openSUSE:Factory/.gnugo.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnugo"

Fri Jun 12 21:40:40 2020 rev:20 rq:813669 version:1371149103.84a32e9c

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnugo/gnugo.changes      2015-08-27 
08:55:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnugo.new.3606/gnugo.changes    2020-06-12 
21:42:40.676223869 +0200
@@ -1,0 +2,34 @@
+Thu Jun 11 16:48:20 UTC 2020 - Matej Cepl <[email protected]>
+
+- Enable -fcommon which is not default with GCC10.
+
+-------------------------------------------------------------------
+Thu Jun 11 10:39:24 UTC 2020 - [email protected]
+
+- 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 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  gnugo-3.9.1+git20130613.84a32e9.tar.xz

New:
----
  gnugo-1371149103.84a32e9c.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnugo.spec ++++++
--- /var/tmp/diff_new_pack.DuVnAg/_old  2020-06-12 21:42:41.880226895 +0200
+++ /var/tmp/diff_new_pack.DuVnAg/_new  2020-06-12 21:42:41.884226905 +0200
@@ -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:  ncurses-devel
 BuildRequires:  xemacs
 BuildRequires:  xz
-Requires(pre): %{install_info_prereq}
+Requires(pre): info
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,6 +45,8 @@
 %patch1 -p1
 
 %build
+export CFLAGS="%{optflags} -fcommon"
+export CXXFLAGS="%{optflags} -fcommon"
 %configure --prefix=%{_prefix}
 make %{?_smp_mflags}
 pushd  interface/xpms
@@ -87,7 +89,8 @@
 
 %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

++++++ _service ++++++
--- /var/tmp/diff_new_pack.DuVnAg/_old  2020-06-12 21:42:41.928227016 +0200
+++ /var/tmp/diff_new_pack.DuVnAg/_new  2020-06-12 21:42:41.928227016 +0200
@@ -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">[email protected]</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>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.DuVnAg/_old  2020-06-12 21:42:41.948227065 +0200
+++ /var/tmp/diff_new_pack.DuVnAg/_new  2020-06-12 21:42:41.948227065 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
-            <param name="url">http://git.savannah.gnu.org/r/gnugo.git</param>
-          <param 
name="changesrevision">84a32e9cee2a70c0ec6ef58c1be279fed84a9a53</param></service></servicedata>
\ No newline at end of file
+                <param 
name="url">https://git.savannah.gnu.org/git/gnugo.git</param>
+              <param 
name="changesrevision">84a32e9cee2a70c0ec6ef58c1be279fed84a9a53</param></service></servicedata>
\ No newline at end of file

++++++ gnugo-3.9.1+git20130613.84a32e9.tar.xz -> 
gnugo-1371149103.84a32e9c.tar.xz ++++++


Reply via email to