commit vms-empire for openSUSE:Factory

2020-09-15 Thread root
Hello community,

here is the log from the commit of package vms-empire for openSUSE:Factory 
checked in at 2020-09-15 16:28:05

Comparing /work/SRC/openSUSE:Factory/vms-empire (Old)
 and  /work/SRC/openSUSE:Factory/.vms-empire.new.4249 (New)


Package is "vms-empire"

Tue Sep 15 16:28:05 2020 rev:5 rq:834283 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/vms-empire/vms-empire.changes2020-03-30 
23:07:53.236329777 +0200
+++ /work/SRC/openSUSE:Factory/.vms-empire.new.4249/vms-empire.changes  
2020-09-15 16:28:16.466595885 +0200
@@ -1,0 +2,6 @@
+Sat Sep 12 12:54:05 UTC 2020 - Christophe Giboudeaux 
+
+- Add patch to fix build with GCC10:
+  * 0001-Pull-all-globals-into-a-context-struct.patch
+
+---

New:

  0001-Pull-all-globals-into-a-context-struct.patch



Other differences:
--
++ vms-empire.spec ++
--- /var/tmp/diff_new_pack.nI8Dm5/_old  2020-09-15 16:28:17.702597068 +0200
+++ /var/tmp/diff_new_pack.nI8Dm5/_new  2020-09-15 16:28:17.706597072 +0200
@@ -24,6 +24,8 @@
 Group:  Amusements/Games/Strategy/Turn Based
 URL:http://www.catb.org/~esr/vms-empire/
 Source0:http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM
+Patch0: 0001-Pull-all-globals-into-a-context-struct.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  ncurses-devel
 BuildRequires:  update-desktop-files
@@ -37,7 +39,7 @@
 4X simulations out there, including Civilization and Master of Orion.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %make_build CFLAGS="%{optflags}"

++ 0001-Pull-all-globals-into-a-context-struct.patch ++
 2655 lines (skipped)




commit vms-empire for openSUSE:Factory

2020-03-30 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/vms-empire (Old)
 and  /work/SRC/openSUSE:Factory/.vms-empire.new.3160 (New)


Package is "vms-empire"

Mon Mar 30 23:07:45 2020 rev:4 rq:789841 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/vms-empire/vms-empire.changes2016-01-20 
09:55:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.vms-empire.new.3160/vms-empire.changes  
2020-03-30 23:07:53.236329777 +0200
@@ -1,0 +2,8 @@
+Mon Mar 30 11:47:04 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 1.15
+  * Fix for infinite-fighter-tange bug
+  * New 'J' command to show city production in editing mode.
+  * Rehosted on GitLab.
+
+---

Old:

  vms-empire-1.14.tar.gz

New:

  vms-empire-1.15.tar.gz



Other differences:
--
++ vms-empire.spec ++
--- /var/tmp/diff_new_pack.jwVcKp/_old  2020-03-30 23:07:53.744330066 +0200
+++ /var/tmp/diff_new_pack.jwVcKp/_new  2020-03-30 23:07:53.748330069 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vms-empire
 #
-# 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,24 +12,21 @@
 # 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:   vms-empire
-Version:1.14
+Version:1.15
 Release:0
 Summary:Simulation of a full-scale war between two emperors
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Amusements/Games/Strategy/Turn Based
-Url:http://www.catb.org/~esr/vms-empire/
+URL:http://www.catb.org/~esr/vms-empire/
 Source0:http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
-%if 0%{?suse_version}
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  update-desktop-files
-%endif
 BuildRequires:  ncurses-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  update-desktop-files
 
 %description
 The ancestor of all 4x (expand/explore/exploit/exterminate) games.
@@ -43,20 +40,18 @@
 %setup -q
 
 %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 AUTHORS BUGS COPYING HACKING NEWS README
+%license COPYING
+%doc AUTHORS BUGS HACKING 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/

