SHA256
1
0
forked from pool/4ti2

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
This commit is contained in:
Ismail Dönmez 2015-10-27 16:25:14 +00:00 committed by Git OBS Bridge
parent 0727ad5bb6
commit c715d9cc6c
4 changed files with 29 additions and 8 deletions

View File

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

3
4ti2-1.6.6.tar.gz Normal file
View File

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

View File

@ -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

View File

@ -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)