Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dcmtk for openSUSE:Factory checked 
in at 2024-02-22 21:01:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dcmtk (Old)
 and      /work/SRC/openSUSE:Factory/.dcmtk.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dcmtk"

Thu Feb 22 21:01:07 2024 rev:28 rq:1149572 version:3.6.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/dcmtk/dcmtk.changes      2024-02-02 
15:45:38.677154653 +0100
+++ /work/SRC/openSUSE:Factory/.dcmtk.new.1706/dcmtk.changes    2024-02-22 
21:02:09.459151600 +0100
@@ -1,0 +2,6 @@
+Thu Feb 22 11:09:05 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Use the KDE cmake macros that are guaranteed to not break
+  Leap builds.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dcmtk.spec ++++++
--- /var/tmp/diff_new_pack.ePiI6J/_old  2024-02-22 21:02:10.047173097 +0100
+++ /var/tmp/diff_new_pack.ePiI6J/_new  2024-02-22 21:02:10.051173243 +0100
@@ -30,6 +30,7 @@
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  kf5-filesystem
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig
 BuildRequires:  tcpd-devel
@@ -68,23 +69,23 @@
 %autosetup -p1
 
 %build
-%cmake \
+%{cmake_kf5 -d build -- \
  -DBUILD_SHARED_LIBS=ON \
  -DDCMTK_WITH_XML=ON \
  -DDCMTK_WITH_OPENSSL=ON \
  -DDCMTK_WITH_SNDFILE=ON \
- -DDCMTK_WITH_ZLIB=ON
+ -DDCMTK_WITH_ZLIB=ON}
 
 %cmake_build
 
 %install
-%cmake_install
+%kf5_makeinstall -C build
 
 # Remove zero-length file (fix rpmlint warning)
 rm %{buildroot}%{_datadir}/dcmtk-%{version}/wlistdb/OFFIS/lockfile
 
 # Move doc files from /usr/share/doc/dcmtk-<version> to 
/usr/share/doc/packages/dcmtk/
-mkdir %{buildroot}%{_docdir}
+mkdir -p %{buildroot}%{_docdir}
 mv %{buildroot}%{_datadir}/doc/%{name}-%{version} %{buildroot}%{_docdir}/dcmtk
 
 # Install README file to documentation

Reply via email to