Hello community,

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

Package is "pari-galdata"

Fri Aug 31 10:47:22 2018 rev:5 rq:632202 version:20080411

Changes:
--------
--- /work/SRC/openSUSE:Factory/pari-galdata/pari-galdata.changes        
2012-12-09 14:10:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pari-galdata.new/pari-galdata.changes   
2018-08-31 10:47:23.771417396 +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-galdata.spec ++++++
--- /var/tmp/diff_new_pack.LGoZcd/_old  2018-08-31 10:47:24.183417902 +0200
+++ /var/tmp/diff_new_pack.LGoZcd/_new  2018-08-31 10:47:24.183417902 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pari-galdata
 #
-# 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
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           pari-galdata
 Version:        20080411
 Release:        0
-Group:          Productivity/Scientific/Math
 Summary:       Galois Groups 8-11 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:         galdata.tar.xz
@@ -35,18 +36,15 @@
 compute Galois group in degrees 8 through 11.
 
 %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 galdata "$c/"
 
 %files
 %defattr(-,root,root)


Reply via email to