Hello community, here is the log from the commit of package wizznic for openSUSE:Factory checked in at 2020-09-12 00:10:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wizznic (Old) and /work/SRC/openSUSE:Factory/.wizznic.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wizznic" Sat Sep 12 00:10:04 2020 rev:3 rq:833694 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wizznic/wizznic.changes 2015-06-23 11:58:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wizznic.new.4249/wizznic.changes 2020-09-12 00:10:25.953094719 +0200 @@ -1,0 +2,8 @@ +Thu Sep 10 19:19:41 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 1.1: + * Not much to say about this, it's the same good old Wizznic! you know and love. + * This version only includes some memory-related bugfixes, so if you have + had bad luck running Wizznic! in the past, give this one a spin! + +------------------------------------------------------------------- Old: ---- wizznic-0.9.9-src.tar.bz2 New: ---- wizznic-1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wizznic.spec ++++++ --- /var/tmp/diff_new_pack.sdcd0Y/_old 2020-09-12 00:10:26.865095591 +0200 +++ /var/tmp/diff_new_pack.sdcd0Y/_new 2020-09-12 00:10:26.869095595 +0200 @@ -1,7 +1,7 @@ # # spec file for package wizznic # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright Vincent Petry <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -13,18 +13,18 @@ # 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: wizznic -Version: 0.9.9 +Version: 1.1 Release: 0 Summary: Implementation of the arcade classic Puzznic -License: GPL-3.0 +License: GPL-3.0-only Group: Amusements/Games/Board/Puzzle -Url: http://dustedgames.blogspot.co.uk/p/wizznic.html -Source0: http://downloads.sourceforge.net/%{name}/Source%20Releases/%{name}-%{version}-src.tar.bz2 +URL: http://wizznic.org/ +Source0: https://github.com/DusteDdk/Wizznic/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{name}.desktop %if 0%{?suse_version} BuildRequires: fdupes @@ -42,27 +42,16 @@ The bricks are heavy, so you can only push them, not lift them up. %prep -%setup -q -n %{name}-%{version}-src +%setup -q -n Wizznic-%{version} # Correct Permissions -sed -i 's|chmod -R 755|#chmod -R 755|' Makefile +sed -i 's|chmod -R 755|#chmod -R 755|' Makefile.linux %build -make %{?_smp_mflags} CFLAGS="%{optflags} -fgnu89-inline" DATADIR="%{_datadir}/%{name}/" - -# Correct what fdupes didn't find -rm -fv data/menu/charmap0.png -ln -sf ../../packs/000_wizznic/themes/chars/charmap0.png data/menu/charmap0.png -rm -fv data/menu/charmap1.png -ln -sf ../../packs/000_wizznic/themes/chars/charmap1.png data/menu/charmap1.png -rm -fv 010_wizznic-silver/themes/tiles/cyber-expl0.png -ln -sf ../../packs/000_wizznic/themes/chars/charmap0.png data/menu/charmap0.png -ln -sf ../../../000_wizznic/themes/oldskool/tiles/cyberpunk-expl0.png packs/010_wizznic-silver/themes/tiles/cyber-expl0.png -rm -fv data/snd/menuclick.ogg -ln -sf ../../packs/000_wizznic/themes/oldskool/snd/brickbreak.ogg data/snd/menuclick.ogg +make %{?_smp_mflags} CFLAGS="%{optflags}" DATADIR="%{_datadir}/%{name}/" -f Makefile.linux %install -make install BINDIR=%{buildroot}%{_bindir}/ DATADIR=%{buildroot}%{_datadir}/%{name}/ +make install DESTDIR=%{buildroot} BINDIR=%{_bindir}/ DATADIR=%{_datadir}/%{name}/ -f Makefile.linux # install icon install -Dm 0644 data/wmicon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png @@ -76,11 +65,11 @@ %endif %files -%defattr(-,root,root,-) %doc doc %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{_datadir}/%{name} +%{_datadir}/man/man6/wizznic.6.gz %changelog
