diff --git a/distro/debian.changelog b/distro/debian.changelog index ed64f864..8c43f433 100644 --- a/distro/debian.changelog +++ b/distro/debian.changelog @@ -1,3 +1,9 @@ +kdsoap (2.2.0) final; urgency=low + + * 2.2.0 final release + + -- Allen Winter Sun, 07 Jan 2024 11:30:00 -0500 + kdsoap (2.1.1) final; urgency=low * 2.1.1 bugfix release diff --git a/distro/qt5-kdsoap.dsc b/distro/qt5-kdsoap.dsc index 20262dd4..64aa62a5 100644 --- a/distro/qt5-kdsoap.dsc +++ b/distro/qt5-kdsoap.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: kdsoap -Version: 2.1.1-1 +Version: 2.2.0-1 Binary: kdsoap Maintainer: Allen Winter Architecture: any Build-Depends: debhelper (>=9), cdbs, cmake, qtbase5-dev Files: - 00000000000000000000000000000000 00000 qt5-kdsoap-2.1.1.tar.gz + 00000000000000000000000000000000 00000 qt5-kdsoap-2.2.0.tar.gz diff --git a/distro/qt5-kdsoap.spec b/distro/qt5-kdsoap.spec index ec9ea35d..9b0fed3d 100644 --- a/distro/qt5-kdsoap.spec +++ b/distro/qt5-kdsoap.spec @@ -1,5 +1,5 @@ Name: qt5-kdsoap -Version: 2.1.1 +Version: 2.2.0 Release: 1 Summary: A Qt5-based client-side and server-side SOAP component Source0: %{name}-%{version}.tar.gz @@ -92,6 +92,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=True -DCMAKE_BUILD_TYPE=R %endif %changelog +* Sun Jan 07 2024 Allen Winter 2.2.0 + 2.2.0 * Mon Sep 12 2022 Allen Winter 2.1.1 2.1.1 * Sun Sep 11 2022 Allen Winter 2.1.0 diff --git a/distro/qt6-kdsoap.dsc b/distro/qt6-kdsoap.dsc index 414940da..231405bc 100644 --- a/distro/qt6-kdsoap.dsc +++ b/distro/qt6-kdsoap.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: kdsoap -Version: 2.1.1-1 +Version: 2.2.0-1 Binary: kdsoap Maintainer: Allen Winter Architecture: any Build-Depends: debhelper (>=9), cdbs, cmake, qt6-base-dev, libgl1-mesa-dev Files: - 00000000000000000000000000000000 00000 qt6-kdsoap-2.1.1.tar.gz + 00000000000000000000000000000000 00000 qt6-kdsoap-2.2.0.tar.gz diff --git a/distro/qt6-kdsoap.spec b/distro/qt6-kdsoap.spec index 51e06c7d..d079078a 100644 --- a/distro/qt6-kdsoap.spec +++ b/distro/qt6-kdsoap.spec @@ -1,5 +1,5 @@ Name: qt6-kdsoap -Version: 2.1.1 +Version: 2.2.0 Release: 1 Summary: A Qt6-based client-side and server-side SOAP component Source0: %{name}-%{version}.tar.gz @@ -70,21 +70,18 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKDSoap_QT6=True -DCMAKE_SKIP_RPATH=True -D %files devel %defattr(-,root,root) -%if 0%{?fedora} > 35 -%{_libdir}/qt6/mkspecs/modules/* -%endif -#%dir %{_prefix}/share/mkspecs -#%dir %{_prefix}/share/mkspecs/features -#%{_prefix}/share/mkspecs/features/kdsoap.prf %{_bindir}/kdwsdl2cpp-qt6 -%{_includedir}/KDSoapClient -%{_includedir}/KDSoapServer +%{_includedir}/KDSoapClient-Qt6 +%{_includedir}/KDSoapServer-Qt6 %dir %{_libdir}/cmake/KDSoap-qt6 %{_libdir}/cmake/KDSoap-qt6/* %{_libdir}/libkdsoap-qt6.so %{_libdir}/libkdsoap-server-qt6.so +%{_libdir}/qt6/mkspecs/modules/* %changelog +* Sun Jan 07 2024 Allen Winter 2.2.0 + 2.2.0 * Mon Sep 12 2022 Allen Winter 2.1.1 2.1.1 * Sun Sep 11 2022 Allen Winter 2.1.0