Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2012-02-16 10:09:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plplot (Old)
 and      /work/SRC/openSUSE:Factory/.plplot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plplot", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plplot/plplot.changes    2011-10-19 
14:09:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes       2012-02-16 
10:09:04.000000000 +0100
@@ -1,0 +2,23 @@
+Mon Feb 13 10:53:50 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Sun Feb 12 17:51:38 UTC 2012 - [email protected]
+
+- Enable lua bindings for factory again, using BuildRequires:
+  pkgconfig(lua) < 5.2.
+
+-------------------------------------------------------------------
+Thu Feb  9 22:45:38 UTC 2012 - [email protected]
+
+- Disable lua bindings for factory, since build fails with
+  lua > 5.1
+
+-------------------------------------------------------------------
+Sun Nov 20 09:29:37 UTC 2011 - [email protected]
+
+- dropped the qhull requirement from the spec-file
+  I've not seen any need of it in the INSTALL/README files
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plplot.spec ++++++
--- /var/tmp/diff_new_pack.XGUdpe/_old  2012-02-16 10:09:05.000000000 +0100
+++ /var/tmp/diff_new_pack.XGUdpe/_new  2012-02-16 10:09:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plplot
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,15 @@
 #
 
 
+%define lua_version 5.1
 
 Name:           plplot
 Version:        5.9.9
-Release:        1
-License:        LGPLv2.1+
+Release:        0
 Summary:        Cross-platform software package for creating scientific plots
-Url:            http://plplot.sourceforge.net/
+License:        LGPL-2.1+
 Group:          Productivity/Scientific/Other
+Url:            http://plplot.sourceforge.net/
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        %{name}-rpmlintrc
 # PATCH-FIX_UPSTREAM plplot-multiarch.patch [email protected] -- Enable 
install on multiple architectures
@@ -33,8 +34,8 @@
 # PATCH-FIX-UPSTREAM plplot-gcc-ada46-libs.patch [email protected] -- Allow 
searching for gcc-ada46 libraries
 Patch2:         plplot-gcc-ada46-libs.patch
 BuildRequires:  cmake
-BuildRequires:  freefont
 BuildRequires:  fdupes
+BuildRequires:  freefont
 BuildRequires:  gcc-ada
 BuildRequires:  gcc-fortran
 #jpeg, gif and png support with libgd has been deprecated from version 5.9.8
@@ -59,7 +60,8 @@
 BuildRequires:  pkgconfig(libagg)
 BuildRequires:  pkgconfig(libgnomeprintui-2.2)
 BuildRequires:  pkgconfig(libgnomeui-2.0)
-BuildRequires:  pkgconfig(lua)
+# Package does not build with lua > 5.1
+BuildRequires:  pkgconfig(lua) < 5.2
 BuildRequires:  pkgconfig(pygtk-2.0)
 BuildRequires:  python-devel
 BuildRequires:  ocaml
@@ -72,10 +74,6 @@
 BuildRequires:  wxGTK-devel
 %endif
 
-%if 0%{?suse_version} > 1130
-BuildRequires:  qhull-devel
-%endif
-
 Requires:       libtool
 Requires:       python-base = %{py_ver}
 Requires:       python-numpy
@@ -117,9 +115,6 @@
 Requires:       gcc-c++
 Requires:       pkgconfig
 Requires:       pkgconfig(freetype2)
-%if 0%{?suse_version} > 1130
-Requires:       qhull-devel
-%endif
 
 %description devel
 PLplot is a library of functions that are useful for making scientific
@@ -254,6 +249,7 @@
 %package java
 
 Summary:        PLplot functions for scientific plotting with Java
+Group:          Productivity/Scientific/Other
 Requires:       %{name} = %{version}
 Requires:       java
 
@@ -500,7 +496,6 @@
         -DENABLE_d:BOOL=ON \\\
         -DENABLE_itcl:BOOL=ON \\\
         -DENABLE_itk:BOOL=ON \\\
-        -DENABLE_lua:BOOL=ON \\\
         -DENABLE_ocaml:BOOL=ON \\\
         -DENABLE_tk:BOOL=ON \\\
         -DHAVE_PTHREAD:BOOL=ON \\\
@@ -521,7 +516,9 @@
         -DBUILD_DOC:BOOL=OFF \\\
         -DPREBUILT_DOC:BOOL=ON \\\
         -DJAVAWRAPPER_DIR:PATH="%{_libdir}/plplot%{version}" \\\
-        -DBUILD_TEST:BOOL=OFF ..
+        -DBUILD_TEST:BOOL=OFF \\\
+        -DENABLE_lua:BOOL=ON \\\
+        ..
 
 #Deprecated since 5.9.8
 #        -DPLD_jpeg:BOOL=ON \\\
@@ -718,7 +715,7 @@
 
 %files lua
 %defattr(-,root,root)
-%{_libdir}/lua/5.1/plplot/
+%{_libdir}/lua/%{lua_version}/plplot/
 %{_datadir}/plplot%{version}/examples/lua/
 %{_datadir}/plplot%{version}/examples/test_lua.sh
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to