From 98f068139943cb4fc270a1d6d4ed2afd72dcd16765954f7a851ab07d84ebdccf Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 25 Nov 2019 00:37:12 +0000 Subject: [PATCH] - Update to release 3.8.2 OBS-URL: https://build.opensuse.org/package/show/science/normaliz?expand=0&rev=30 --- normaliz-3.8.1.tar.gz | 3 --- normaliz-3.8.2.tar.gz | 3 +++ normaliz.changes | 8 ++++++++ normaliz.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 normaliz-3.8.1.tar.gz create mode 100644 normaliz-3.8.2.tar.gz diff --git a/normaliz-3.8.1.tar.gz b/normaliz-3.8.1.tar.gz deleted file mode 100644 index be8aea1..0000000 --- a/normaliz-3.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22d878d9a87077744f1a2958f4cbbc4acb0e9d8b3dafc0fa963b01bace52bd4c -size 4079580 diff --git a/normaliz-3.8.2.tar.gz b/normaliz-3.8.2.tar.gz new file mode 100644 index 0000000..c8e5555 --- /dev/null +++ b/normaliz-3.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ae79f129d5a4a48a59f9651c5fcee7461f28bfa69829e0ce5f8e0e4432f44f +size 4555081 diff --git a/normaliz.changes b/normaliz.changes index 07f04fc..e4f8916 100644 --- a/normaliz.changes +++ b/normaliz.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Nov 24 16:21:26 UTC 2019 - Jan Engelhardt + +- Update to release 3.8.2 + * Some improvement in convex hull computation for algebraic + polytopes. + * Code cleaned up and formatted; also in the installation files. + ------------------------------------------------------------------- Sun Sep 29 14:42:32 UTC 2019 - Jan Engelhardt diff --git a/normaliz.spec b/normaliz.spec index 07b9374..176fd21 100644 --- a/normaliz.spec +++ b/normaliz.spec @@ -1,7 +1,7 @@ # # spec file for package normaliz # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,11 @@ # +%global _lto_cflags %nil + Name: normaliz %define lname libnormaliz3 -Version: 3.8.1 +Version: 3.8.2 Release: 0 Summary: Tools for computations in affine monoids and rational cones License: GPL-3.0-or-later @@ -27,7 +29,6 @@ URL: https://www.normaliz.uni-osnabrueck.de/ Source: https://github.com/Normaliz/Normaliz/releases/download/v%version/%name-%version.tar.gz #maybe with flint-devel later on -BuildRequires: boost-devel BuildRequires: gcc-c++ BuildRequires: gmp-devel BuildRequires: libtool @@ -65,7 +66,6 @@ the Normaliz computations from any C++ program. Summary: Development files for Normaliz, a tool for computation of rotational cones Group: Development/Libraries/C and C++ Requires: %lname = %version -Requires: boost-devel Requires: gmp-devel %description devel