update to 0.6.32 [release 0.6.32-1mamba;Sat Feb 27 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 20:42:43 +01:00
parent 2a1dde3f7e
commit 682f545c72

View File

@ -4,15 +4,16 @@
%define avahiautoipduserid 65053 %define avahiautoipduserid 65053
Name: avahi Name: avahi
Version: 0.6.31 Version: 0.6.32
Release: 9mamba Release: 1mamba
Summary: A system which facilitates service discovery on a local network Summary: A system which facilitates service discovery on a local network
Group: Applications/Networking Group: Applications/Networking
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://avahi.org URL: http://avahi.org
Source: http://avahi.org/download/avahi-%{version}.tar.gz Source: https://github.com/lathiat/avahi.git/v%{version}/avahi-%{version}.tar.bz2
#Source: http://avahi.org/download/avahi-%{version}.tar.gz
Patch0: avahi-0.6.31-gtk-3.12.patch Patch0: avahi-0.6.31-gtk-3.12.patch
Patch1: avahi-0.6.31-SO_REUSEPORT_may_not_exist_in_running_kernel.patch Patch1: avahi-0.6.31-SO_REUSEPORT_may_not_exist_in_running_kernel.patch
License: LGPL License: LGPL
@ -245,10 +246,12 @@ Header files for development with the Apple Bonjour mDNSResponder compatibility
%prep %prep
%setup -q %setup -q
%patch0 -p1 #%patch0 -p1
%patch1 -p1 #%patch1 -p1
%build %build
./autogen.sh --with-distro=fedora
%configure \ %configure \
--with-distro=fedora \ --with-distro=fedora \
--enable-compat-howl \ --enable-compat-howl \
@ -262,7 +265,10 @@ Header files for development with the Apple Bonjour mDNSResponder compatibility
--disable-mono \ --disable-mono \
--disable-monodoc \ --disable-monodoc \
%endif %endif
--localstatedir=/ --localstatedir=/ \
%ifarch arm
CXXFLAGS="-DQ_NO_PACKED_POINTERS"
%endif
%make %make
@ -558,6 +564,9 @@ fi
%{_libdir}/pkgconfig/libdns_sd.pc %{_libdir}/pkgconfig/libdns_sd.pc
%changelog %changelog
* Sat Feb 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.32-1mamba
- update to 0.6.32
* Fri Dec 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.31-9mamba * Fri Dec 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.31-9mamba
- added patch to work with older kernel (e.g. 3.4) which don't have SO_REUSEADDR - added patch to work with older kernel (e.g. 3.4) which don't have SO_REUSEADDR