From 27a497fad46e5b3a4d49c59af1a26b65a420e7e8283b731e8aa6d310944c4f10 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sat, 12 Jun 2021 13:05:02 +0000 Subject: [PATCH] Accepting request 898564 from home:badshah400:branches:science - Update to version 3.0.5. - Rename source tarball to %{name}-%{version} format. OBS-URL: https://build.opensuse.org/request/show/898564 OBS-URL: https://build.opensuse.org/package/show/science/apfel?expand=0&rev=33 --- 3.0.4.tar.gz | 3 --- apfel-3.0.5.tar.gz | 3 +++ apfel.changes | 7 +++++++ apfel.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 3.0.4.tar.gz create mode 100644 apfel-3.0.5.tar.gz diff --git a/3.0.4.tar.gz b/3.0.4.tar.gz deleted file mode 100644 index 831b166..0000000 --- a/3.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7bfae7fe2dc0185981850f2fe6ae4842749339d064c25bf525b4ef412bbb224 -size 8380118 diff --git a/apfel-3.0.5.tar.gz b/apfel-3.0.5.tar.gz new file mode 100644 index 0000000..95f7c56 --- /dev/null +++ b/apfel-3.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fce224bf9a47b7a5da778d691fe7cb8715bd40662bdcf0f91197d4cf49d2f8 +size 8381558 diff --git a/apfel.changes b/apfel.changes index 398530a..d9655a8 100644 --- a/apfel.changes +++ b/apfel.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 8 22:56:27 UTC 2021 - Atri Bhattacharya + +- Update to version 3.0.5: + + No release notes. +- Rename source tarball to %{name}-%{version} format. + ------------------------------------------------------------------- Tue Apr 28 09:50:35 UTC 2020 - Atri Bhattacharya diff --git a/apfel.spec b/apfel.spec index 706d8f1..0dd9c78 100644 --- a/apfel.spec +++ b/apfel.spec @@ -1,7 +1,7 @@ # # spec file for package apfel # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,13 +27,13 @@ %define soname libAPFEL0 Name: apfel -Version: 3.0.4 +Version: 3.0.5 Release: 0 Summary: A Probability Distribution Function Evolution Library License: GPL-3.0-or-later Group: Development/Libraries/C and C++ URL: http://apfel.hepforge.org/ -Source: https://github.com/scarrazza/%{name}/archive/%{version}.tar.gz +Source: https://github.com/scarrazza/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM apfel-allow-disabling-pywrap.patch badshah400@gmail.com -- Allow building with python extension disabled, for example due to lack of python2 support in the system Patch0: apfel-allow-disabling-pywrap.patch BuildRequires: LHAPDF-devel