Accepting request 514822 from home:badshah400:branches:science

- Update to version 2.1.5:
  * Interim release with as its main feature the map_sympy command
    which makes it much easier to apply sympy algorithms to
    component expressions.
- Drop cadabra2-include-functional-header.patch; fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/514822
OBS-URL: https://build.opensuse.org/package/show/science/cadabra2?expand=0&rev=4
This commit is contained in:
Matthias Mailänder 2017-08-06 20:44:18 +00:00 committed by Git OBS Bridge
parent 0035f4243f
commit 18633ff645
4 changed files with 13 additions and 7 deletions

View File

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

3
2.1.5.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Aug 6 18:20:17 UTC 2017 - badshah400@gmail.com
- Update to version 2.1.5:
* Interim release with as its main feature the map_sympy command
which makes it much easier to apply sympy algorithms to
component expressions.
- Drop cadabra2-include-functional-header.patch; fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 20 22:52:55 UTC 2017 - badshah400@gmail.com Thu Jul 20 22:52:55 UTC 2017 - badshah400@gmail.com

View File

@ -17,7 +17,7 @@
Name: cadabra2 Name: cadabra2
Version: 2.1.4 Version: 2.1.5
Release: 0 Release: 0
Summary: A computer algebra system for solving problems in field theory Summary: A computer algebra system for solving problems in field theory
License: GPL-3.0+ License: GPL-3.0+
@ -28,8 +28,6 @@ Source1: %{name}-rpmlintrc
Source2: %{name}-gtk.appdata.xml Source2: %{name}-gtk.appdata.xml
# PATCH-FIX-UPSTREAM cadabra2-cmake-error.patch badshah400@gmail.com -- Cmake needs to call "execute_process" instead of "execute"; fixes build failures # PATCH-FIX-UPSTREAM cadabra2-cmake-error.patch badshah400@gmail.com -- Cmake needs to call "execute_process" instead of "execute"; fixes build failures
Patch0: cadabra2-cmake-error.patch Patch0: cadabra2-cmake-error.patch
# PATCH-FIX-UPSTREAM cadabra2-include-functional-header.patch badshah400@gmail.com -- Explicitly include the <functional> header in core/Functional.hh to fix building on openSUSE > 1320; apply without conditionals as it doesn't hurt to have this generally
Patch1: cadabra2-include-functional-header.patch
BuildRequires: appstream-glib BuildRequires: appstream-glib
BuildRequires: cmake BuildRequires: cmake
BuildRequires: doxygen BuildRequires: doxygen
@ -166,7 +164,6 @@ This package provides documentation in the form of a PDF file for %{name}.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1
%build %build
mkdir build && pushd build mkdir build && pushd build