Hello community,

here is the log from the commit of package qhull for openSUSE:Factory checked 
in at 2012-03-09 21:26:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qhull (Old)
 and      /work/SRC/openSUSE:Factory/.qhull.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qhull", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/qhull/qhull.changes      2011-12-08 
11:31:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qhull.new/qhull.changes 2012-03-09 
21:27:00.000000000 +0100
@@ -1,0 +2,37 @@
+Thu Mar  8 17:07:15 UTC 2012 - [email protected]
+
+- license update: SUSE-Qhull
+  Use SUSE- proprietary prefix until Qhull (incidentially, also the Fedora
+  designation for the license) is accepted upstream at spdx.org
+
+-------------------------------------------------------------------
+Thu Feb 23 14:39:46 UTC 2012 - [email protected]
+
+- Add some detail about the version update to 2012.1
+
+-------------------------------------------------------------------
+Wed Feb 22 10:47:52 UTC 2012 - [email protected]
+
+- updated to 2012.1.2 (6_3_1_1494)
+  - upstreamed liblibname.patch
+
+-------------------------------------------------------------------
+Tue Feb 21 10:26:08 UTC 2012 - [email protected]
+
+- updated to 2012.1.1 (6_3_1_1490):
+  - Require option 'Qz' for Delaunay triangulation/Voronoi diagram 
+    of cocircular/cospherical points [D. Sheehy]
+  - qh_errexit: Do not call qh_printsummary or qh_printstats on qh_ERRinput
+  - Change error QH6227 (all degenerate) from qh_ERRinput to qh_ERRprec
+  - Change error QH6159 (ID overflow) from qh_ERRinput to qh_ERRqhull
+  - eg/q_eg, q_egtest, q_test: Run if qconvex is in $PATH [M. Atzeri]
+
+-------------------------------------------------------------------
+Mon Jan 30 08:16:55 UTC 2012 - [email protected]
+
+- updated to 2012.1:
+  - Add config to distribution
+  - Add testqset to config build
+  - config/bootstrap.sh copies program files into src/libqhull
+
+-------------------------------------------------------------------

Old:
----
  qhull-2011.1.tar.bz2

New:
----
  qhull-2012.1-src.tgz

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

Other differences:
------------------
++++++ qhull.spec ++++++
--- /var/tmp/diff_new_pack.PTLwH8/_old  2012-03-09 21:27:03.000000000 +0100
+++ /var/tmp/diff_new_pack.PTLwH8/_new  2012-03-09 21:27:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qhull
 #
-# 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
@@ -17,19 +17,21 @@
 
 
 %define sonum   6 
-%define libver  6_2_0_1385 
+%define ver     2012.1
+%define libver  6_3_1_1494
 
 Name:           qhull
-Version:        2011.1
+Version:        %{ver}.2
 Release:        0
-License:        Other License(s), see package
-Group:          System/Libraries
 Url:            http://www.qhull.org
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        %{name}-%{ver}-src.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  cmake gcc-c++
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
 Requires:       libqhull%{sonum}-%{libver} = %{version}
 Summary:        Computing convex hulls, Delaunay triangulations and Voronoi 
diagrams
+License:        SUSE-Qhull
+Group:          System/Libraries
 
 %description
 Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, 
@@ -62,8 +64,8 @@
 
 %package devel
 Summary:        Development and documentation files for qhull
-Requires:       qhull = %{version}
 Group:          Development/Libraries/Other
+Requires:       qhull = %{version}
 
 %description devel
 Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram,
@@ -79,20 +81,19 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{ver}
 
 %build
 cd build
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DMAN_INSTALL_DIR=%{_mandir}/man1/ 
-DLIB_INSTALL_DIR=%{_libdir} ..
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DMAN_INSTALL_DIR=%{_mandir}/man1/ 
-DLIB_INSTALL_DIR=%{_libdir} -DDOC_INSTALL_DIR=%{_docdir}/%{name} ..
 make %{?jobs:-j%jobs}
 
 %install
 cd build
 make DESTDIR=$RPM_BUILD_ROOT install
 cd ..
-rm $RPM_BUILD_ROOT%{_bindir}/user_eg*
 rm $RPM_BUILD_ROOT%{_libdir}/*.a
 mkdir $RPM_BUILD_ROOT%{_docdir}/%{name}/devel
 mv $RPM_BUILD_ROOT%{_docdir}/%{name}/*.* 
$RPM_BUILD_ROOT%{_docdir}/%{name}/devel
@@ -123,14 +124,16 @@
 
 %files -n libqhull%{sonum}-%{libver}
 %defattr(-,root,root)
-%{_libdir}/libqhull%{sonum}.so.*
+%{_libdir}/libqhull_p.so.*
+%{_libdir}/libqhull.so.*
 %dir %{_docdir}/%{name}-%{libver}
 %{_docdir}/%{name}-%{libver}/COPYING.txt
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/*
-%{_libdir}/libqhull%{sonum}.so
+%{_libdir}/libqhull_p.so
+%{_libdir}/libqhull.so
 %{_mandir}/man1/*
 %{_docdir}/%{name}/devel
 

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

Reply via email to