Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package LHAPDF for openSUSE:Factory checked 
in at 2025-05-05 22:28:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/LHAPDF (Old)
 and      /work/SRC/openSUSE:Factory/.LHAPDF.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "LHAPDF"

Mon May  5 22:28:12 2025 rev:25 rq:1274356 version:6.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/LHAPDF/LHAPDF.changes    2023-04-13 
17:32:54.446110289 +0200
+++ /work/SRC/openSUSE:Factory/.LHAPDF.new.30101/LHAPDF.changes 2025-05-05 
22:56:25.984562650 +0200
@@ -1,0 +2,26 @@
+Fri May  2 08:55:07 UTC 2025 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 6.5.5:
+  * Allow use of an external yaml-cpp library via a new
+    --with-yaml-cpp configure-script flag.
+  * Add filter kwarg to tarfile.extractall() call in the "lhapdf
+    install" script action, if supported.
+  * Change Python build to use PY_LDFLAGS rather than
+    LINKFORSHARED variable.
+  * Add ForcePositive regularisation to PDF values computed via
+    the accelerated vector-return variant.
+  * Fix the getPDFSet() function to raise a Python exception if it
+    fails via the Python interface.
+  * Expose LHAPDF_PYTHONPATH as a configure-time environment
+    variable for overriding the calculated install path.
+  * Fix a typo in PDF upgrading via lhapdf.
+  * Improvements to lhapdf-config, including a --pythonpath flag.
+  * Update yaml.load() call to use SafeLoader.
+  * Make lhapdf update return a non-zero exit code if data
+    installation fails.
+  * Add --enable-librelease configure option to use libtool
+    -release
+- Drop patch sover.diff. Use configure option --enable-librelease
+  to add so versioning to shared object instead.
+
+-------------------------------------------------------------------

Old:
----
  LHAPDF-6.5.4.tar.gz
  sover.diff

New:
----
  LHAPDF-6.5.5.tar.gz

BETA DEBUG BEGIN:
  Old:    -release
- Drop patch sover.diff. Use configure option --enable-librelease
  to add so versioning to shared object instead.
BETA DEBUG END:

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

Other differences:
------------------
++++++ LHAPDF.spec ++++++
--- /var/tmp/diff_new_pack.vd4H1J/_old  2025-05-05 22:56:26.424581150 +0200
+++ /var/tmp/diff_new_pack.vd4H1J/_new  2025-05-05 22:56:26.428581318 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package LHAPDF
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,15 @@
 #
 
 
-# Not needed for actual use, but quilt does not work without this
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-#
-%define so_name libLHAPDF-6_5_4
+%define so_name libLHAPDF-6_5_5
 %define execname lhapdf
 Name:           LHAPDF
-Version:        6.5.4
+Version:        6.5.5
 Release:        0
 Summary:        A library for unified interface to PDF sets
 License:        GPL-3.0-only
 URL:            https://lhapdf.hepforge.org/
 Source:         
http://www.hepforge.org/archive/lhapdf/%{name}-%{version}.tar.gz
-Patch1:         sover.diff
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -41,7 +37,7 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  texlive-latex-bin
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 %python_subpackages
 
 %description
@@ -102,7 +98,11 @@
 mkdir ../$python
 cp -pr ./ ../$python
 pushd ../$python
-%configure --disable-static --docdir=%{_docdir}/%{name}/
+%configure \
+  --disable-static \
+  --docdir=%{_docdir}/%{name}/ \
+  --enable-librelease \
+  %{nil}
 %make_build
 # Build doc only for one flavour, viz., which provides the default python3
 if [ "$python_" = "python3_" -o "%{$python_provides}" = "python3" ]; then
@@ -137,8 +137,7 @@
 
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post   -n %{so_name} -p /sbin/ldconfig
-%postun -n %{so_name} -p /sbin/ldconfig
+%ldconfig_scriptlets -n %{so_name}
 
 %files -n %{so_name}
 %license COPYING

++++++ LHAPDF-6.5.4.tar.gz -> LHAPDF-6.5.5.tar.gz ++++++
++++ 68769 lines of diff (skipped)

Reply via email to