Hello community,

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

Package is "qhull"

Mon Feb  3 11:10:50 2020 rev:17 rq:769056 version:2019.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qhull/qhull.changes      2019-12-02 
11:37:40.618452294 +0100
+++ /work/SRC/openSUSE:Factory/.qhull.new.26092/qhull.changes   2020-02-03 
11:10:57.533773380 +0100
@@ -1,0 +2,8 @@
+Thu Jan 30 12:07:11 UTC 2020 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de>
+
+- Correct name of the library package according to SLPP - the
+  current and older versions both packaged libqhull.so.7, but due
+  to the full version in the package name (libqhull7-7_3_2) it
+  was not considered an update of the old one (libqhull7-7_2_0).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qhull.spec ++++++
--- /var/tmp/diff_new_pack.iW7Z53/_old  2020-02-03 11:10:58.193773714 +0100
+++ /var/tmp/diff_new_pack.iW7Z53/_new  2020-02-03 11:10:58.197773716 +0100
@@ -19,7 +19,6 @@
 %define sonum   7
 %define srcyear 2019
 %define srcver  7.3.2
-%define libver  7_3_2
 Name:           qhull
 Version:        2019.1
 Release:        0
@@ -43,11 +42,15 @@
 non-convex surfaces, mesh generation of non-convex objects, or medium-sized
 inputs in 9-D and higher.
 
-%package -n libqhull%{sonum}-%{libver}
+%package -n libqhull%{sonum}
 Summary:        Computing convex hulls, Delaunay triangulations and Voronoi 
diagrams
 Group:          System/Libraries
+# Bad naming of old packages, conflicts on the file level (libqhull.so.7)
+Obsoletes: libqhull%{sonum}-7_3_2 < %{version}-%{release}
+Provides:  libqhull%{sonum}-7_3_2 = %{version}-%{release}
+Obsoletes: libqhull%{sonum}-7_2_0 < %{version}
 
-%description -n libqhull%{sonum}-%{libver}
+%description -n libqhull%{sonum}
 Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram,
 halfspace intersection about a point, furthest-site Delaunay triangulation,
 and furthest-site Voronoi diagram. The source code runs in 2D
@@ -91,8 +94,8 @@
 mv %{buildroot}%{_prefix}/lib/cmake %{buildroot}%{_libdir}/
 %endif
 
-%post -n libqhull%{sonum}-%{libver} -p /sbin/ldconfig
-%postun -n libqhull%{sonum}-%{libver} -p /sbin/ldconfig
+%post -n libqhull%{sonum} -p /sbin/ldconfig
+%postun -n libqhull%{sonum} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -107,7 +110,7 @@
 %{_bindir}/rbox
 %{_mandir}/man1/*
 
-%files -n libqhull%{sonum}-%{libver}
+%files -n libqhull%{sonum}
 %defattr(-,root,root)
 %license COPYING.txt
 %{_libdir}/libqhull.so.%{sonum}


Reply via email to