commit ski for openSUSE:Factory

2020-03-30 Thread root
Hello community,

here is the log from the commit of package ski for openSUSE:Factory checked in 
at 2020-03-30 23:07:43

Comparing /work/SRC/openSUSE:Factory/ski (Old)
 and  /work/SRC/openSUSE:Factory/.ski.new.3160 (New)


Package is "ski"

Mon Mar 30 23:07:43 2020 rev:5 rq:789840 version:6.13

Changes:

--- /work/SRC/openSUSE:Factory/ski/ski.changes  2016-02-24 14:25:49.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ski.new.3160/ski.changes2020-03-30 
23:07:50.952328475 +0200
@@ -1,0 +2,7 @@
+Mon Mar 30 11:21:50 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 6.13:
+  * Rehosted at GitLab
+  * Prevent ski from aborting in the Homebrew test environment.
+
+---

Old:

  ski-6.11.tar.gz

New:

  ski-6.13.tar.gz



Other differences:
--
++ ski.spec ++
--- /var/tmp/diff_new_pack.dDgTe8/_old  2020-03-30 23:07:52.404329303 +0200
+++ /var/tmp/diff_new_pack.dDgTe8/_new  2020-03-30 23:07:52.408329305 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ski
 #
-# Copyright (c) 2016 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,28 +12,25 @@
 # 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:   ski
-Version:6.11
+Version:6.13
 Release:0
 Summary:Skiing simulation with curses interface in python
 License:BSD-3-Clause
 Group:  Amusements/Games/Action/Race
-Url:http://catb.org/~esr/ski/
+URL:http://catb.org/~esr/ski/
 Source0:http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM - ski-ski.desktop.patch -- Adjust to Desktop Menu 
Specification
 Patch0: %{name}-%{name}.desktop.patch
-%if 0%{?suse_version}
-BuildRequires:  update-desktop-files
-%endif
 Requires:   python3
 Requires:   python3-curses
 Requires:   python3-pygame
+BuildRequires:  update-desktop-files
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Imagine you are skiing down an infinite slope, facing such hazards as
@@ -51,22 +48,21 @@
 %patch0
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+%make_build CFLAGS="%{optflags}"
 
 %install
 %make_install
 
-%if 0%{?suse_version}
-%suse_update_desktop_file %{name}
-%endif
+%suse_update_desktop_file %{name}
 
 %files
-%defattr(-,root,root,-)
-%doc COPYING NEWS README
+%license COPYING
+%doc NEWS README
+%dir %{_datadir}/appdata/
 %{_bindir}/%{name}
-%{_mandir}/man6/%{name}.6%{ext_man}
-%{_datadir}/appdata/
+%{_datadir}/appdata/ski.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+%{_mandir}/man6/%{name}.6%{?ext_man}
 
 %changelog

++ ski-6.11.tar.gz -> ski-6.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ski-6.11/Makefile new/ski-6.13/Makefile
--- old/ski-6.11/Makefile   2016-02-18 14:24:59.0 +0100
+++ new/ski-6.13/Makefile   2019-04-26 20:24:26.0 +0200
@@ -43,7 +43,7 @@
 PYLINTOPTS = --rcfile=/dev/null --reports=n \
--msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" \
--dummy-variables-rgx='^_'
-SUPPRESSIONS = 
"C0103,C0111,C0301,C0325,C0326,C0330,C1001,R0902,R0911,R0912,W0621,W0622,W0141"
+SUPPRESSIONS = 
"C0103,C0111,C0301,C0325,C0326,C0330,C0410,C1001,R0902,R0911,R0912,W0621,W0622,W0141"
 pylint:
@pylint $(PYLINTOPTS) --disable=$(SUPPRESSIONS) ski
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ski-6.11/NEWS new/ski-6.13/NEWS
--- old/ski-6.11/NEWS   2016-02-18 14:27:22.0 +0100
+++ new/ski-6.13/NEWS   2019-04-26 20:52:10.0 +0200
@@ -1,7 +1,13 @@
ski project history
 
