From 11e24fc4b29cef504cdaf1f67f2fcc878dacd501df38088f399ea1947b6dc289 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 22 Nov 2017 09:36:46 +0000 Subject: [PATCH] Accepting request 544345 from home:badshah400:branches:science - Update to version 3.4.1: * Miscellaneous bug fixes. OBS-URL: https://build.opensuse.org/request/show/544345 OBS-URL: https://build.opensuse.org/package/show/science/normaliz?expand=0&rev=9 --- normaliz-3.4.0.tar.gz | 3 --- normaliz-3.4.1.tar.gz | 3 +++ normaliz.changes | 6 ++++++ normaliz.spec | 8 +++++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 normaliz-3.4.0.tar.gz create mode 100644 normaliz-3.4.1.tar.gz diff --git a/normaliz-3.4.0.tar.gz b/normaliz-3.4.0.tar.gz deleted file mode 100644 index 27f496d..0000000 --- a/normaliz-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01eae802621beb3bdbde57bae32a1251d40ecc4a01660a50540c1e1f5eeb9c24 -size 3469344 diff --git a/normaliz-3.4.1.tar.gz b/normaliz-3.4.1.tar.gz new file mode 100644 index 0000000..8d2ec8b --- /dev/null +++ b/normaliz-3.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d1c0061ed589eb61591e04ef3449f5a54c4f4c9c191e7c53ce05468c96e415 +size 3468964 diff --git a/normaliz.changes b/normaliz.changes index 03d20f8..d9430c9 100644 --- a/normaliz.changes +++ b/normaliz.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 22 09:25:13 UTC 2017 - badshah400@gmail.com + +- Update to version 3.4.1: + * Miscellaneous bug fixes. + ------------------------------------------------------------------- Wed Sep 27 08:41:20 UTC 2017 - jengelh@inai.de diff --git a/normaliz.spec b/normaliz.spec index 1bcafdd..90278a1 100644 --- a/normaliz.spec +++ b/normaliz.spec @@ -1,7 +1,7 @@ # # spec file for package normaliz # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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: normaliz -Version: 3.4.0 +Version: 3.4.1 Release: 0 Summary: Tools for computations in affine monoids and rational cones License: GPL-3.0+ @@ -63,8 +63,8 @@ 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: boost-devel -Requires: libnormaliz0 = %version Requires: gmp-devel +Requires: libnormaliz0 = %version %description devel Normaliz is an open source tool for computations in affine monoids, @@ -103,3 +103,5 @@ popd %defattr(-,root,root) %_includedir/libnormaliz/ %_libdir/libnormaliz.so + +%changelog