From 7796b859261bdcdead3fca9f59cb5d4fd62d473dbc093b8e97e8163a5a725f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Tue, 9 Aug 2016 05:58:01 +0000 Subject: [PATCH] Accepting request 417911 from home:badshah400:branches:science - Update to version 2.7.2: + Full intrinsic charm contributions up to O(as) in both NC and CC sectors. + Possibility to set the heavy quark thresholds different from the heavy quark masses in both the pole and the MSbar schemes. + New and more accurate parametrization of the O(as^2) NC massive coefficient functions over a wider range in Q^2. + Implementation of the cached PDF evolution. + Fix of minor bugs and minor improvements. + Update of the documentation. - Upstream now also installs README in /usr/share/apfel; delete from both non-standard locations and use %doc to package it instead. OBS-URL: https://build.opensuse.org/request/show/417911 OBS-URL: https://build.opensuse.org/package/show/science/apfel?expand=0&rev=12 --- 2.7.0.tar.gz | 3 --- 2.7.2.tar.gz | 3 +++ apfel.changes | 17 +++++++++++++++++ apfel.spec | 8 +++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 2.7.0.tar.gz create mode 100644 2.7.2.tar.gz diff --git a/2.7.0.tar.gz b/2.7.0.tar.gz deleted file mode 100644 index fff175e..0000000 --- a/2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfd270f434b147ad2b4f86189dfe1e773cca14ee63124328c32956f28db43a99 -size 9027350 diff --git a/2.7.2.tar.gz b/2.7.2.tar.gz new file mode 100644 index 0000000..8f6367a --- /dev/null +++ b/2.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfcfc76b1d311e125056ee7b5558bc6f0ad985ed4aa6c3064f7517981987063 +size 8099334 diff --git a/apfel.changes b/apfel.changes index 80e8827..aa3ec9b 100644 --- a/apfel.changes +++ b/apfel.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Aug 8 19:29:45 UTC 2016 - badshah400@gmail.com + +- Update to version 2.7.2: + + Full intrinsic charm contributions up to O(as) in both NC and + CC sectors. + + Possibility to set the heavy quark thresholds different from + the heavy quark masses in both the pole and the MSbar schemes. + + New and more accurate parametrization of the O(as^2) NC + massive coefficient functions over a wider range in Q^2. + + Implementation of the cached PDF evolution. + + Fix of minor bugs and minor improvements. + + Update of the documentation. +- Upstream now also installs README in /usr/share/apfel; delete + from both non-standard locations and use %doc to package it + instead. + ------------------------------------------------------------------- Mon Feb 15 10:22:47 UTC 2016 - jengelh@inai.de diff --git a/apfel.spec b/apfel.spec index 2c145af..74f1b59 100644 --- a/apfel.spec +++ b/apfel.spec @@ -20,7 +20,7 @@ %define pypackage python-%{name} Name: apfel -Version: 2.7.0 +Version: 2.7.2 Release: 0 Summary: A Probability Distribution Function Evolution Library License: GPL-3.0+ @@ -85,7 +85,8 @@ make %{?_smp_mflags} # REMOVE libtool ARCHIVES rm %{buildroot}%{_libdir}/*.la -# REMOVE README FROM A NON-STD LOCATION, INSTALL IT USING %%doc INSTEAD +# REMOVE README FROM NON-STD LOCATIONS, INSTALL IT USING %%doc INSTEAD +rm -fr %{buildroot}%{_datadir}/apfel/README rm -fr %{buildroot}%{_datadir}/doc/apfel %post -n %{soname} -p /sbin/ldconfig @@ -112,8 +113,5 @@ rm -fr %{buildroot}%{_datadir}/doc/apfel %exclude %{python_sitearch}/%{name}.pyc %{python_sitearch}/_%{name}.so %{python_sitearch}/APFEL-*py%{py_ver}.egg-info -%dir %{_datadir}/apfel -%{_datadir}/%{name}/gen_info.py -%{_datadir}/%{name}/*.info %changelog