+6.2: 2019-04-26
+  Rehosted at GitLab.
+
+6.12: 2016-02-02
+  Prevent ski from aborting in the Homebrew test environment.
+
 6.11: 2016-02-18
-  Tweaked to run either on Python2 pr Python3.
+  Tweaked to run either on Python2 or Python3.
 
 6.10: 2016-01-27
   Ported to Python 3.
@@ -27,7 +33,7 @@
 
 6.2: 2003-12-31
   Emit reset on keyboard interrupt, just in case user bails out in the
-  middle af a row refresh.  Fix bug in ! command interpretation.
+  middle of a row refresh.  Fix bug in ! command interpretation.
   Terrain key is now colorized.
 
 6.1: 2003-12-30
diff -urN '--exclude=CVS' '

commit ski for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package ski for openSUSE:Factory checked in 
at 2016-02-24 14:25:48

Comparing /work/SRC/openSUSE:Factory/ski (Old)
 and  /work/SRC/openSUSE:Factory/.ski.new (New)


Package is "ski"

Changes:

--- /work/SRC/openSUSE:Factory/ski/ski.changes  2016-02-01 19:56:50.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ski.new/ski.changes 2016-02-24 
14:25:49.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb 22 08:47:00 UTC 2016 - nemy...@opensuse.org
+
+- Update to 6.11, announce message:
+
+  Tweaked to run either on Python2 pr Python3.
+
+---

Old:

  ski-6.10.tar.gz

New:

  ski-6.11.tar.gz



Other differences:
--
++ ski.spec ++
--- /var/tmp/diff_new_pack.aapV9s/_old  2016-02-24 14:25:50.0 +0100
+++ /var/tmp/diff_new_pack.aapV9s/_new  2016-02-24 14:25:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ski
-Version:6.10
+Version:6.11
 Release:0
 Summary:Skiing simulation with curses interface in python
 License:BSD-3-Clause

++ ski-6.10.tar.gz -> ski-6.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ski-6.10/Makefile new/ski-6.11/Makefile
--- old/ski-6.10/Makefile   2015-04-03 12:24:23.0 +0200
+++ new/ski-6.11/Makefile   2016-02-18 14:24:59.0 +0100
@@ -43,7 +43,7 @@
 PYLINTOPTS = --rcfile=/dev/null --reports=n \
--msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" \
--dummy-variables-rgx='^_'
-SUPPRESSIONS = "C0103,C0111,C0301,C0325,C0326,C1001,R0902,R0911,R0912,W0621"
+SUPPRESSIONS = 
"C0103,C0111,C0301,C0325,C0326,C0330,C1001,R0902,R0911,R0912,W0621,W0622,W0141"
 pylint:
@pylint $(PYLINTOPTS) --disable=$(SUPPRESSIONS) ski
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ski-6.10/NEWS new/ski-6.11/NEWS
--- old/ski-6.10/NEWS   2016-01-27 17:10:06.0 +0100
+++ new/ski-6.11/NEWS   2016-02-18 14:27:22.0 +0100
@@ -1,6 +1,9 @@
ski project history
 
-6.10: 2016-1-27
+6.11: 2016-02-18
+  Tweaked to run either on Python2 pr Python3.
+
+6.10: 2016-01-27
   Ported to Python 3.
 
 6.9: 2015-01-09
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ski-6.10/ski new/ski-6.11/ski
--- old/ski-6.10/ski2016-01-27 17:09:40.0 +0100
+++ new/ski-6.11/ski2016-02-18 14:27:34.0 +0100
@@ -1,4 +1,5 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
+# SPDX-License-Identifier: BSD-2-Clause
 """\
 This is ski %s, designed by Mark Stevans, Python port by Eric S. Raymond.
 You are hurtling down a ski slope in reverse, trying to evade the Yeti.
@@ -13,11 +14,12 @@
  ? = print this help message.
 
 """
-# SPDX-License-Identifier: BSD-2-Clause
+# This code runs under both Python 2 and Python 3. Preserve this property!
+from __future__ import print_function
 
 import time, random, curses, copy, sys, os
 
