Hello community, here is the log from the commit of package apache2-mod_fcgid for openSUSE:Factory checked in at 2013-01-29 12:01:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache2-mod_fcgid (Old) and /work/SRC/openSUSE:Factory/.apache2-mod_fcgid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2-mod_fcgid", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/apache2-mod_fcgid/apache2-mod_fcgid.changes 2012-02-21 12:14:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.apache2-mod_fcgid.new/apache2-mod_fcgid.changes 2013-01-29 12:01:41.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Jan 28 19:18:09 UTC 2013 - [email protected] + +- Fix build with apache 2.4: apxs2 moved from %{_sbindir} to + %{_bindir}. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache2-mod_fcgid.spec ++++++ --- /var/tmp/diff_new_pack.WdNBFc/_old 2013-01-29 12:01:42.000000000 +0100 +++ /var/tmp/diff_new_pack.WdNBFc/_new 2013-01-29 12:01:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package apache2-mod_fcgid # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,12 @@ Name: apache2-mod_fcgid +%define apache_branch %(rpm -q --qf %%{version} apache2 | grep -E -o "2\\.[0-9]+") +%if "%{apache_branch}" == "2.4" + %define apxs %{_bindir}/apxs2 +%else + %define apxs %{_sbindir}/apxs2 +%endif %define apxs /usr/sbin/apxs2 %define apache_libexecdir %(%{apxs} -q LIBEXECDIR) %define apache_sysconfdir %(%{apxs} -q SYSCONFDIR) @@ -28,7 +34,8 @@ # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: apache2-devel -Requires: apache2 %{apache_mmn} +Requires: %{apache_mmn} +Requires: apache2 # Url: http://httpd.apache.org/mod_fcgid/ Source: http://mirror.synyx.de/apache/httpd/mod_fcgid/mod_fcgid-%{version}.tar.bz2 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
