commit tecnoballz for openSUSE:Factory

2019-08-30 Thread root
Hello community,

here is the log from the commit of package tecnoballz for openSUSE:Factory 
checked in at 2019-08-30 14:41:53

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


Package is "tecnoballz"

Fri Aug 30 14:41:53 2019 rev:4 rq:727090 version:0.93.1

Changes:

--- /work/SRC/openSUSE:Factory/tecnoballz/tecnoballz.changes2019-07-31 
14:31:29.501990963 +0200
+++ /work/SRC/openSUSE:Factory/.tecnoballz.new.7948/tecnoballz.changes  
2019-08-30 14:41:56.177417682 +0200
@@ -1,0 +2,6 @@
+Tue Aug 27 09:58:35 UTC 2019 - Jan Engelhardt 
+
+- Ensure neutrality of description.
+- Use regular install, not install-strip.
+
+---



Other differences:
--
++ tecnoballz.spec ++
--- /var/tmp/diff_new_pack.3BHmWE/_old  2019-08-30 14:41:56.929417605 +0200
+++ /var/tmp/diff_new_pack.3BHmWE/_new  2019-08-30 14:41:56.929417605 +0200
@@ -20,7 +20,7 @@
 Name:   tecnoballz
 Version:0.93.1
 Release:0
-Summary:An exciting Brick Breaker
+Summary:A brick breaking game
 License:GPL-3.0-only
 Group:  Amusements/Games/Action/Breakout
 URL:http://linux.tlk.fr/games/TecnoballZ/
@@ -43,10 +43,10 @@
 %endif
 
 %description
-A exciting Brick Breaker with 50 levels of game and 11 special levels,
+A brick breaker with 50 levels of game and 11 special levels,
 distributed on the 2 modes of game to give the player a sophisticated system
-of attack weapons with an enormous power of fire that can be build by
-gaining bonuses.  Numerous decors, musics and sounds complete this great
+of attack weapons with an enormous firepower that can be built by
+gaining bonuses.  Numerous decors, music and sounds complete this
 game. This game was ported from the Commodore Amiga.
 
 %prep
@@ -56,7 +56,7 @@
 %endif
 
 # Fix games path to %{_bindir} instead of /usr/games
-find -name Makefile.am -exec sed -i -e "s|^gamesdir =.*$|gamesdir = 
%{_bindir}|g" \{\} \;
+find -name Makefile.am -exec sed -i -e "s|^gamesdir =.*$|gamesdir = 
%{_bindir}|g" \{\} +
 
 sed -i -e "s|^CXXFLAGS=\"\(.*\)\"|CXXFLAGS=\"\1 %{optflags}\"|" configure.ac
 
@@ -66,7 +66,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install-strip
+%make_install
 install -Dm 0644 man/%{name}.fr.6 %{buildroot}%{_mandir}/fr/man6/%{name}.6
 install -Dm 0644 %{SOURCE1} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 install -Dm 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png





commit tecnoballz for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package tecnoballz for openSUSE:Factory 
checked in at 2019-07-31 14:31:21

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


Package is "tecnoballz"

Wed Jul 31 14:31:21 2019 rev:3 rq:719871 version:0.93.1

Changes:

--- /work/SRC/openSUSE:Factory/tecnoballz/tecnoballz.changes2017-04-20 
20:51:51.644237732 +0200
+++ /work/SRC/openSUSE:Factory/.tecnoballz.new.4126/tecnoballz.changes  
2019-07-31 14:31:29.501990963 +0200
@@ -1,0 +2,8 @@
+Sat Jul 27 20:32:18 UTC 2019 - Martin Hauke 
+
+- Add patch:
+  * 0001-Workaround-compilation-warnings-with-gccs-8.0.patch
+- Run spec-cleaner
+- Use pkg-config style BuildRequires
+
+---

New:

  0001-Workaround-compilation-warnings-with-gccs-8.0.patch



Other differences:
--
++ tecnoballz.spec ++
--- /var/tmp/diff_new_pack.OD4bdO/_old  2019-07-31 14:31:30.401990344 +0200
+++ /var/tmp/diff_new_pack.OD4bdO/_new  2019-07-31 14:31:30.405990341 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tecnoballz
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright Vincent Petry 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,28 +13,31 @@
 # 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:   tecnoballz
-Summary:An exciting Brick Breaker
-License:GPL-3.0
-Group:  Amusements/Games/Action/Breakout
 Version:0.93.1
 Release:0
