Hello community,

here is the log from the commit of package bs for openSUSE:Factory checked in 
at 2020-11-06 23:45:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bs (Old)
 and      /work/SRC/openSUSE:Factory/.bs.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bs"

Fri Nov  6 23:45:18 2020 rev:2 rq:846427 version:2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/bs/bs.changes    2015-01-08 23:01:16.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.bs.new.11331/bs.changes 2020-11-06 
23:46:14.759131466 +0100
@@ -1,0 +2,10 @@
+Thu Nov  5 10:28:21 UTC 2020 - jun wang <[email protected]>
+
+- Change "%license COPYING NEWS README" to "%license COPYING" 
+
+-------------------------------------------------------------------
+Thu Nov 05 07:02:16 UTC 2020 - [email protected]
+
+- Update bs to 2.11
+
+-------------------------------------------------------------------

Old:
----
  bs-2.10.tar.gz

New:
----
  bs-2.11.tar.gz

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

Other differences:
------------------
++++++ bs.spec ++++++
--- /var/tmp/diff_new_pack.dgNo9V/_old  2020-11-06 23:46:15.259130506 +0100
+++ /var/tmp/diff_new_pack.dgNo9V/_new  2020-11-06 23:46:15.263130498 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bs
 #
-# Copyright (c) 2014 SUSE LINUX Products 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,24 +12,23 @@
 # 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:           bs
-Version:        2.10
+Version:        2.11
 Release:        0
 Summary:        Battleships solitaire game with a color interface
 License:        BSD-3-Clause
 Group:          Amusements/Games/Strategy/Turn Based
-Url:            http://www.catb.org/~esr/bs/
+URL:            http://www.catb.org/~esr/bs/
 Source0:        http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
+BuildRequires:  ncurses-devel
 %if 0%{?suse_version}
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
 %endif
-BuildRequires:  ncurses-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The classic game of Battleships against the computer. Uses character-cell
@@ -40,7 +39,7 @@
 %setup -q
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+%make_build CFLAGS="%{optflags}"
 
 %install
 %make_install
@@ -50,10 +49,10 @@
 %endif
 
 %files
-%defattr(-,root,root,-)
-%doc COPYING NEWS README
+%license COPYING
+%doc NEWS README
 %{_bindir}/%{name}
-%{_mandir}/man6/%{name}.6%{ext_man}
+%{_mandir}/man6/%{name}.6%{?ext_man}
 %{_datadir}/appdata/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/

++++++ bs-2.10.tar.gz -> bs-2.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bs-2.10/COPYING new/bs-2.11/COPYING
--- old/bs-2.10/COPYING 2012-11-28 21:35:47.000000000 +0100
+++ new/bs-2.11/COPYING 2015-10-17 17:33:39.000000000 +0200
@@ -1,28 +1,27 @@
                        BSD LICENSE
 
+Copyright (c) 2015, Eric S. Raymond
+All rights reserved.
+
 Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
+modification, are permitted provided that the following conditions are
+met:
 
-Redistributions of source code must retain the above copyright
+1. Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 
-Redistributions in binary form must reproduce the above copyright
+2. Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 
-Neither name of the this project nor the names of its contributors
-may be used to endorse or promote products derived from this software
-without specific prior written permission.
-
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR
-CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bs-2.10/Makefile new/bs-2.11/Makefile
--- old/bs-2.10/Makefile        2014-12-14 21:05:29.000000000 +0100
+++ new/bs-2.11/Makefile        2016-09-01 20:18:39.000000000 +0200
@@ -1,6 +1,6 @@
 #      Makefile for bs, the Battleships game
 
-VERSION=2.10
+VERSION=2.11
 
 CC = gcc
 
@@ -40,13 +40,13 @@
 SOURCES = README COPYING NEWS control bs.c Makefile bs.xml battleship.png 
bs.desktop
 
 bs-$(VERSION).tar.gz: $(SOURCES) bs.6
-       @ls $(SOURCES) bs.6 | sed s:^:bs-$(VERSION)/: >MANIFEST
-       @(cd ..; ln -s bs bs-$(VERSION))
-       (cd ..; tar -czvf bs/bs-$(VERSION).tar.gz `cat bs/MANIFEST`)
-       @(cd ..; rm bs-$(VERSION))
+       tar --transform='s:^:bs-$(VERSION)/:' --show-transformed-names -cvzf 
bs-$(VERSION).tar.gz $(SOURCES) bs.6
 
 dist: bs-$(VERSION).tar.gz
 
 release: bs-$(VERSION).tar.gz bs.html
        shipper version=$(VERSION) | sh -e -x
 
+refresh: bs.html
+       shipper -N -w version=$(VERSION) | sh -e -x
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bs-2.10/NEWS new/bs-2.11/NEWS
--- old/bs-2.10/NEWS    2014-12-14 21:05:20.000000000 +0100
+++ new/bs-2.11/NEWS    2016-05-28 19:27:01.000000000 +0200
@@ -1,5 +1,8 @@
                        bs project news
 
+2.11 @ 2016-05-28
+  Allow lowercase when selecting ship type.
+
 2.10 @ 2014-12-14
   Added desktop file.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bs-2.10/bs.c new/bs-2.11/bs.c
--- old/bs-2.10/bs.c    2014-12-14 21:00:09.000000000 +0100
+++ new/bs-2.11/bs.c    2016-05-28 19:26:46.000000000 +0200
@@ -3,6 +3,7 @@
  *             salvo option by: Chuck A DeGaul
  * with improved user interface, autoconfiguration and code cleanup
  *             by Eric S. Raymond <[email protected]>
+ * SPDX-License-Identifier: BSD-2-Clause
  */
 
 #include <curses.h>
@@ -429,7 +430,7 @@
        /* get a command letter */
        prompt(1, "Type one of [%s] to pick a ship.", docked+1);
        do {
-           c = getcoord(PLAYER);
+           c = toupper(getcoord(PLAYER));
        } while
            (!strchr(docked, c));
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bs-2.10/control new/bs-2.11/control
--- old/bs-2.10/control 2014-12-14 21:06:02.000000000 +0100
+++ new/bs-2.11/control 2015-04-08 14:16:34.000000000 +0200
@@ -7,18 +7,22 @@
  Uses character-cell graphics with a visual point-and-shoot interface.
  If you're using an xterm under Linux the mouse will work.
 
-#XBS-Destinations: freecode
+#XBS-Destinations: freshcode
 
-XBS-Gitorious-URL: https://git.gitorious.org/battleships
+Homepage: http://www.catb.org/~esr/bs
 
-XBS-OpenHub-URL: https://www.ohloh.net/p/battleship-classic
+XBS-HTML-Target: index.html
 
-XBS-Logo: battleship.png 
+XBS-Repository-URL: http://thyrsus.com/gitweb/?p=bs.git
 
-Homepage: http://www.catb.org/~esr/bs
+XBS-Developer-Clone: [email protected]:bs
 
-XBS-HTML-Target: index.html
+XBS-Anonymous-Clone: git://thyrsus.com/repositories/bs.git
+
+XBS-OpenHub-URL: https://www.ohloh.net/p/battleship-classic
+
+XBS-Logo: battleship.png 
 
-#XBS-Freecode-Tags: Games/Entertainment
+#XBS-Project-Tags: Games/Entertainment
 
 XBS-VC-Tag-Template: %(version)s


Reply via email to