Accepting request 602661 from science

- Update to new upstream release 0.94i

OBS-URL: https://build.opensuse.org/request/show/602661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cddlib?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2018-05-04 09:28:33 +00:00 committed by Git OBS Bridge
commit 3719eaf993
4 changed files with 15 additions and 8 deletions

View File

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

3
cddlib-094i.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 30 22:12:36 UTC 2018 - jengelh@inai.de
- Update to new upstream release 0.94i
* The missing definition of dd_set_d function (in the
-DGMPRATIONAL case) was added.
-------------------------------------------------------------------
Mon Dec 25 21:51:31 UTC 2017 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package cddlib
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@ -18,14 +18,14 @@
Name: cddlib
%define lname libcdd0
Version: 0.94h
Version: 0.94i
Release: 0
Summary: Library for finding vertices of convex polytopes
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
Url: https://www.inf.ethz.ch/personal/fukudak/cdd_home/
Source: ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlib-094h.tar.gz
Source: ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlib-094i.tar.gz
Patch1: cddlib-flags.diff
Patch2: cddlib-automake.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -63,7 +63,7 @@ extreme rays of a general convex polyhedron in R^d given by a system
of linear inequalities.
%prep
%setup -qn %name-094h
%setup -qn %name-094i
%patch -P 1 -P 2 -p1
%build