SHA256
1
0
forked from pool/apfel

Accepting request 417919 from science

1

OBS-URL: https://build.opensuse.org/request/show/417919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apfel?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2016-08-10 17:56:02 +00:00 committed by Git OBS Bridge
commit 48cf404436
4 changed files with 23 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfd270f434b147ad2b4f86189dfe1e773cca14ee63124328c32956f28db43a99
size 9027350

3
2.7.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecfcfc76b1d311e125056ee7b5558bc6f0ad985ed4aa6c3064f7517981987063
size 8099334

View File

@ -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

View File

@ -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