From 132d452c6fd5576d280a108ef118bc97fbb7c965 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: May 11 2016 14:41:59 +0000 Subject: Update to 1.7.0 --- diff --git a/.gitignore b/.gitignore index c081199..4f70d74 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ ginac-1.5.6.tar.bz2 /ginac-1.6.3.tar.bz2 /ginac-1.6.5.tar.bz2 /ginac-1.6.7.tar.bz2 +/ginac-1.7.0.tar.bz2 diff --git a/ginac.spec b/ginac.spec index 983ba8b..2541c27 100644 --- a/ginac.spec +++ b/ginac.spec @@ -3,20 +3,13 @@ #%global gitrev %(c=%{commit}; echo ${c:0:7}) Name: ginac -Version: 1.6.7 +Version: 1.7.0 #Release: 10.%{gitdate}git%{gitrev}%{?dist} Release: 1%{?dist} Summary: C++ library for symbolic calculations License: GPLv2+ URL: http://www.ginac.de/ Source0: http://www.ginac.de/%{name}-%{version}.tar.bz2 -# Tarball was generated by following commands: -# 1. git clone git://www.ginac.de/ginac.git ginac-%{commit} -# 2. tar zcvf ginac-%{commit}.tar.gz ginac-%{commit}/ --exclude=.* -################################################################ -# Now use the snapshot link from gitweb: -# http://www.ginac.de/ginac.git?p=ginac.git;a=snapshot;h=%{commit};sf=tgz -#Source0: ginac-%{commit}.tar.gz BuildRequires: bison BuildRequires: cln-devel BuildRequires: cmake @@ -69,7 +62,7 @@ the tool "viewgar" which displays the contents of GiNaC archives. sed -i 's| @GINACLIB_RPATH@||' ginac.pc.{in,cmake} %build -%cmake -DCMAKE_INSTALL_RPATH="" +%cmake -DCMAKE_INSTALL_RPATH="" -DLIBEXECDIR=%{_libexecdir} %make_build make -C doc/tutorial/ ginac_html @@ -98,6 +91,7 @@ fi %files %license COPYING %{_libdir}/*.so.* +%{_libexecdir}/ginac-excompiler %files devel %doc AUTHORS NEWS README @@ -111,6 +105,9 @@ fi %{_bindir}/* %changelog +* Wed May 11 2016 Zbigniew Jędrzejewski-Szmek - 1.7.0-1 +- Update to latest version + * Wed May 11 2016 Zbigniew Jędrzejewski-Szmek - 1.6.7-1 - Update to 1.6.7 diff --git a/sources b/sources index 2049663..8d32249 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8738f1f77a3869ca1f74b37b4b9192f5 ginac-1.6.7.tar.bz2 +032179eb223b78ee4fd1d9102008ef98 ginac-1.7.0.tar.bz2