-Url:http://linux.tlk.fr/games/TecnoballZ/
+Summary:An exciting Brick Breaker
+License:GPL-3.0-only
+Group:  Amusements/Games/Action/Breakout
+URL:http://linux.tlk.fr/games/TecnoballZ/
 Source: 
http://linux.tlk.fr/games/TecnoballZ/download/%{name}-%{version}.tgz
 Source1:%{name}.desktop
 Source2:%{name}.png
-BuildRequires:  SDL-devel
-BuildRequires:  SDL_image-devel
-BuildRequires:  SDL_mixer-devel
+# PATCH-FIX-OPENSUSE 0001-Workaround-compilation-warnings-with-gccs-8.0.patch
+Patch0: 0001-Workaround-compilation-warnings-with-gccs-8.0.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libmikmod-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  tinyxml-devel
+BuildRequires:  pkgconfig(SDL_image)
+BuildRequires:  pkgconfig(SDL_mixer)
+BuildRequires:  pkgconfig(libmikmod)
+BuildRequires:  pkgconfig(sdl)
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -48,11 +51,14 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} >= 1550
+%patch0 -p1
+%endif
 
 # Fix games path to %{_bindir} instead of /usr/games
 find -name Makefile.am -exec sed -i -e "s|^gamesdir =.*$|gamesdir = 
%{_bindir}|g" \{\} \;
 
-sed -i -e "s|^CXXFLAGS=\"\(.*\)\"|CXXFLAGS=\"\1 $RPM_OPT_FLAGS\"|" configure.ac
+sed -i -e "s|^CXXFLAGS=\"\(.*\)\"|CXXFLAGS=\"\1 %{optflags}\"|" configure.ac
 
 %build
 autoreconf -fi
@@ -62,8 +68,8 @@
 %install
 make DESTDIR=%{buildroot} install-strip
 install -Dm 0644 man/%{name}.fr.6 %{buildroot}%{_mandir}/fr/man6/%{name}.6
-install -Dm 0644 %{S:1} %{buildroot}%{_datadir}/applications/%{name}.desktop
-install -Dm 0644 %{S:2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
+install -Dm 0644 %{SOURCE1} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+install -Dm 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
 
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name}
@@ -72,11 +78,11 @@
 %fdupes -s %{buildroot}%{_prefix}
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS CHANGES COPYING NEWS README
+%license COPYING
+%doc AUTHORS CHANGES NEWS README
 %attr(0755,root,root) %{_bindir}/%{name}
-%{_mandir}/fr/man6/%{name}.6%{ext_man}
-%{_mandir}/man6/%{name}.6%{ext_man}
+%{_mandir}/fr/man6/%{name}.6%{?ext_man}
+%{_mandir}/man6/%{name}.6%{?ext_man}
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png

++ 0001-Workaround-compilation-warnings-with-gccs-8.0.patch ++
>From cd5192c8da6eadf55bb9564cfba74678d0325c2b Mon Sep 17 00:00:00 2001
From: Martin Hauke 
Date: Sat, 27 Jul 2019 22:29:23 +0200
Subject: [PATCH] Workaround compilation warnings with gccs (>=8.0)

Build with "-Wno-error=stringop-truncation"
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 67c7ec1..04f17e9 100644
--- a/configure.ac
+++ 

commit tecnoballz for openSUSE:Factory

2017-04-20 Thread root
Hello community,

here is the log from the commit of package tecnoballz for openSUSE:Factory 
checked in at 2017-04-20 20:51:50

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


Package is "tecnoballz"

Thu Apr 20 20:51:50 2017 rev:2 rq:487451 version:0.93.1

Changes:

--- /work/SRC/openSUSE:Factory/tecnoballz/tecnoballz.changes2015-10-02 
15:38:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.tecnoballz.new/tecnoballz.changes   
2017-04-20 20:51:51.644237732 +0200
@@ -1,0 +2,5 @@
+Fri Apr  7 19:16:22 UTC 2017 - meiss...@suse.com
+
+- own /var/games as filesystem no longer owns it
+
+---



Other differences:
--
++ tecnoballz.spec ++
--- /var/tmp/diff_new_pack.QR9lKg/_old  2017-04-20 20:51:52.796074858 +0200
+++ /var/tmp/diff_new_pack.QR9lKg/_new  2017-04-20 20:51:52.800074293 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tecnoballz
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright Vincent Petry 
 #
 # All modifications and additions to the file contributed by third parties
@@ -80,6 +80,7 @@
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+%dir %{_localstatedir}/games/
 %attr(0775,games,games) %dir %{_localstatedir}/games/%{name}/
 %attr(0664,games,games)%{_localstatedir}/games/%{name}/%{name}.hi