Hello community,

here is the log from the commit of package blockout for openSUSE:Factory 
checked in at 2020-09-06 00:04:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blockout (Old)
 and      /work/SRC/openSUSE:Factory/.blockout.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blockout"

Sun Sep  6 00:04:13 2020 rev:8 rq:832494 version:2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/blockout/blockout.changes        2015-04-07 
09:30:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.blockout.new.3399/blockout.changes      
2020-09-06 00:04:16.915310312 +0200
@@ -1,0 +2,5 @@
+Sat Sep  5 12:53:09 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Trim outdated specfile constructs.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ blockout.spec ++++++
--- /var/tmp/diff_new_pack.l9Wdb4/_old  2020-09-06 00:04:17.851310780 +0200
+++ /var/tmp/diff_new_pack.l9Wdb4/_new  2020-09-06 00:04:17.855310782 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package blockout
 #
-# Copyright (c) 2015 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,17 +20,15 @@
 Version:        2.5
 Release:        0
 Summary:        A free clone of the original BlockOut DOS game
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Amusements/Games/Action/Arcade
-Url:            http://blockout.net/
+URL:            http://blockout.net/
 
-Source:         http://downloads.sf.net/blockout/bl25-src.tar.gz
-Source2:        http://downloads.sf.net/blockout/bl25-linux-x86.tar.gz
+Source:         https://downloads.sf.net/blockout/bl25-src.tar.gz
+Source2:        https://downloads.sf.net/blockout/bl25-linux-x86.tar.gz
 Patch1:         automake.diff
 Patch2:         compilefixes.diff
 Patch3:         bl2home.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -47,13 +45,12 @@
 
 %prep
 # images, sounds, are in #2.
-%setup -qn BL_SRC -a2
-%patch -P 1 -P 2 -P 3 -p1
+%autosetup -n BL_SRC -p1 -a2
 
 %build
 autoreconf -fi
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 d="%buildroot/%_datadir/%name"
@@ -63,7 +60,6 @@
 find "$d/" -type f -exec chmod a-x "{}" "+"
 
 %files
-%defattr(-,root,root)
 %_bindir/blockout
 %_datadir/%name/
 


Reply via email to