Accepting request 370857 from science

- Update to new upstream release 0.94h

OBS-URL: https://build.opensuse.org/request/show/370857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cddlib?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2016-03-26 14:23:16 +00:00 committed by Git OBS Bridge
commit cae1983496
4 changed files with 13 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 12 21:02:34 UTC 2016 - jengelh@inai.de
- Update to new upstream release 0.94h
* One unspecified minor bugfix
-------------------------------------------------------------------
Sat Oct 11 18:22:10 UTC 2014 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package cddlib
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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.94g
Version: 0.94h
Release: 0
Summary: Library for finding vertices of convex polytopes
License: GPL-2.0+
Group: Productivity/Scientific/Math
Url: http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
Source: ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/%name-094g.tar.gz
Source: ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/%name-094h.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-094g
%setup -qn %name-094h
%patch -P 1 -P 2 -p1
%build