Hello community,

here is the log from the commit of package gl2ps for openSUSE:Factory checked 
in at 2012-10-07 08:20:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gl2ps (Old)
 and      /work/SRC/openSUSE:Factory/.gl2ps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gl2ps", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gl2ps/gl2ps.changes      2012-04-12 
09:23:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gl2ps.new/gl2ps.changes 2012-10-07 
08:20:57.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Oct  5 20:10:30 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to version 1.3.7:
+  * Minor documentation and build system fixes.
+- Use pkgconfig(gl) instead of Mesa-libGL-devel as build requirement.
+- Removed gl2ps-soversion.patch (fixed upstream).
+
+-------------------------------------------------------------------

Old:
----
  gl2ps-1.3.6.tgz
  gl2ps-soversion.patch

New:
----
  gl2ps-1.3.7.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gl2ps.spec ++++++
--- /var/tmp/diff_new_pack.meMXMW/_old  2012-10-07 08:20:59.000000000 +0200
+++ /var/tmp/diff_new_pack.meMXMW/_new  2012-10-07 08:20:59.000000000 +0200
@@ -15,29 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define so_ver 1
 
 Name:           gl2ps
-Version:        1.3.6
+Version:        1.3.7
 Release:        0
-License:        LGPL-2.0+ or SUSE-GL2PS-2.0
 Summary:        OpenGL to PostScript Printing Library
-Url:            http://www.geuz.org/gl2ps/
+License:        LGPL-2.0+ or SUSE-GL2PS-2.0
 Group:          System/Libraries
-Source0:        http://www.geuz.org/gl2ps/src/%{name}-%{version}.tgz
-# PATCH-FIX-OPENSUSE gl2ps-soversion.patch asterios.dra...@gmail.com -- Fix 
missing SO version (taken from Fedora)
-Patch0:         gl2ps-soversion.patch
+Url:            http://www.geuz.org/gl2ps/
+Source0:        http://geuz.org/gl2ps/src/%{name}-%{version}.tgz
 # PATCH-FIX-OPENSUSE no-copy-dt-needed-entries.patch asterios.dra...@gmail.com 
-- Fix linking with --no-copy-dt-needed-entries
-Patch1:         no-copy-dt-needed-entries.patch
-%if 0%{?suse_version} > 1210
-BuildRequires:  Mesa-libGL-devel
-%else
-BuildRequires:  Mesa-devel
-%endif
+Patch0:         no-copy-dt-needed-entries.patch
 BuildRequires:  cmake
 BuildRequires:  freeglut-devel
 BuildRequires:  libpng-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(gl)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -87,8 +82,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-source
-%patch0 -p1
-%patch1
+%patch0
 
 %build
 mkdir build

++++++ gl2ps-1.3.6.tgz -> gl2ps-1.3.7.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gl2ps-1.3.6-source/CMakeLists.txt 
new/gl2ps-1.3.7-source/CMakeLists.txt
--- old/gl2ps-1.3.6-source/CMakeLists.txt       2011-08-14 19:15:31.000000000 
+0200
+++ new/gl2ps-1.3.7-source/CMakeLists.txt       2012-09-02 11:07:33.000000000 
+0200
@@ -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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gl2ps-1.3.6-source/gl2ps.c 
new/gl2ps-1.3.7-source/gl2ps.c
--- old/gl2ps-1.3.6-source/gl2ps.c      2011-08-14 19:15:31.000000000 +0200
+++ new/gl2ps-1.3.7-source/gl2ps.c      2012-09-02 11:07:33.000000000 +0200
@@ -1,6 +1,6 @@
 /*
  * 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:
@@ -20,8 +20,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library in the file named "COPYING.LGPL";
- * if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
- * Cambridge, MA 02139, USA.
+ * if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * You should have received a copy of the GL2PS License with this
  * library in the file named "COPYING.GL2PS"; if not, I will be glad
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gl2ps-1.3.6-source/gl2ps.h 
new/gl2ps-1.3.7-source/gl2ps.h
--- old/gl2ps-1.3.6-source/gl2ps.h      2011-08-14 19:15:31.000000000 +0200
+++ new/gl2ps-1.3.7-source/gl2ps.h      2012-09-02 11:07:33.000000000 +0200
@@ -1,6 +1,6 @@
 /*
  * 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:
@@ -20,8 +20,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library in the file named "COPYING.LGPL";
- * if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
- * Cambridge, MA 02139, USA.
+ * if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * You should have received a copy of the GL2PS License with this
  * library in the file named "COPYING.GL2PS"; if not, I will be glad
@@ -80,14 +80,14 @@
 
 #define GL2PS_MAJOR_VERSION 1
 #define GL2PS_MINOR_VERSION 3
-#define GL2PS_PATCH_VERSION 6
+#define GL2PS_PATCH_VERSION 7
 #define GL2PS_EXTRA_VERSION ""
 
 #define GL2PS_VERSION (GL2PS_MAJOR_VERSION + \
                        0.01 * GL2PS_MINOR_VERSION + \
                        0.0001 * GL2PS_PATCH_VERSION)
 
-#define GL2PS_COPYRIGHT "(C) 1999-2011 C. Geuzaine"
+#define GL2PS_COPYRIGHT "(C) 1999-2012 C. Geuzaine"
 
 /* Output file formats (the values and the ordering are important!) */
 
