Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dcmtk for openSUSE:Factory checked 
in at 2022-04-25 23:36:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dcmtk (Old)
 and      /work/SRC/openSUSE:Factory/.dcmtk.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dcmtk"

Mon Apr 25 23:36:18 2022 rev:23 rq:972701 version:3.6.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/dcmtk/dcmtk.changes      2021-04-22 
18:05:00.674602618 +0200
+++ /work/SRC/openSUSE:Factory/.dcmtk.new.1538/dcmtk.changes    2022-04-25 
23:36:40.746513271 +0200
@@ -1,0 +2,5 @@
+Mon Apr 25 16:42:29 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Fix the package soname
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dcmtk.spec ++++++
--- /var/tmp/diff_new_pack.fHgULM/_old  2022-04-25 23:36:42.686515989 +0200
+++ /var/tmp/diff_new_pack.fHgULM/_new  2022-04-25 23:36:42.690515994 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%define libname libdcmtk3_6
 %define abiversion 16
 Name:           dcmtk
 Version:        3.6.6
@@ -51,18 +50,20 @@
 %package devel
 Summary:        Development files for dcmtk
 Group:          Development/Libraries/C and C++
-Requires:       %{libname} = %{version}
+Requires:       libdcmtk%{abiversion} = %{version}
 Requires:       tcpd-devel
 
 %description devel
 This package provides development libraries and headers needed to build
 software using dcmtk.
 
-%package -n %{libname}
+%package -n libdcmtk%{abiversion}
 Summary:        DICOM Toolkit
 Group:          System/Libraries
+Provides:       libdcmtk3_6 = %{version}
+Obsoletes:      libdcmtk3_6 < %{version}
 
-%description -n %{libname}
+%description -n libdcmtk%{abiversion}
 DCMTK is a collection of libraries and applications implementing large
 parts the DICOM standard.
 
@@ -97,8 +98,8 @@
 
 %fdupes -s %{buildroot}
 
-%post -n %{libname} -p /sbin/ldconfig
-%postun -n %{libname} -p /sbin/ldconfig
+%post -n libdcmtk%{abiversion} -p /sbin/ldconfig
+%postun -n libdcmtk%{abiversion} -p /sbin/ldconfig
 
 %files
 %license COPYRIGHT
@@ -116,7 +117,7 @@
 %{_libdir}/*.so
 %{_libdir}/cmake/dcmtk/
 
-%files -n %{libname}
+%files -n libdcmtk%{abiversion}
 %license COPYRIGHT
 %{_libdir}/*.so.%{abiversion}
 %{_libdir}/*.so.%{abiversion}.3.6*

Reply via email to