Hello community,

here is the log from the commit of package pari-seadata for openSUSE:Leap:15.2 
checked in at 2020-04-05 17:07:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/pari-seadata (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.pari-seadata.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pari-seadata"

Sun Apr  5 17:07:59 2020 rev:12 rq:791410 version:20090618

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/pari-seadata/pari-seadata.changes      
2020-01-15 15:39:11.087101438 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.pari-seadata.new.3248/pari-seadata.changes    
2020-04-05 17:09:19.846357942 +0200
@@ -1,0 +2,5 @@
+Wed Aug 29 20:25:33 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Strip /data/ subdirectory [boo#1106378, boo#1165480]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pari-seadata.spec ++++++
--- /var/tmp/diff_new_pack.6nVHHD/_old  2020-04-05 17:09:20.306358432 +0200
+++ /var/tmp/diff_new_pack.6nVHHD/_new  2020-04-05 17:09:20.310358437 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pari-seadata
 #
-# Copyright (c) 2011 SUSE LINUX Products 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,17 +12,16 @@
 # 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:           pari-seadata
 Version:        20090618
 Release:        0
-Group:          Productivity/Scientific/Math
 Summary:       Polynomial and Elliptic Curve Data for the PARI CAS
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
+Group:          Productivity/Scientific/Math
 URL:            http://pari.math.u-bordeaux.fr/
 
 Source:         seadata.tar.xz
@@ -39,18 +38,15 @@
 from the ECHIDNA databases and computed by David R. Kohel.
 
 %prep
-%setup -Tcq
-cp "%{S:2}" .;
+%setup -qn data
+cp "%_sourcedir/LICENSE" .
 
 %build
 
 %install
-b="%buildroot";
-c="$b/%_datadir/pari";
-mkdir -p "$c";
-pushd "$c";
-tar -xf "%{S:0}";
-popd;
+c="%buildroot/%_datadir/pari"
+mkdir -p "$c"
+mv seadata "$c/"
 
 %files
 %defattr(-,root,root)


Reply via email to