octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: There is an update to gl2ps available


From: Daniel J Sebald
Subject: Re: There is an update to gl2ps available
Date: Sun, 02 Sep 2012 14:20:06 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 09/02/2012 01:16 PM, Ben Abbott wrote:
Anyone have time to test this release and submit a changeset?

        http://geuz.org/gl2ps/

Ben

A recursive diff on the 1.3.6 and 1.3.7 source trees show mainly differences in documentation and copyright. The following is the only consequential change:

address@hidden gl2ps]$ diff -ur gl2ps-1.3.6-source/ gl2ps-1.3.7-source/
diff -ur gl2ps-1.3.6-source/CMakeLists.txt gl2ps-1.3.7-source/CMakeLists.txt
--- gl2ps-1.3.6-source/CMakeLists.txt   2011-08-14 12:15:31.000000000 -0500
+++ gl2ps-1.3.7-source/CMakeLists.txt   2012-09-02 04:07:33.000000000 -0500
@@ -1,5 +1,5 @@
 #  GL2PS, an OpenGL to PostScript Printing Library
-#  Copyright (C) 1999-2011 C. Geuzaine
+#  Copyright (C) 1999-2012 C. Geuzaine
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of either:
@@ -49,7 +49,7 @@

 set(GL2PS_MAJOR_VERSION 1)
 set(GL2PS_MINOR_VERSION 3)
-set(GL2PS_PATCH_VERSION 6)
+set(GL2PS_PATCH_VERSION 7)
 set(GL2PS_EXTRA_VERSION "" CACHE STRING "GL2PS extra version string")

 set(GL2PS_VERSION "${GL2PS_MAJOR_VERSION}.${GL2PS_MINOR_VERSION}")
@@ -116,7 +116,7 @@
set_target_properties(shared PROPERTIES COMPILE_FLAGS "-DGL2PSDLL -DGL2PSDLL_EXPORTS")
   endif(MSVC)

-  install(TARGETS lib shared DESTINATION lib)
+  install(TARGETS lib shared DESTINATION lib${LIB_SUFFIX})
 endif(OPENGL_FOUND)

 if(WIN32)


Although I did send an email to the discussion list about the "index" shadowing problem, nothing has changed to address that:

http://www.geuz.org/pipermail/gl2ps/2012/thread.html

Dan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]