Hello community,

here is the log from the commit of package pari-seadata for openSUSE:Factory 
checked in at 2018-08-31 10:47:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pari-seadata (Old)
 and      /work/SRC/openSUSE:Factory/.pari-seadata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pari-seadata"

Fri Aug 31 10:47:07 2018 rev:5 rq:632199 version:20090618

Changes:
--------
--- /work/SRC/openSUSE:Factory/pari-seadata/pari-seadata.changes        
2012-12-09 14:11:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pari-seadata.new/pari-seadata.changes   
2018-08-31 10:47:11.079401807 +0200
@@ -1,0 +2,5 @@
+Wed Aug 29 20:25:33 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Strip /data/ subdirectory [boo#1106378]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pari-seadata.spec ++++++
--- /var/tmp/diff_new_pack.4hzmYf/_old  2018-08-31 10:47:11.743402622 +0200
+++ /var/tmp/diff_new_pack.4hzmYf/_new  2018-08-31 10:47:11.743402622 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pari-seadata
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,13 +16,12 @@
 #
 
 
-
 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