++ vms-empire-1.14.tar.gz -> vms-empire-1.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vms-empire-1.14/Makefile new/vms-empire-1.15/Makefile
--- old/vms-empire-1.14/Makefile2016-01-05 07:49:05.0 +0100
+++ new/vms-empire-1.15/Makefile2020-01-25 02:24:41.0 +0100
@@ -4,7 +4,7 @@
 # See the file COPYING, distributed with empire, for restriction
 # and warranty information.
 
-VERS=1.14
+VERS=1.15
 
 # Use -g to compile the program for debugging.
 #DEBUG = -g -DDEBUG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vms-empire-1.14/NEWS new/vms-empire-1.15/NEWS
--- old/vms-empire-1.14/NEWS2016-01-05 07:49:39.0 +0100
+++ new/vms-empire-1.15/NEWS2020-01-25 02:25:49.0 +0100
@@ -1,5 +1,10 @@
vms-empire news
 
+1.15: 2020-01-26 01:20:45Z
+   Fix for infinite-fighter-tange bug,
+   New 'J' command to show city production in editing mode.
+Rehosted on GitLab.
+
 1.14: 2016-01-05 06:49:17Z
 Add an identifying magic cookie and version to save files.
 Full ANSI prototypes for private functions as well as public.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vms-empire-1.14/compmove.c 
