diff --git a/2.7.2.tar.gz b/2.7.2.tar.gz deleted file mode 100644 index 8f6367a..0000000 --- a/2.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecfcfc76b1d311e125056ee7b5558bc6f0ad985ed4aa6c3064f7517981987063 -size 8099334 diff --git a/3.0.0.tar.gz b/3.0.0.tar.gz new file mode 100644 index 0000000..2ca1c35 --- /dev/null +++ b/3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5103b23125cee2ca29763be5c8c137c98d79d42156233e580295ec7537204d79 +size 8363181 diff --git a/apfel.changes b/apfel.changes index fb9dc56..a8fe389 100644 --- a/apfel.changes +++ b/apfel.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Apr 5 17:30:37 UTC 2017 - badshah400@gmail.com + +- Update to version 3.0.0: + * Implementation of the full NLO QCD+QED correction in the DGLAP + evolution and in the DIS structure functions. + * Interfacing APFEL to HELL (v.1.1) for the computation of the + ZM small-x resummed structure functions. + * Optimisation of the caching for PDFs and structure functions. + * Completed external evolution operator when QED corrections are + enabled. + * Update of the documentation. + * Clean up of the code. + * Minor bug fixes and adjustments. + +------------------------------------------------------------------- +Wed Apr 5 16:08:07 UTC 2017 - badshah400@gmail.com + +- Add BuildRequires: libboost_headers-devel or boost-devel as + appropriate to the openSUSE versions to fix builds. + ------------------------------------------------------------------- Fri Jan 27 14:13:52 UTC 2017 - bg@suse.com diff --git a/apfel.spec b/apfel.spec index e642339..7294223 100644 --- a/apfel.spec +++ b/apfel.spec @@ -20,7 +20,7 @@ %define pypackage python-%{name} Name: apfel -Version: 2.7.2 +Version: 3.0.0 Release: 0 Summary: A Probability Distribution Function Evolution Library License: GPL-3.0+ @@ -30,6 +30,11 @@ Source: https://github.com/scarrazza/%{name}/archive/%{version}.tar.gz BuildRequires: LHAPDF-devel BuildRequires: gcc-c++ BuildRequires: gcc-fortran +%if 0%{?suse_version} > 1320 +BuildRequires: libboost_headers-devel +%else +BuildRequires: boost-devel +%endif BuildRequires: libqt4-devel BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build