Files old/gl2ps-1.3.6-source/gl2ps.pdf and new/gl2ps-1.3.7-source/gl2ps.pdf 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gl2ps-1.3.6-source/gl2ps.tex 
new/gl2ps-1.3.7-source/gl2ps.tex
--- old/gl2ps-1.3.6-source/gl2ps.tex    2011-08-14 19:15:31.000000000 +0200
+++ new/gl2ps-1.3.7-source/gl2ps.tex    2012-09-02 11:07:33.000000000 +0200
@@ -1,6 +1,6 @@
 %
 %  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:
@@ -20,8 +20,8 @@
 %
 %  You should have received a copy of the GNU Library General Public
 %  License along with this library in the file named "COPYING.LGPL";
-%  if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-%  Cambridge, MA 02139, USA.
+%  if not, write to the Free Software Foundation, Inc., 51 Franklin
+%  Street, Fifth Floor, Boston, MA 02110-1301, USA.
 %
 %  You should have received a copy of the GL2PS License with this
 %  library in the file named "COPYING.GL2PS"; if not, I will be glad
@@ -32,7 +32,7 @@
 %
 %  Please report all bugs and problems to <gl...@geuz.org>.
 
-%%tth: \begin{html}<link href="/general.css" rel="stylesheet" 
type="text/css"><title>GL2PS: an OpenGL to PostScript printing 
library</title>\end{html}
+%%tth: \begin{html}<link href="http://geuz.org/geuz.css"; rel="stylesheet" 
type="text/css"> <style type="text/css"> h3 { border-bottom: 0; 
}</style><title>GL2PS: an OpenGL to PostScript printing 
library</title>\end{html}
 
 \documentclass[10pt]{article}
 
@@ -62,24 +62,28 @@
 
 \title{GL2PS: an OpenGL to PostScript printing library}
 \author{Christophe Geuzaine}
