Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qwt for openSUSE:Factory checked in at 2024-02-22 20:56:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qwt (Old) and /work/SRC/openSUSE:Factory/.qwt.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qwt" Thu Feb 22 20:56:20 2024 rev:18 rq:1148819 version:5.2.3_qt5+git20181129.2819734 Changes: -------- --- /work/SRC/openSUSE:Factory/qwt/qwt.changes 2019-09-11 10:41:08.987211971 +0200 +++ /work/SRC/openSUSE:Factory/.qwt.new.1706/qwt.changes 2024-02-22 20:56:22.330475294 +0100 @@ -1,0 +2,12 @@ +Tue Feb 20 19:39:16 UTC 2024 - Atri Bhattacharya <[email protected]> + +- Rename generically named man file "deprecated" to + "qwt-deprecated". + +------------------------------------------------------------------- +Tue Feb 20 14:05:49 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qwt.spec ++++++ --- /var/tmp/diff_new_pack.OOH2bN/_old 2024-02-22 20:56:22.942497600 +0100 +++ /var/tmp/diff_new_pack.OOH2bN/_new 2024-02-22 20:56:22.942497600 +0100 @@ -1,7 +1,7 @@ # # spec file for package qwt # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -79,8 +79,6 @@ Summary: Development documentation for Qwt Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} -# Both provide deprecated(3) man page -Conflicts: libftdi1-devel Provides: libqwt5-devel-doc = %{version} Obsoletes: libqwt5-devel-doc < %{version} @@ -89,8 +87,7 @@ as is it created by doxygen. %prep -%setup -q -n qwt-%{version} -%patch0 -p1 +%autosetup -p1 -n qwt-%{version} # qmake is so fun... sed -i 's|headers.path = \$\$\[QT_INSTALL_HEADERS\]/qwt5-qt5|headers.path = %{_libqt5_includedir}/qwt5|' qwtconfig.pri @@ -107,6 +104,9 @@ %install %qmake5_install +# Rename generically named man file +mv %{buildroot}%{_mandir}/man3/deprecated.3 %{buildroot}%{_mandir}/man3/%{name}-deprecated.3 + %fdupes -s %{buildroot} %post -n %{lname} -p /sbin/ldconfig
