Hello community,

here is the log from the commit of package LHAPDF for openSUSE:Factory checked 
in at 2019-08-24 18:47:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/LHAPDF (Old)
 and      /work/SRC/openSUSE:Factory/.LHAPDF.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "LHAPDF"

Sat Aug 24 18:47:02 2019 rev:15 rq:725664 version:6.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/LHAPDF/LHAPDF.changes    2019-01-24 
14:14:49.135265156 +0100
+++ /work/SRC/openSUSE:Factory/.LHAPDF.new.7948/LHAPDF.changes  2019-08-24 
18:47:03.433753527 +0200
@@ -1,0 +2,34 @@
+Tue Aug 20 14:38:19 UTC 2019 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 6.2.3:
+  * Add a couple of extra trim() calls to path strings given to
+    the Fortran API.
+  * Apply lhapdf script improvement from Ivan Razumov / Genser.
+- Changes from version 6.2.2:
+  * Don't pop the final path entry off in the pathsPrepend and
+    pathsAppend functions: the compile-time fallback may have been
+    disabled.
+  * Add a 'show' option to the lhapdf script.
+  * Adapt MPI file-reading patch from Stefan Hoeche. Enable with
+    --enable-mpi to configure.
+  * Rewrite the lhapdf data-manager script to use argparse, for
+    compatibility with Python 3.
+  * Apply compiler optimisation bypass "volatile" hack to default
+    data path insertion. Thanks to Zahari Kassabov.
+  * Add legend PDF name aliasing to plotpdfs
+  * Explicitly catch x > xMax error in ContinuationExtrapolator.
+  * Don't require the presence of Content-Length in HTTP header.
+  * Utils.h: Fix separator bug in join() function.
+  * Remove 'const's from return-by-value types in KnotArray.h, to
+    keep icpc happy.
+  * Add lhapdf_lambda4/5 functions in the Fortran interface.
+  * Remove unwanted pid argument from the Fortran xfx*_stdpartons
+    functions.
+  * Move Config::get() static function from header to .cc, since a
+    singleton needs to only 'live' in one compilation unit.
+- Drop LHAPDF-pdfset-download-url-update.patch: incorporated
+  upstream.
+- Replace env-based hashbang with one explicitly referring to the
+  correct binary.
+
+-------------------------------------------------------------------

Old:
----
  LHAPDF-6.2.1.tar.gz
  LHAPDF-pdfset-download-url-update.patch

New:
----
  LHAPDF-6.2.3.tar.gz

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

Other differences:
------------------
++++++ LHAPDF.spec ++++++
--- /var/tmp/diff_new_pack.d24PkT/_old  2019-08-24 18:47:03.877753484 +0200
+++ /var/tmp/diff_new_pack.d24PkT/_new  2019-08-24 18:47:03.877753484 +0200
@@ -12,15 +12,15 @@
 # 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/
 #
 
 
-%define so_name libLHAPDF-6_2_1
+%define so_name libLHAPDF-6_2_3
 %define execname lhapdf
 
 Name:           LHAPDF
-Version:        6.2.1
+Version:        6.2.3
 Release:        0
 Summary:        A library for unified interface to PDF sets
 License:        GPL-3.0-only
@@ -28,8 +28,6 @@
 Url:            https://lhapdf.hepforge.org/
 Source:         
http://www.hepforge.org/archive/lhapdf/%{name}-%{version}.tar.gz
 Patch1:         sover.diff
-# PATCH-FIX-UPSTREAM LHAPDF-pdfset-download-url-update.patch 
bdshah...@gmail.com -- Update to upstream server's changed URL for downloading 
pdfsets; patch taken from upstream mercurial repository
-Patch2:         LHAPDF-pdfset-download-url-update.patch 
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -99,7 +97,6 @@
 %prep
 %setup -q
 %patch -P 1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fi
@@ -109,6 +106,9 @@
 %install
 %make_install
 
+sed -E -i "s|#! /usr/bin/env python|#! /usr/bin/python%{py_ver}|" 
%{buildroot}%{_bindir}/lhapdf
+sed -E -i "s|#! /usr/bin/env bash|#! /bin/bash|" 
%{buildroot}%{_bindir}/lhapdf-config
+
 find %{buildroot}%{_libdir}/ -name "*.la" -delete
 
 %post   -n %{so_name} -p /sbin/ldconfig

++++++ LHAPDF-6.2.1.tar.gz -> LHAPDF-6.2.3.tar.gz ++++++
++++ 16585 lines of diff (skipped)


Reply via email to