# HG changeset patch # User John W. Eaton # Date 1524590158 14400 # Node ID 292f19dca20dd34ef927b63fda9dd0b64e9a1fb8 # Parent 0a5da48ccaafb499695f7feba7de31fa981912dc of-geometry: fix syntax of DESCRIPTION file diff -r 0a5da48ccaaf -r 292f19dca20d dist-files.mk --- a/dist-files.mk Mon Apr 23 17:14:43 2018 -0400 +++ b/dist-files.mk Tue Apr 24 13:15:58 2018 -0400 @@ -480,6 +480,7 @@ of-general-1-symtab-fixes.patch \ of-general.mk \ of-generate_html.mk \ + of-geometry-1-fixes.patch \ of-geometry.mk \ of-gsl.mk \ of-image.mk \ diff -r 0a5da48ccaaf -r 292f19dca20d src/of-geometry-1-fixes.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/of-geometry-1-fixes.patch Tue Apr 24 13:15:58 2018 -0400 @@ -0,0 +1,20 @@ +diff -uNr a/DESCRIPTION b/DESCRIPTION +--- a/DESCRIPTION 2017-03-29 09:52:36.556868803 -0400 ++++ b/DESCRIPTION 2018-04-24 13:13:41.074914449 -0400 +@@ -1,14 +1,10 @@ + Name: geometry + Version: 3.0.0 + Date: 27-03-2017 +-Author: Juan Pablo Carbajal , +-Philip Neuhius , +-Simeon Simeonov , +-David Legland , ++Author: Juan Pablo Carbajal , Philip Neuhius , Simeon Simeonov , David Legland + Maintainer: Juan Pablo Carbajal + Title: Computational Geometry +-Description: Library for geometric computing extending MatGeom functions. +-Useful to create, transform, manipulate and display geometric primitives. ++Description: Library for geometric computing extending MatGeom functions. Useful to create, transform, manipulate and display geometric primitives. + Depends: octave (>= 4.0.1) + Autoload: no + License: GPLv3+, FreeBSD, Boost v1.0