From c715d9cc6cc030cf9e5060efa4e7e098f3e6268dd277d59ccee934a81c5bc6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 27 Oct 2015 16:25:14 +0000 Subject: [PATCH] Accepting request 341081 from home:posophe:branches:science update OBS-URL: https://build.opensuse.org/request/show/341081 OBS-URL: https://build.opensuse.org/package/show/science/4ti2?expand=0&rev=12 --- 4ti2-1.6.2.tar.gz | 3 --- 4ti2-1.6.6.tar.gz | 3 +++ 4ti2.changes | 21 +++++++++++++++++++++ 4ti2.spec | 10 +++++----- 4 files changed, 29 insertions(+), 8 deletions(-) delete mode 100644 4ti2-1.6.2.tar.gz create mode 100644 4ti2-1.6.6.tar.gz diff --git a/4ti2-1.6.2.tar.gz b/4ti2-1.6.2.tar.gz deleted file mode 100644 index b3205f6..0000000 --- a/4ti2-1.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1b39c5c051904e41deefce5419b16d723b1f403c616ddd6e3610e260d4b5711 -size 5531651 diff --git a/4ti2-1.6.6.tar.gz b/4ti2-1.6.6.tar.gz new file mode 100644 index 0000000..bb20222 --- /dev/null +++ b/4ti2-1.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae9f7dd6a387fd6f0454b4bc2d02cf389f504230cc9f782c35bb5ea4a8df10a +size 5640126 diff --git a/4ti2.changes b/4ti2.changes index baef57e..b9ad3b4 100644 --- a/4ti2.changes +++ b/4ti2.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Oct 26 22:37:32 UTC 2015 - p.drouand@gmail.com + +- Update to version 1.6.6 + * Fix segfault in graver when a matrix with trivial kernel is input + (testcase graver/trivial-kernel). +- Changes from version 1.6.5 + * Fix build failure with gcc 4.9.2. +- Changes from version 1.6.4 + * Improved error checking while reading zsolve input files. + * The PDF manual has been updated to include a reference to commands + and their options and a reference to the API. The command + reference on www.4ti2.de has also been updated. + * Better option handling. Make long options available in non-GNU + platforms such as Mac OS X. All commands now support the + standard --help and --version options. + * Minor fix to the test suite. +- Changes from version 1.6.3 + * The manual has been updated. + * Minor build fixes. + ------------------------------------------------------------------- Fri Apr 18 09:33:38 UTC 2014 - jengelh@inai.de diff --git a/4ti2.spec b/4ti2.spec index 1fdaab9..3ab5adf 100644 --- a/4ti2.spec +++ b/4ti2.spec @@ -1,7 +1,7 @@ # # spec file for package 4ti2 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: 4ti2 -Version: 1.6.2 +Version: 1.6.6 Release: 0 Summary: Package for algebraic, geometric and combinatorial problems on linear spaces License: GPL-2.0+ @@ -76,12 +76,11 @@ developing against 4ti2's libraries. autoreconf -fi; %configure --enable-shared --disable-static \ --includedir="%_includedir/pkg/%name" --docdir="%_docdir/%name" -make %{?_smp_mflags}; +make %{?_smp_mflags} %install b="%buildroot"; make install DESTDIR="$b"; -cp COPYING doc/* "$b/%_docdir/%name/" rm -f "$b/%_libdir"/*.la; mkdir -p "$b/%_bindir" "$b/%_libexecdir/%name"; mv "$b/%_bindir"/* "$b/%_libexecdir/%name/"; @@ -89,6 +88,7 @@ pushd "$b/%_libexecdir/%name"; for i in *; do ln -s "%_libexecdir/%name/$i" "$b/%_bindir/4ti2_$i"; done; +rm -f doc/Makefile* %post -n lib4ti2-0 -p /sbin/ldconfig %postun -n lib4ti2-0 -p /sbin/ldconfig @@ -97,9 +97,9 @@ done; %files %defattr(-,root,root) +%doc COPYING doc/* %_bindir/4ti2* %_libexecdir/%name/ -%_docdir/%name/ %files -n lib4ti2-0 %defattr(-,root,root)