Hello community,

here is the log from the commit of package gnuchess for openSUSE:Factory 
checked in at 2018-05-02 12:16:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuchess (Old)
 and      /work/SRC/openSUSE:Factory/.gnuchess.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuchess"

Wed May  2 12:16:53 2018 rev:22 rq:602727 version:6.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuchess/gnuchess.changes        2017-07-28 
09:40:49.025945898 +0200
+++ /work/SRC/openSUSE:Factory/.gnuchess.new/gnuchess.changes   2018-05-02 
12:16:59.091327193 +0200
@@ -1,0 +2,7 @@
+Sat Apr 28 10:18:31 UTC 2018 - [email protected]
+
+- Only suggest xboard, don't recommend it.
+- Use %license instead of %doc for license file (boo#1082318).
+- Use %install_info_delete macro instead of rewriting it.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnuchess.spec ++++++
--- /var/tmp/diff_new_pack.jZFtoI/_old  2018-05-02 12:17:01.199250284 +0200
+++ /var/tmp/diff_new_pack.jZFtoI/_new  2018-05-02 12:17:01.199250284 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuchess
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,7 +38,7 @@
 BuildRequires:  readline-devel
 Requires(post): info
 Requires(preun): info
-Recommends:     xboard
+Suggests:       xboard
 Provides:       chess_backend
 Provides:       gchess
 
@@ -65,14 +65,11 @@
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %preun
-if [ $1 = 0 ] ; then
-  if [ -f %{_infodir}/%{name}.info.gz ] ; then
-    %install_info --info-dir=%{_infodir} --delete %{_infodir}/%{name}.info.gz
-  fi
-fi
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README TODO
+%license COPYING
 %{_bindir}/*
 %{_mandir}/man*/*
 %{_infodir}/gnuchess.info%{ext_info}





Reply via email to