commit starfighter for openSUSE:Factory

2020-04-22 Thread root
Hello community,

here is the log from the commit of package starfighter for openSUSE:Factory 
checked in at 2020-04-22 20:45:18

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


Package is "starfighter"

Wed Apr 22 20:45:18 2020 rev:7 rq:792472 version:2.0.0.3

Changes:

--- /work/SRC/openSUSE:Factory/starfighter/starfighter.changes  2018-01-10 
23:34:36.321607426 +0100
+++ /work/SRC/openSUSE:Factory/.starfighter.new.2738/starfighter.changes
2020-04-22 20:45:45.970543416 +0200
@@ -1,0 +2,11 @@
+Mon Mar 30 11:31:38 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 2.0:
+  * New URL
+  * Full conversion from C++ to C
+  * Full support for Unicode and gettext translations
+  * Nearly perfected emulation of the original game experience
+  * Implemented full window resizing support
+- Spec cleanup
+
+---

Old:

  starfighter-1.7.tar.gz

New:

  starfighter-2.0-src.tar.gz



Other differences:
--
++ starfighter.spec ++
--- /var/tmp/diff_new_pack.kwxfNZ/_old  2020-04-22 20:45:48.246547871 +0200
+++ /var/tmp/diff_new_pack.kwxfNZ/_new  2020-04-22 20:45:48.254547887 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package starfighter
 #
-# Copyright (c) 2018 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,30 +12,30 @@
 # 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/
 #
 
 
+%define baseversion 2.0
 Name:   starfighter
-Version:1.7
+Version:2.0.0.3
 Release:0
 Summary:Liberate the universe from the evil company WEAPCO
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Amusements/Games/Action/Arcade
-Url:http://starfighter.nongnu.org/
-Source0:
http://download.savannah.gnu.org/releases/%{name}/%{version}/%{name}-%{version}-src.tar.gz#/%{name}-%{version}.tar.gz
+URL:https://pr-starfighter.github.io/
+Source0:
https://github.com/pr-starfighter/%{name}/releases/download/v%{version}/starfighter-%{baseversion}-src.tar.gz
 Source1:%{name}-icons.tar
-BuildRequires:  dos2unix
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(SDL2_image)
 BuildRequires:  pkgconfig(SDL2_mixer)
+BuildRequires:  pkgconfig(SDL2_ttf)
+BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(sdl)
-%if 0%{?suse_version}
-BuildRequires:  fdupes
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  update-desktop-files
-%endif
 
 %description
 Project: Starfighter is an old school 2D shoot 'em up. In the game you take on
@@ -48,14 +48,11 @@
 escape a Weapco patrol that has intercepted him.
 
 %prep
-%setup -q -a 1 -n %{name}-%{version}-src
-
-# Some docs have the DOS line ends
-dos2unix README.txt
+%setup -q -a 1 -n %{name}-%{baseversion}-src
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -68,13 +65,12 @@
 # remove duplicate docs
 rm -fr %{buildroot}%{_datadir}/doc/%{name}
 
-%if 0%{?suse_version}
-%suse_update_desktop_file %{name}
-%fdupes -s %{buildroot}%{_prefix}
-%endif
+%suse_update_desktop_file %{name}
+%fdupes -s %{buildroot}%{_prefix}
 
 %files