new/vms-empire-1.15/compmove.c
--- old/vms-empire-1.14/compmove.c  2014-12-15 17:26:35.0 +0100
+++ new/vms-empire-1.15/compmove.c  2020-01-24 18:40:56.0 +0100
@@ -417,7 +417,7 @@
if (obj->type == FIGHTER && obj->hits > 0) {
if (comp_map[obj->loc].contents == 'X')
obj->moved = piece_attr[FIGHTER].sp

commit vms-empire for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package vms-empire for openSUSE:Factory 
checked in at 2016-01-20 09:55:03

Comparing /work/SRC/openSUSE:Factory/vms-empire (Old)
 and  /work/SRC/openSUSE:Factory/.vms-empire.new (New)


Package is "vms-empire"

Changes:

--- /work/SRC/openSUSE:Factory/vms-empire/vms-empire.changes2015-12-09 
22:36:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.vms-empire.new/vms-empire.changes   
2016-01-20 09:55:15.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 18 23:14:23 UTC 2016 - nemy...@opensuse.org
+
+- Update to 1.14, please see
+
+  /usr/share/doc/packages/vms-empire/NEWS
+
+---

Old:

  vms-empire-1.13.tar.gz

New:

  vms-empire-1.14.tar.gz



Other differences:
--
++ vms-empire.spec ++
--- /var/tmp/diff_new_pack.MY6N32/_old  2016-01-20 09:55:16.0 +0100
+++ /var/tmp/diff_new_pack.MY6N32/_new  2016-01-20 09:55:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vms-empire
 #
-# 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,7 +17,7 @@
 
 
 Name:   vms-empire
-Version:1.13
+Version:1.14
 Release:0
 Summary:Simulation of a full-scale war between two emperors
 License:GPL-2.0

++ vms-empire-1.13.tar.gz -> vms-empire-1.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vms-empire-1.13/Makefile new/vms-empire-1.14/Makefile
--- old/vms-empire-1.13/Makefile2014-12-14 23:05:55.0 +0100
+++ new/vms-empire-1.14/Makefile2016-01-05 07:49:05.0 +0100
@@ -4,7 +4,7 @@
 # See the file COPYING, distributed with empire, for restriction
 # and warranty information.
 
-VERS=1.13
+VERS=1.14
 
 # Use -g to compile the program for debugging.
 #DEBUG = -g -DDEBUG
@@ -128,3 +128,6 @@
 
 release: vms-empire-$(VERS).tar.gz vms-empire.html
shipper version=$(VERS) | sh -e -x
+
+refresh: vms-empire.html
+   shipper -N -w version=$(VERS) | sh -e -x
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vms-empire-1.13/NEWS new/vms-empire-1.14/NEWS
--- old/vms-empire-1.13/NEWS2014-12-14 23:05:39.0 +0100
+++ new/vms-empire-1.14/NEWS2016-01-05 07:49:39.0 +0100
@@ -1,24 +1,29 @@
vms-empire news
 
-1.13: 2014-12-14:
+1.14: 2016-01-05 06:49:17Z
+Add an identifying magic cookie and version to save files.
+Full ANSI prototypes for private functions as well as public.
+   Markup fix for probability table.
+
+1.13: 2014-12-14T17:06:26Z
Comment on entry to and exit from edit mode.
Cleaned up packaging and install/uninstall productions.
 
-1.12: 2014-05-20:
+1.12: 2014-05-20T09:03:09Z
Incorporated Dennis Pinckard's fix for a Mac OS/X port bug.
Added desktop file.
 
-1.11: 2013-12-31T17:28:06
+1.11: 2013-12-31T17:31:04Z
Clean up code to modern C, apply cppcheck.
Fix code typo reported as Debian bug #593434
 
-1.10: 2013-08-22T23:46:03
+1.10: 2013-08-22T23:47:21Z
Fix core dump when a satellite bounced off the world edge.
Full ANSIfication of function prototypes (which fixed the 
sat bug - the code appears to have been tickling some obscure
bug in the compilation of function calls with K&R-style prototypes).
 
-1.9: 2012-02-16T02:49:47
+1.9: 2012-02-16T22:59:22Z
Drop RPM packaging. Documentation cleanups.
 
 1.8: 2010-10-21T12:47:33Z
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vms-empire-1.13/attack.c new/vms-empire-1.14/attack.c
--- old/vms-empire-1.13/attack.c2013-08-27 17:00:47.0 +0200
+++ new/vms-empire-1.14/attack.c2014-12-15 00:16:47.0 +0100
@@ -79,8 +79,9 @@
 void
 attack_obj(piece_info_t *att_obj, loc_t loc)
 {
-void describe(), survive();
-   
+void describe(piece_info_t *, piece_info_t *, loc_t);
+void survive(piece_info_t *, loc_t);
+
 piece_info_t *def_obj; /* defender */
 int owner;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vms-empire-1.13/compmove.c 
new/vms-empire-1.14/compmove.c
--- old/vms-empire-1.13/compmove.c  2013-08-27 17:00:47.0 +0200
+++ new/vms-empire-1.14/compmove.c  2014-12-15 17:26:35.0 +0100
@@ -34,7 +34,7 @@
 void
 comp_move(int nmoves) 
 {
-void do_cities(), do_pieces(), check_endgam

commit vms-empire for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package vms-empire for openSUSE:Factory 
checked in at 2015-12-09 19:49:10

Comparing /work/SRC/openSUSE:Factory/vms-empire (Old)
 and  /work/SRC/openSUSE:Factory/.vms-empire.new (New)


Package is "vms-empire"

Changes:

--- /work/SRC/openSUSE:Factory/vms-empire/vms-empire.changes2015-01-08 
23:01:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.vms-empire.new/vms-empire.changes   
2015-12-09 22:36:01.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec  1 12:34:05 UTC 2015 - nemy...@opensuse.org
+
+- Change URL
+
+---



Other differences:
--
++ vms-empire.spec ++
--- /var/tmp/diff_new_pack.tbdLkA/_old  2015-12-09 22:36:02.0 +0100
+++ /var/tmp/diff_new_pack.tbdLkA/_new  2015-12-09 22:36:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vms-empire
 #
-# 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
@@ -22,7 +22,7 @@
 Summary:Simulation of a full-scale war between two emperors
 License:GPL-2.0
 Group:  Amusements/Games/Strategy/Turn Based
-Url:http://www.catb.org/~esr/bluemoon/
+Url:http://www.catb.org/~esr/vms-empire/
 Source0:http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
 %if 0%{?suse_version}
 BuildRequires:  hicolor-icon-theme
@@ -53,7 +53,7 @@
 %endif
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc AUTHORS BUGS COPYING HACKING NEWS README
 %{_bindir}/%{name}
 %{_mandir}/man6/%{name}.6%{ext_man}