Compare commits

..

17 Commits

Author SHA1 Message Date
3ade066ab0 automatic version update by autodist [release 5.105.0-1mamba;Sun Apr 09 2023] 2024-01-06 01:19:55 +01:00
ca71595de7 automatic version update by autodist [release 5.104.0-1mamba;Sat Mar 11 2023] 2024-01-06 01:19:55 +01:00
858dd59551 automatic version update by autodist [release 5.103.0-1mamba;Sun Feb 12 2023] 2024-01-06 01:19:54 +01:00
a0b0846fba automatic version update by autodist [release 5.102.0-1mamba;Mon Jan 16 2023] 2024-01-06 01:19:54 +01:00
b052398a7d automatic version update by autodist [release 5.101.0-1mamba;Sun Dec 11 2022] 2024-01-06 01:19:53 +01:00
61bdd58d6a automatic version update by autodist [release 5.100.0-1mamba;Tue Nov 15 2022] 2024-01-06 01:19:53 +01:00
6eebdada09 automatic version update by autodist [release 5.99.0-1mamba;Tue Oct 11 2022] 2024-01-06 01:19:53 +01:00
2752026888 automatic version update by autodist [release 5.98.0-1mamba;Mon Sep 12 2022] 2024-01-06 01:19:53 +01:00
b7015e735f automatic version update by autodist [release 5.97.0-1mamba;Tue Aug 16 2022] 2024-01-06 01:19:53 +01:00
36b28cc7df automatic version update by autodist [release 5.96.0-1mamba;Sun Jul 10 2022] 2024-01-06 01:19:53 +01:00
fdfa067f51 automatic version update by autodist [release 5.95.0-1mamba;Mon Jun 13 2022] 2024-01-06 01:19:53 +01:00
82cae3bcba automatic version update by autodist [release 5.94.0-1mamba;Sun May 15 2022] 2024-01-06 01:19:53 +01:00
49ef97f380 automatic version update by autodist [release 5.93.0-1mamba;Sun Apr 10 2022] 2024-01-06 01:19:53 +01:00
87992ae4ed automatic version update by autodist [release 5.92.0-1mamba;Sun Mar 13 2022] 2024-01-06 01:19:53 +01:00
b6439c7d71 automatic version update by autodist [release 5.91.0-1mamba;Tue Feb 15 2022] 2024-01-06 01:19:53 +01:00
ee19fb3cd1 automatic version update by autodist [release 5.90.0-1mamba;Sat Jan 08 2022] 2024-01-06 01:19:53 +01:00
ec99ead29c automatic version update by autodist [release 5.89.0-1mamba;Tue Dec 14 2021] 2024-01-06 01:19:53 +01:00

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kdnssd
Version: 5.88.0
Version: 5.105.0
Release: 1mamba
Summary: Network service discovery using Zeroconf
Group: System/Libraries
@ -20,8 +20,6 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: rpm-macros-kde5
BuildRequires: libQt5Core
BuildRequires: libQt5Network
BuildRequires: libavahi-devel
BuildRequires: libnss-devel
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -81,7 +79,7 @@ This package contains libraries and header files for developing applications tha
%{_kde5_includedir}/KDNSSD/dnssd/*
%dir %{_kde5_includedir}/KDNSSD/kdnssd
%{_kde5_includedir}/KDNSSD/kdnssd/*
%{_kde5_includedir}/kdnssd_version.h
%{_kde5_includedir}/KDNSSD/kdnssd_version.h
%dir %{_libdir}/cmake/KF5DNSSD
%{_libdir}/cmake/KF5DNSSD/KF5DNSSD*.cmake
%{_libdir}/libKF5DNSSD.so
@ -89,6 +87,57 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
* Sun Apr 09 2023 Automatic Build System <autodist@mambasoft.it> 5.105.0-1mamba
- automatic version update by autodist
* Sat Mar 11 2023 Automatic Build System <autodist@mambasoft.it> 5.104.0-1mamba
- automatic version update by autodist
* Sun Feb 12 2023 Automatic Build System <autodist@mambasoft.it> 5.103.0-1mamba
- automatic version update by autodist
* Mon Jan 16 2023 Automatic Build System <autodist@mambasoft.it> 5.102.0-1mamba
- automatic version update by autodist
* Sun Dec 11 2022 Automatic Build System <autodist@mambasoft.it> 5.101.0-1mamba
- automatic version update by autodist
* Tue Nov 15 2022 Automatic Build System <autodist@mambasoft.it> 5.100.0-1mamba
- automatic version update by autodist
* Tue Oct 11 2022 Automatic Build System <autodist@mambasoft.it> 5.99.0-1mamba
- automatic version update by autodist
* Mon Sep 12 2022 Automatic Build System <autodist@mambasoft.it> 5.98.0-1mamba
- automatic version update by autodist
* Tue Aug 16 2022 Automatic Build System <autodist@mambasoft.it> 5.97.0-1mamba
- automatic version update by autodist
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 5.96.0-1mamba
- automatic version update by autodist
* Mon Jun 13 2022 Automatic Build System <autodist@mambasoft.it> 5.95.0-1mamba
- automatic version update by autodist
* Sun May 15 2022 Automatic Build System <autodist@mambasoft.it> 5.94.0-1mamba
- automatic version update by autodist
* Sun Apr 10 2022 Automatic Build System <autodist@mambasoft.it> 5.93.0-1mamba
- automatic version update by autodist
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 5.92.0-1mamba
- automatic version update by autodist
* Tue Feb 15 2022 Automatic Build System <autodist@mambasoft.it> 5.91.0-1mamba
- automatic version update by autodist
* Sat Jan 08 2022 Automatic Build System <autodist@mambasoft.it> 5.90.0-1mamba
- automatic version update by autodist
* Tue Dec 14 2021 Automatic Build System <autodist@mambasoft.it> 5.89.0-1mamba
- automatic version update by autodist
* Sat Nov 13 2021 Automatic Build System <autodist@mambasoft.it> 5.88.0-1mamba
- automatic version update by autodist