-%doc docs/* COPYING LICENSES README.txt
+%license COPYING LICENSES
+%doc README.txt
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/




commit starfighter for openSUSE:Factory

2018-01-10 Thread root
Hello community,

here is the log from the commit of package starfighter for openSUSE:Factory 
checked in at 2018-01-10 23:34:25

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


Package is "starfighter"

Wed Jan 10 23:34:25 2018 rev:6 rq:562368 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/starfighter/starfighter.changes  2017-01-04 
19:38:23.827774375 +0100
+++ /work/SRC/openSUSE:Factory/.starfighter.new/starfighter.changes 
2018-01-10 23:34:36.321607426 +0100
@@ -1,0 +2,9 @@
+Thu Jan  4 17:27:41 UTC 2018 - avin...@opensuse.org
+
+- Update to 1.7, announce message is here:
+  https://savannah.nongnu.org/forum/forum.php?forum_id=8808
+- remove RPM_OPT_FLAGS fix, solved upstream
+- remove unnecessary variables passed to `make` and `%make_install`
+- cleanup with spec-cleaner
+
+---

Old:

  starfighter-1.6-src.tar.gz

New:

  starfighter-1.7.tar.gz



Other differences:
--
++ starfighter.spec ++
--- /var/tmp/diff_new_pack.KEsdNe/_old  2018-01-10 23:34:38.253516774 +0100
+++ /var/tmp/diff_new_pack.KEsdNe/_new  2018-01-10 23:34:38.257516587 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package starfighter
 #
-# Copyright (c) 2016 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
@@ -16,27 +16,26 @@
 #
 
 
-%define oversion   1.6
-
 Name:   starfighter
-Version:1.6
+Version:1.7
 Release:0
 Summary:Liberate the universe from the evil company WEAPCO
 License:GPL-3.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://starfighter.nongnu.org/
-Source0:
http://download.savannah.gnu.org/releases/%{name}/%{oversion}/%{name}-%{version}-src.tar.gz
+Source0:
http://download.savannah.gnu.org/releases/%{name}/%{version}/%{name}-%{version}-src.tar.gz#/%{name}-%{version}.tar.gz
 Source1:%{name}-icons.tar
-%if 0%{?suse_version}
-BuildRequires:  fdupes
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  update-desktop-files
-%endif
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(SDL2_image)
 BuildRequires:  pkgconfig(SDL2_mixer)
 BuildRequires:  pkgconfig(sdl)
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  update-desktop-files
+%endif
 
 %description
 Project: Starfighter is an old school 2D shoot 'em up. In the game you take on
@@ -54,27 +53,27 @@
 # Some docs have the DOS line ends
 dos2unix README.txt
 
-# SED-FIX-OPENSUSE -- Fix RPM_OPT_FLAGS
-sed -i -e 's|-O2 -Wall -g|%{optflags}|' Makefile
-
 %build
-make %{?_smp_mflags} BINDIR=%{_bindir}/ DATADIR=%{_datadir}/%{name}/ 
DOCDIR=%{_docdir}/%{name}/
+%configure
+make %{?_smp_mflags}
 
 %install
-%make_install BINDIR=%{_bindir}/ DATADIR=%{_datadir}/%{name}/ 
DOCDIR=%{_docdir}/%{name}/
+%make_install
 
 # install icons
 for i in 16 32 48 64 72 96 128 ; do
 install -Dm 0644 icons/%{name}_${i}x${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
 done
 
+# remove duplicate docs
+rm -fr %{buildroot}%{_datadir}/doc/%{name}
+
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_prefix}
 %endif
 
 %files
-%defattr(-,root,root,-)
 %doc docs/* COPYING LICENSES README.txt
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop

++ starfighter-1.6-src.tar.gz -> starfighter-1.7.tar.gz ++
/work/SRC/openSUSE:Factory/starfighter/starfighter-1.6-src.tar.gz 
/work/SRC/openSUSE:Factory/.starfighter.new/starfighter-1.7.tar.gz differ: char 
5, line 1




commit starfighter for openSUSE:Factory

2016-01-21 Thread h_root
Hello community,

here is the log from the commit of package starfighter for openSUSE:Factory 
checked in at 2016-01-21 23:44:41

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


Package is "starfighter"

Changes:

--- /work/SRC/openSUSE:Factory/starfighter/starfighter.changes  2015-07-12 
22:52:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.starfighter.new/starfighter.changes 
2016-01-22 01:10:19.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan 19 18:41:05 UTC 2016 - nemy...@opensuse.org
+
+- Update to 1.5.1.1, announce message is here:
+
+https://savannah.nongnu.org/forum/forum.php?forum_id=8443
+
+- Use %{oversion} instead of 1.5
+- Remove Desktop entry file, Upstream have accepted changes
+- Add BuildRequires for fdupes and use %fdupes macro to reduce size of the 
package
+
+---

Old:

  starfighter-1.4-src.tar.gz
  starfighter.desktop

New:

  starfighter-1.5.1.1-src.tar.gz



Other differences:
--
++ starfighter.spec ++
--- /var/tmp/diff_new_pack.Tp1QJL/_old  2016-01-22 01:10:26.0 +0100
+++ /var/tmp/diff_new_pack.Tp1QJL/_new  2016-01-22 01:10:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package starfighter
 #
-# 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
@@ -16,17 +16,19 @@
 #
 
 
+%define oversion   1.5
+
 Name:   starfighter
-Version:1.4
+Version:1.5.1.1
 Release:0
 Summary:Liberate the universe from the evil company WEAPCO
 License:GPL-3.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://starfighter.nongnu.org/
-Source0:
http://download.savannah.gnu.org/releases/%{name}/%{version}/%{name}-%{version}-src.tar.gz
+Source0:
http://download.savannah.gnu.org/releases/%{name}/%{oversion}/%{name}-%{version}-src.tar.gz
 Source1:%{name}-icons.tar
-Source2:%{name}.desktop
 %if 0%{?suse_version}
+BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
 %endif
@@ -52,14 +54,6 @@
 # Some docs have the DOS line ends
 dos2unix README.txt
 
-# Correct what fdupes find
-for f in brief20 brief21 ; do
-rm -fv data/"$f".txt
-ln -sf brief19.txt data/"$f".txt
-done
-rm -fv aliens26.dat
-ln -sf aliens25.dat  data/aliens26.dat
-
 # SED-FIX-OPENSUSE -- Fix RPM_OPT_FLAGS
 sed -i -e 's|-O2 -Wall -g|%{optflags}|' Makefile
 
@@ -74,24 +68,18 @@
 install -Dm 0644 icons/%{name}_${i}x${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
 done
 
-# install Desktop file
-install -Dm 0644 %{S:2} %{buildroot}%{_datadir}/applications/%{name}.desktop
-
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name}
+%fdupes -s %{buildroot}%{_prefix}
 %endif
 
-# SED-FIX-UPSTREAM -- Correct bad linking, fdupes make bad Symlinks and Game 
not works
-for f in arrowNorthEast dollar heart plasmaAmmo  plasmaDamage plasmaRate 
rocket rocketAmmo sflogo superCharge ; do
-ln -sf ../../../%{name}/gfx/"$f".png docs/"$f".png
-done
-
 %files
 %defattr(-,root,root,-)
 %doc docs/* COPYING LICENSES README.txt
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/
+%{_datadir}/pixmaps/%{name}.png
 %{_datadir}/%{name}
 
 %changelog

++ starfighter-1.4-src.tar.gz -> starfighter-1.5.1.1-src.tar.gz ++
/work/SRC/openSUSE:Factory/starfighter/starfighter-1.4-src.tar.gz 
/work/SRC/openSUSE:Factory/.starfighter.new/starfighter-1.5.1.1-src.tar.gz 
differ: char 5, line 1





commit starfighter for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package starfighter for openSUSE:Factory 
checked in at 2015-07-12 22:52:20

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


Package is "starfighter"

Changes:

--- /work/SRC/openSUSE:Factory/starfighter/starfighter.changes  2015-02-24 
13:07:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.starfighter.new/starfighter.changes 
2015-07-12 22:52:23.0 +0200
@@ -1,0 +2,38 @@
+Tue Jul  7 08:16:47 UTC 2015 - cfarr...@suse.com
+
+- license update: GPL-3.0+
+
+
+---
+Sun Jun 28 15:39:22 UTC 2015 - nemy...@gmx.ch
+
+- Update to -, announce messages are here:
+
+ Project: Starfighter 1.4 Released
+ https://savannah.nongnu.org/forum/forum.php?forum_id=8295
+
+ Project: Starfighter 1.3.3 Released
+ https://savannah.nongnu.org/forum/forum.php?forum_id=8275
+
+ Project: Starfighter 1.3.1 Released
+ https://savannah.nongnu.org/forum/forum.php?forum_id=8253
+
+ Project: Starfighter 1.3 Released
+ https://savannah.nongnu.org/forum/forum.php?forum_id=8249
+
+- Change Url from SourceForge to non-GNU
+- Change license GPL-2.0 to GPL-2.0+ and GPL-3.0+ and CC0-1.0 and CC-BY-3.0 
and SUSE-Public-Domain
+- Change Source0 Web URL
+- Change starfighter-icons.tar to use _IxI.png instead of -I.png
+- Remove BuildRequires for fdupes, not need for it, make bad Symlinks
+  and Game not works
+- Add BuildRequires for dos2unix
+- Remove BuildRequires for python, zlib-devel, pkgconfig(SDL_image),
+  pkgconfig(SDL_mixer)
+- Add BuildRequires for pkgconfig(SDL2_image), pkgconfig(SDL2_mixer)
+- Correct what fdupes find
+- Add sed, Fix RPM_OPT_FLAGS
+- Add sed, Correct bad linking
+- Change Documentation
+
+---

Old:

  starfighter-1.2.tar.gz

New:

  starfighter-1.4-src.tar.gz



Other differences:
--
++ starfighter.spec ++
--- /var/tmp/diff_new_pack.gUxk25/_old  2015-07-12 22:52:25.0 +0200
+++ /var/tmp/diff_new_pack.gUxk25/_new  2015-07-12 22:52:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package starfighter
 #
-# Copyright (c) 2015 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,25 +17,23 @@
 
 
 Name:   starfighter
-Version:1.2
+Version:1.4
 Release:0
 Summary:Liberate the universe from the evil company WEAPCO
-License:GPL-2.0
+License:GPL-3.0+
 Group:  Amusements/Games/Action/Arcade
-Url:http://sourceforge.net/projects/pr-starfighter/
-Source0:
http://sourceforge.net/projects/pr-%{name}/files/%{name}-%{version}.tar.gz
+Url:http://starfighter.nongnu.org/
+Source0:
http://download.savannah.gnu.org/releases/%{name}/%{version}/%{name}-%{version}-src.tar.gz
 Source1:%{name}-icons.tar
 Source2:%{name}.desktop
 %if 0%{?suse_version}
-BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
 %endif
+BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
-BuildRequires:  python
-BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig(SDL_image)
-BuildRequires:  pkgconfig(SDL_mixer)
+BuildRequires:  pkgconfig(SDL2_image)
+BuildRequires:  pkgconfig(SDL2_mixer)
 BuildRequires:  pkgconfig(sdl)
 
 %description
@@ -49,8 +47,21 @@
 escape a Weapco patrol that has intercepted him.
 
 %prep
-%setup -q -a 1
-mv makefile Makefile
+%setup -q -a 1 -n %{name}-%{version}-src
+
+# Some docs have the DOS line ends
+dos2unix README.txt
+
+# Correct what fdupes find
+for f in brief20 brief21 ; do
+rm -fv data/"$f".txt
+ln -sf brief19.txt data/"$f".txt
+done
+rm -fv aliens26.dat
+ln -sf aliens25.dat  data/aliens26.dat
+
+# SED-FIX-OPENSUSE -- Fix RPM_OPT_FLAGS
+sed -i -e 's|-O2 -Wall -g|%{optflags}|' Makefile
 
 %build
 make %{?_smp_mflags} BINDIR=%{_bindir}/ DATADIR=%{_datadir}/%{name}/ 
DOCDIR=%{_docdir}/%{name}/
@@ -60,7 +71,7 @@
 
 # install icons
 for i in 16 32 48 64 72 96 128 ; do
-install -Dm 0644 icons/%{name}-${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
+install -Dm 0644 icons/%{name}_${i}x${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
 done
 
 # install Desktop file
@@ -68,12 +79,16 @@
 
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name}
-%fdupes -s %{buildroot}%{_prefix}
 %endif
 
+# SED-FIX-UPSTREAM -- Correct bad linking, fdupes make bad Symlinks and Game 
not works
+for f i

commit starfighter for openSUSE:Factory

2015-02-24 Thread h_root
Hello community,

here is the log from the commit of package starfighter for openSUSE:Factory 
checked in at 2015-02-24 13:02:58

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


Package is "starfighter"

Changes:

--- /work/SRC/openSUSE:Factory/starfighter/starfighter.changes  2014-11-15 
12:28:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.starfighter.new/starfighter.changes 
2015-02-24 13:07:18.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 22 16:08:19 UTC 2015 - ec...@opensuse.org
+
+- fix missing data
+
+---



Other differences:
--
++ starfighter.spec ++
--- /var/tmp/diff_new_pack.2mihV8/_old  2015-02-24 13:07:18.0 +0100
+++ /var/tmp/diff_new_pack.2mihV8/_new  2015-02-24 13:07:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package starfighter
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -53,7 +53,7 @@
 mv makefile Makefile
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} BINDIR=%{_bindir}/ DATADIR=%{_datadir}/%{name}/ 
DOCDIR=%{_docdir}/%{name}/
 
 %install
 %make_install BINDIR=%{_bindir}/ DATADIR=%{_datadir}/%{name}/ 
DOCDIR=%{_docdir}/%{name}/


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org