Hello community,

here is the log from the commit of package azove for openSUSE:Factory checked 
in at 2019-08-27 10:18:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azove (Old)
 and      /work/SRC/openSUSE:Factory/.azove.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "azove"

Tue Aug 27 10:18:40 2019 rev:2 rq:725832 version:2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/azove/azove.changes      2014-10-14 
07:10:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.azove.new.7948/azove.changes    2019-08-27 
10:18:44.103950162 +0200
@@ -1,0 +2,5 @@
+Sat Aug 24 15:48:35 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Modernize specfile.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ azove.spec ++++++
--- /var/tmp/diff_new_pack.rzRuKU/_old  2019-08-27 10:18:44.591950129 +0200
+++ /var/tmp/diff_new_pack.rzRuKU/_new  2019-08-27 10:18:44.595950129 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azove
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -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,15 +20,16 @@
 Version:        2.0
 Release:        0
 Summary:        Another Zero One Vertex Enumeration tool
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Scientific/Math
-Url:            http://www.mpi-inf.mpg.de/~behle/azove.html
+URL:            https://www.mpi-inf.mpg.de/~behle/azove.html
 
-Source:         http://www.mpi-inf.mpg.de/~behle/azove-2.0.tar.gz
+# without a cookie, mpi-inf.mpg.de presents a landing page, failing the 
download check :(
+#Source:         https://www.mpi-inf.mpg.de/~behle/%name-%version.tar.gz
+Source:         %name-%version.tar.gz
 Patch1:         azove-cpp.diff
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 azove is a tool designed for counting (without explicit enumeration)
@@ -43,20 +44,18 @@
 knapsack problem and the 0/1 subset sum problem.
 
 %prep
-%setup -q
-%patch -P 1 -p1
+%autosetup -p1
 
 %build
 make %{?_smp_mflags} COMPILER_FLAGS="%optflags"
 
 %install
-c="%buildroot/%_bindir";
+c="%buildroot/%_bindir"
 mkdir -p "$c"
 install -pm0755 azove2 "$c"
 
 %files
-%defattr(-,root,root)
 %_bindir/azove2
-%doc COPYING
+%license COPYING
 
 %changelog


Reply via email to