Hello community,

here is the log from the commit of package apache2-mod_dnssd for 
openSUSE:Factory checked in at 2014-10-16 18:15:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_dnssd (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_dnssd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_dnssd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_dnssd/apache2-mod_dnssd.changes      
2012-01-20 20:22:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2-mod_dnssd.new/apache2-mod_dnssd.changes 
2014-10-16 18:17:17.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 15 08:47:46 UTC 2014 - pgaj...@suse.com
+
+- fixed loading for apache 2.4 [bnc#850825]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache2-mod_dnssd.spec ++++++
--- /var/tmp/diff_new_pack.yGwhup/_old  2014-10-16 18:17:18.000000000 +0200
+++ /var/tmp/diff_new_pack.yGwhup/_new  2014-10-16 18:17:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_dnssd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           apache2-mod_dnssd
 %define _name   mod_dnssd
 Summary:        Apache2 module for Zeroconf support via DNS-SD
@@ -41,6 +42,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define apxs /usr/sbin/apxs2
 %define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
+%define apache_branch     %(rpm -q --qf %%{version} apache2 | grep -E -o 
"2\\.[0-9]+")
 
 %description
 mod_dnssd is an Apache HTTPD module which adds Zeroconf support via
@@ -51,6 +53,9 @@
 %patch0 -p1
 
 %build
+%if "%{apache_branch}" == "2.4"
+sed -i 's/unixd_setup_child/ap_&/' src/mod_dnssd.c
+%endif
 %configure \
        --disable-lynx 
 make %{?_smp_mflags}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to