Hello community,

here is the log from the commit of package qhull for openSUSE:Factory checked 
in at 2019-12-02 11:32:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qhull (Old)
 and      /work/SRC/openSUSE:Factory/.qhull.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qhull"

Mon Dec  2 11:32:10 2019 rev:16 rq:752593 version:2019.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qhull/qhull.changes      2017-07-17 
09:11:43.411159732 +0200
+++ /work/SRC/openSUSE:Factory/.qhull.new.4691/qhull.changes    2019-12-02 
11:37:40.618452294 +0100
@@ -1,0 +2,7 @@
+Fri Nov 29 01:55:45 UTC 2019 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de>
+
+- updated to 2019.1 (7.3.2):
+  * A large number of changes, please see included Changes.txt
+- General spec-file cleanups
+
+-------------------------------------------------------------------

Old:
----
  qhull-2015-src-7.2.0.tgz

New:
----
  qhull-2019-src-7.3.2.tgz

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

Other differences:
------------------
++++++ qhull.spec ++++++
--- /var/tmp/diff_new_pack.ZDQE7p/_old  2019-12-02 11:37:41.458452470 +0100
+++ /var/tmp/diff_new_pack.ZDQE7p/_new  2019-12-02 11:37:41.458452470 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qhull
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define sonum   7
-%define srcyear 2015
-%define srcver  7.2.0
-%define libver  7_2_0
+%define srcyear 2019
+%define srcver  7.3.2
+%define libver  7_3_2
 Name:           qhull
-Version:        2015.2
+Version:        2019.1
 Release:        0
 Summary:        Computing convex hulls, Delaunay triangulations and Voronoi 
diagrams
 License:        Qhull
 Group:          Development/Libraries/C and C++
-Url:            http://www.qhull.org
+URL:            http://www.qhull.org
 Source0:        
http://www.qhull.org/download/qhull-%{srcyear}-src-%{srcver}.tgz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-Requires:       libqhull%{sonum}-%{libver} = %{version}
 
 %description
 Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram,
@@ -87,13 +86,18 @@
 %install
 %cmake_install
 rm %{buildroot}%{_libdir}/*.a
+# Fixup wrong location
+%if "%{_lib}" != "lib"
+mv %{buildroot}%{_prefix}/lib/cmake %{buildroot}%{_libdir}/
+%endif
 
 %post -n libqhull%{sonum}-%{libver} -p /sbin/ldconfig
 %postun -n libqhull%{sonum}-%{libver} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc Announce.txt COPYING.txt README.txt REGISTER.txt
+%license COPYING.txt
+%doc src/Changes.txt
 %{_docdir}/%{name}/
 %{_bindir}/qconvex
 %{_bindir}/qdelaunay
@@ -105,7 +109,7 @@
 
 %files -n libqhull%{sonum}-%{libver}
 %defattr(-,root,root)
-%doc COPYING.txt
+%license COPYING.txt
 %{_libdir}/libqhull.so.%{sonum}
 %{_libdir}/libqhull.so.%{srcver}
 %{_libdir}/libqhull_p.so.%{sonum}
@@ -115,12 +119,13 @@
 
 %files devel
 %defattr(-,root,root)
-%doc COPYING.txt
+%license COPYING.txt
 %{_includedir}/libqhull/
 %{_includedir}/libqhull_r/
 %{_includedir}/libqhullcpp/
 %{_libdir}/libqhull.so
 %{_libdir}/libqhull_p.so
 %{_libdir}/libqhull_r.so
+%{_libdir}/cmake/Qhull
 
 %changelog

++++++ qhull-2015-src-7.2.0.tgz -> qhull-2019-src-7.3.2.tgz ++++++
++++ 85189 lines of diff (skipped)


Reply via email to