From 682f545c725699e40d8c741de197a5ea757f05b0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:42:43 +0100 Subject: [PATCH] update to 0.6.32 [release 0.6.32-1mamba;Sat Feb 27 2016] --- avahi.spec | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/avahi.spec b/avahi.spec index 70f882c..0ba0c93 100644 --- a/avahi.spec +++ b/avahi.spec @@ -4,15 +4,16 @@ %define avahiautoipduserid 65053 Name: avahi -Version: 0.6.31 -Release: 9mamba +Version: 0.6.32 +Release: 1mamba Summary: A system which facilitates service discovery on a local network Group: Applications/Networking Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 Patch1: avahi-0.6.31-SO_REUSEPORT_may_not_exist_in_running_kernel.patch License: LGPL @@ -245,10 +246,12 @@ Header files for development with the Apple Bonjour mDNSResponder compatibility %prep %setup -q -%patch0 -p1 -%patch1 -p1 +#%patch0 -p1 +#%patch1 -p1 %build +./autogen.sh --with-distro=fedora + %configure \ --with-distro=fedora \ --enable-compat-howl \ @@ -262,7 +265,10 @@ Header files for development with the Apple Bonjour mDNSResponder compatibility --disable-mono \ --disable-monodoc \ %endif - --localstatedir=/ + --localstatedir=/ \ +%ifarch arm + CXXFLAGS="-DQ_NO_PACKED_POINTERS" +%endif %make @@ -558,6 +564,9 @@ fi %{_libdir}/pkgconfig/libdns_sd.pc %changelog +* Sat Feb 27 2016 Silvan Calarco 0.6.32-1mamba +- update to 0.6.32 + * Fri Dec 05 2014 Silvan Calarco 0.6.31-9mamba - added patch to work with older kernel (e.g. 3.4) which don't have SO_REUSEADDR