Hello community,

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

Package is "pari-elldata"

Fri Aug 31 10:47:24 2018 rev:12 rq:632203 version:20161017

Changes:
--------
--- /work/SRC/openSUSE:Factory/pari-elldata/pari-elldata.changes        
2016-12-08 00:31:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pari-elldata.new/pari-elldata.changes   
2018-08-31 10:47:25.331419314 +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-elldata.spec ++++++
--- /var/tmp/diff_new_pack.dUMFGi/_old  2018-08-31 10:47:26.235420426 +0200
+++ /var/tmp/diff_new_pack.dUMFGi/_new  2018-08-31 10:47:26.235420426 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pari-elldata
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -20,7 +20,7 @@
 Version:        20161017
 Release:        0
 Summary:        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/
 
@@ -37,18 +37,15 @@
 the PARI functions "ellsearch" and "ellidentify".
 
 %prep
-%setup -Tcq
-cp "%_sourcedir/LICENSE" .;
+%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 elldata "$c/"
 
 %files
 %defattr(-,root,root)



Reply via email to