Hello community,

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

Package is "pari-galdata"

Sun Apr  5 17:07:56 2020 rev:12 rq:791408 version:20080411

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/pari-galdata/pari-galdata.changes      
2020-01-15 15:39:10.111100756 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.pari-galdata.new.3248/pari-galdata.changes    
2020-04-05 17:09:18.502356509 +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-galdata.spec ++++++
--- /var/tmp/diff_new_pack.rL5I7w/_old  2020-04-05 17:09:18.774356799 +0200
+++ /var/tmp/diff_new_pack.rL5I7w/_new  2020-04-05 17:09:18.778356803 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pari-galdata
 #
-# 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,15 +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-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