-\date{Version 1.3.6, August 14 2011}
+\date{Version 1.3.7, September 2 2012}
 
 \maketitle
 
 \special{html:<center>
-<table width="50%" cellspacing="2" cellpadding="2" border="0">
-<tr>
-<td><a href="http://geuz.org/gl2ps/outBspCulledCompressed.ps.gz";><img
+<table width="50%" style="border:0;padding:4px;">
+<tr style="border:0;padding:4px;">
+<td style="border:0;padding:4px;"><a 
+     href="http://geuz.org/gl2ps/outBspCulledCompressed.ps.gz";><img
      src="http://geuz.org/gl2ps/outThumbnail.png"; alt="PS"></a></td>
-<td><a href="http://geuz.org/gl2ps/outBspCulledCompressed.eps.gz";><img
+<td style="border:0;padding:4px;"><a 
+     href="http://geuz.org/gl2ps/outBspCulledCompressed.eps.gz";><img
      src="http://geuz.org/gl2ps/outThumbnail.png"; alt="EPS"></a></td>
-<td><a href="http://geuz.org/gl2ps/outBspCulledCompressed.pdf";><img
+<td style="border:0;padding:4px;"><a
+     href="http://geuz.org/gl2ps/outBspCulledCompressed.pdf";><img
      src="http://geuz.org/gl2ps/outThumbnail.png"; alt="PDF"></a></td>
-<td><a href="http://geuz.org/gl2ps/outBspCulledCompressed.svgz";><img
+<td style="border:0;padding:4px;"><a 
+     href="http://geuz.org/gl2ps/outBspCulledCompressed.svgz";><img
      src="http://geuz.org/gl2ps/outThumbnail.png"; alt="SVG"></a></td>
 </tr>
-<tr>
-<td colspan="4"><small><em>Example: compressed
+<tr style="border:0;padding:4px;">
+<td colspan="4" style="border:0;padding:4px;"><small><em>Example: compressed
 <a href="http://geuz.org/gl2ps/outBspCulledCompressed.ps.gz";>PS</a>,
 <a href="http://geuz.org/gl2ps/outBspCulledCompressed.eps.gz";>EPS</a>,
 <a href="http://geuz.org/gl2ps/outBspCulledCompressed.pdf";>PDF</a> and
@@ -95,7 +99,7 @@
 </center>
 <h2>Download</h2>
 The latest stable version of GL2PS is <a
-href="http://geuz.org/gl2ps/src/gl2ps-1.3.6.tgz";>gl2ps-1.3.6.tgz</a>.  Older
+href="http://geuz.org/gl2ps/src/gl2ps-1.3.7.tgz";>gl2ps-1.3.7.tgz</a>.  Older
 versions and nightly source snapshots are available <a
 href="http://geuz.org/gl2ps/src/";>here</a>.  For read-only svn access use:
 '<code>svn co https://geuz.org/svn/gl2ps/trunk gl2ps</code>' (username:
@@ -109,6 +113,17 @@
 href="http://geuz.org/mailman/listinfo/gl2ps-announce/";>gl2ps-announce</a>
 mailing list to be notified automatically when a new version of GL2PS is
 released.
+<p>
+  <form action="https://www.paypal.com/cgi-bin/webscr"; method="post">
+  <input type="hidden" name="cmd" value="_xclick">
+  <input type="hidden" name="business" value="pay...@geuz.org">
+  <input type="hidden" name="item_name" value="GL2PS donation">
+  <input type="hidden" name="no_note" value="1">
+  <input type="hidden" name="currency_code" value="USD">
+  <input type="hidden" name="tax" value="0">
+  <input type="image" src="/images/donation.gif" name="submit"
+         alt="Make a donation with PayPal">
+  </form>
 <h2>Documentation</h2>}
 
 \tableofcontents
@@ -1025,19 +1040,13 @@
 \item[1.3.6] (Aug 14, 2011) Added support for PixelZoom (set using
   glPixelZoom) in postscript images; fixed text rotation in TeX; added
   support for text alignment in SVG; fixed other minor bugs.
+\item[1.3.7] (Sep 2, 2012) Minor documentation and build system fixes.
 \end{description}
 
-\special{html:<p>
-  <form action="https://www.paypal.com/cgi-bin/webscr"; method="post">
-  <input type="hidden" name="cmd" value="_xclick">
-  <input type="hidden" name="business" value="geuza...@acm.caltech.edu">
-  <input type="hidden" name="item_name" value="GL2PS donation">
-  <input type="hidden" name="no_note" value="1">
-  <input type="hidden" name="currency_code" value="USD">
-  <input type="hidden" name="tax" value="0">
-  <input type="image" src="/images/donation.gif" name="submit"
-         alt="Make a donation with PayPal">
-  </form>
-  <p>Back to <a href="/">geuz.org</a>}
+\special{html:
+<h2>Documentation translations</h2>
+<p>
+<a href="http://www.webhostinghub.com/support/by/edu/gl2ps-an-uk";>Ukrainian 
translation</a><br>
+<p>Back to <a href="/">geuz.org</a>}
 
 \end{document}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gl2ps-1.3.6-source/gl2psTest.c 
new/gl2ps-1.3.7-source/gl2psTest.c
--- old/gl2ps-1.3.6-source/gl2psTest.c  2011-08-14 19:15:31.000000000 +0200
+++ new/gl2ps-1.3.7-source/gl2psTest.c  2012-09-02 11:07:33.000000000 +0200
@@ -1,6 +1,6 @@
 /*
  * GL2PS, an OpenGL to PostScript Printing Library
- * Copyright (C) 1999-2011 Christophe Geuzaine <g...@geuz.org>
+ * Copyright (C) 1999-2012 Christophe Geuzaine <g...@geuz.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of either:
@@ -20,8 +20,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library in the file named "COPYING.LGPL";
- * if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
- * Cambridge, MA 02139, USA.
+ * if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * You should have received a copy of the GL2PS License with this
  * library in the file named "COPYING.GL2PS"; if not, I will be glad
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gl2ps-1.3.6-source/gl2psTestSimple.c 
new/gl2ps-1.3.7-source/gl2psTestSimple.c
--- old/gl2ps-1.3.6-source/gl2psTestSimple.c    2011-08-14 19:15:31.000000000 
+0200
+++ new/gl2ps-1.3.7-source/gl2psTestSimple.c    2012-09-02 11:07:33.000000000 
+0200
@@ -1,6 +1,6 @@
 /*
  * GL2PS, an OpenGL to PostScript Printing Library
- * Copyright (C) 1999-2011 Christophe Geuzaine <g...@geuz.org>
+ * Copyright (C) 1999-2012 Christophe Geuzaine <g...@geuz.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of either:
@@ -20,8 +20,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library in the file named "COPYING.LGPL";
- * if not, write to the Free Software Foundation, Inc., 675 Mass Ave,
- * Cambridge, MA 02139, USA.
+ * if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * You should have received a copy of the GL2PS License with this
  * library in the file named "COPYING.GL2PS"; if not, I will be glad

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to