-version = "6.10"
+version = "6.11"
 
 REP_SNOW   = '.'
 REP_TREE   = 'Y'
@@ -463,6 +465,11 @@
 
 # Main sequence
 if __name__ == "__main__":
+try:
+input = raw_input
+except NameError:
+pass
+
 # Initialize the random number generator.
 random.seed(time.time())
 




commit ski for openSUSE:Factory

2016-02-01 Thread h_root
Hello community,

here is the log from the commit of package ski for openSUSE:Factory checked in 
at 2016-02-01 19:56:17

Comparing /work/SRC/openSUSE:Factory/ski (Old)
 and  /work/SRC/openSUSE:Factory/.ski.new (New)


Package is "ski"

Changes:

--- /work/SRC/openSUSE:Factory/ski/ski.changes  2015-03-18 13:04:38.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ski.new/ski.changes 2016-02-01 
19:56:50.0 +0100
@@ -1,0 +2,10 @@
+Thu Jan 28 19:00:40 UTC 2016 - nemy...@opensuse.org
+
+- Update to 6.10, announce message:
+
+  Ported to Python 3.
+
+- Remove patch ski-6.9-ski.desktop.patch, use instead
+  ski-ski.desktop.patch
+
+---

Old:

  ski-6.9-ski.desktop.patch
  ski-6.9.tar.gz

New:

  ski-6.10.tar.gz
  ski-ski.desktop.patch



Other differences:
--
++ ski.spec ++
--- /var/tmp/diff_new_pack.2SZs4R/_old  2016-02-01 19:56:51.0 +0100
+++ /var/tmp/diff_new_pack.2SZs4R/_new  2016-02-01 19:56:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ski
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,21 +17,21 @@
 
 
 Name:   ski
-Version:6.9
+Version:6.10
 Release:0
 Summary:Skiing simulation with curses interface in python
 License:BSD-3-Clause
 Group:  Amusements/Games/Action/Race
 Url:http://catb.org/~esr/ski/
 Source0:http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM - ski-6.8-ski.desktop.patch -- Adjust to Desktop Menu 
Specification
-Patch0: %{name}-6.9-%{name}.desktop.patch
+# PATCH-FIX-UPSTREAM - ski-ski.desktop.patch -- Adjust to Desktop Menu 
Specification
+Patch0: %{name}-%{name}.desktop.patch
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
-Requires:   python
-Requires:   python-curses
-Requires:   python-pygame
+Requires:   python3
+Requires:   python3-curses
+Requires:   python3-pygame
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ ski-6.9.tar.gz -> ski-6.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ski-6.9/COPYING new/ski-6.10/COPYING
--- old/ski-6.9/COPYING 2010-10-20 05:56:00.0 +0200
+++ new/ski-6.10/COPYING2015-10-17 20:53:15.0 +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 BUSI

commit ski for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package ski for openSUSE:Factory checked in 
at 2015-03-18 13:04:32

Comparing /work/SRC/openSUSE:Factory/ski (Old)
 and  /work/SRC/openSUSE:Factory/.ski.new (New)


Package is "ski"

Changes:

--- /work/SRC/openSUSE:Factory/ski/ski.changes  2015-01-09 20:50:15.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ski.new/ski.changes 2015-03-18 
13:04:38.0 +0100
@@ -1,0 +2,21 @@
+Sat Mar 14 18:42:53 UTC 2015 - nemy...@gmx.ch
+
+- Remove obsolete patch ski-6.8-Makefile.patch, Upstream have
+  accepted changes
+
+---
+Sat Mar 14 18:27:13 UTC 2015 - nemy...@gmx.ch
+
+- Remove obsolete patch ski-6.8-ski.desktop.patch, use instead
+ ski-6.9-ski.desktop.patch
+
+---
+Sat Mar 14 18:02:22 UTC 2015 - nemy...@gmx.ch
+
+- Update to 6.9, announce message:
+  BSD port patch.
+
+- Remove obsolete patch sky-6.8-Makefile.patch,
+  Upstream have accepted changes
+
+---

Old:

  ski-6.8-Makefile.patch
  ski-6.8-ski.desktop.patch
  ski-6.8.tar.gz

New:

  ski-6.9-ski.desktop.patch
  ski-6.9.tar.gz



Other differences:
--
++ ski.spec ++
--- /var/tmp/diff_new_pack.VelguV/_old  2015-03-18 13:04:39.0 +0100
+++ /var/tmp/diff_new_pack.VelguV/_new  2015-03-18 13:04:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ski
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,17 +17,15 @@
 
 
 Name:   ski
-Version:6.8
+Version:6.9
 Release:0
 Summary:Skiing simulation with curses interface in python
 License:BSD-3-Clause
 Group:  Amusements/Games/Action/Race
 Url:http://catb.org/~esr/ski/
 Source0:http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM - ski-6.8-Makefile.patch -- Fix installation and 
uninstallation handling
-Patch0: %{name}-6.8-Makefile.patch
 # PATCH-FIX-UPSTREAM - ski-6.8-ski.desktop.patch -- Adjust to Desktop Menu 
Specification
-Patch1: %{name}-6.8-%{name}.desktop.patch
+Patch0: %{name}-6.9-%{name}.desktop.patch
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -51,7 +49,6 @@
 %prep
 %setup -q
 %patch0
-%patch1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags}"

++ ski-6.8-ski.desktop.patch -> ski-6.9-ski.desktop.patch ++
--- /work/SRC/openSUSE:Factory/ski/ski-6.8-ski.desktop.patch2015-01-09 
20:50:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.ski.new/ski-6.9-ski.desktop.patch   
2015-03-18 13:04:38.0 +0100
@@ -1,5 +1,5 @@
 ski.desktop.orig   2014-05-21 13:36:38.0 +0200
-+++ ski.desktop2014-12-15 15:15:04.0 +0100
+--- ski.desktop.orig   2014-12-16 04:38:40.0 +0100
 ski.desktop2015-03-14 18:52:05.463150699 +0100
 @@ -1,10 +1,9 @@
  [Desktop Entry]
 -Type=Application

++ ski-6.8.tar.gz -> ski-6.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ski-6.8/Makefile new/ski-6.9/Makefile
--- old/ski-6.8/Makefile2014-05-21 14:10:19.0 +0200
+++ new/ski-6.9/Makefile2014-12-16 04:39:12.0 +0100
@@ -17,15 +17,35 @@
 clean:
rm -f *~ *.6 *.html *.rpm *.lsm MANIFEST
 
+install: ski.6 uninstall
+   install -m 0755 -d $(DESTDIR)/usr/bin
+   install -m 0755 -d $(DESTDIR)/usr/share/man/man6
+   install -m 0755 -d $(DESTDIR)//usr/share/applications/
+   install -m 0755 -d $(DESTDIR)/usr/share/pixmaps/
+   install -m 0755 -d $(DESTDIR)/usr/share/appdata
+   install -m 0755 ski $(DESTDIR)/usr/bin/
+   install -m 0644 ski.6 $(DESTDIR)/usr/share/man/man6/
+   install -m 0644 ski.desktop $(DESTDIR)/usr/share/applications
+   install -m 0644 ski.png $(DESTDIR)/usr/share/pixmaps/
+   install -m 0644 ski.xml $(DESTDIR)/usr/share/appdata/
+
+uninstall:
+   rm -f /usr/bin/ski /usr/share/man/man6/ski.6
+   rm -f /usr/share/applications/ski.desktop
+   rm -f /usr/share/pixmaps/ski.png
+   rm -f /usr/share/appdata/ski.xml
+
 pychecker:
@ln -f ski ski.py
@-pychecker --only --limit 50 ski.py
@rm -f ski.py*
 
-COMMON_PYLINT = --rcfile=/dev/null --reports=n --msg-template="{path}:{line}: 
[{msg_id}({symbol}), {obj}] {msg}"
-PYLINTOPTS = $(COMMON_PYLINT) 
--disable="C0103,C0111,C0301,C0325,C0326,C1