Hello community,

here is the log from the commit of package apache2-mod_perl for 
openSUSE:Factory checked in at 2013-04-08 14:25:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_perl (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_perl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_perl", Maintainer is "dlova...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_perl/apache2-mod_perl.changes        
2012-10-12 14:15:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apache2-mod_perl.new/apache2-mod_perl.changes   
2013-04-08 14:25:31.000000000 +0200
@@ -1,0 +2,13 @@
+Sat Apr  6 10:12:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.0.7+svn1448242 (http24 branch):
+  + Fix build with Apache 2.4.
+- Update to version 2.0.7:
+  + Fix breakage caused by removal of PL_uid et al from perl 5.16.0.
+- Drop patch-PL_uid.diff: fixed upstream.
+- Adjust extra.conf setup for the test suite: include the
+  nescessary modules needed to have a valid configuration for the
+  test server: access_compat_module, authn_core_module,
+  authz_core_module and unixd_module.
+
+-------------------------------------------------------------------

Old:
----
  mod_perl-2.0.6.tar.gz
  patch-PL_uid.diff

New:
----
  mod_perl-2.0.7+svn1448242.tar.gz

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

Other differences:
------------------
++++++ apache2-mod_perl.spec ++++++
--- /var/tmp/diff_new_pack.HrM2PP/_old  2013-04-08 14:25:35.000000000 +0200
+++ /var/tmp/diff_new_pack.HrM2PP/_new  2013-04-08 14:25:35.000000000 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package apache2-mod_perl
 #
-# 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
@@ -52,13 +52,11 @@
 Url:            http://perl.apache.org/
 Obsoletes:      mod_perl_2
 Conflicts:      mod_perl
-Version:        2.0.6
+Version:        2.0.7+svn1448242
 Release:        0
 Source0:        http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
 Patch:          %{name}-2.0.4-tests.diff
 Patch1:         lfs-perl-5.14.patch 
-# RT#77129
-Patch2:         patch-PL_uid.diff
 #%define apache_test_version 1_99_15
 # cvs -d :pserver:anon...@cvs.apache.org:/home/cvspublic up -r 
MODPERL_%{apache_test_version}
 #Source1:      Apache-Test-%{apache_test_version}.tar.bz2
@@ -119,11 +117,10 @@
 #%setup -q -n modperl-2.0 -a 1
 %setup -q -n mod_perl-%{version}
 %patch1 -p1
-%patch2
 find -name ".svn" -type d | xargs rm -rfv
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor MP_APXS=`which %{apxs}` 
MP_CCOPTS="$(%{apxs} -q CFLAGS)"
+perl Makefile.PL INSTALLDIRS=vendor MP_APXS=`which %{apxs}` 
MP_APR_CONFIG=/usr/bin/apr-1-config MP_CCOPTS="$(%{apxs} -q CFLAGS)"
 ln -s Apache-mod_perl_guide-1.29/bin bin
 make %{?_smp_mflags}
 # XXX mod_include/SSI does not include files when they are not named .shtml
@@ -149,6 +146,10 @@
 # enable more apache modules
 # we can't simply use a2enmod, since we are not root.
 cat >> t/conf/extra.conf.in <<-EOF
+        LoadModule access_compat_module 
/usr/%_lib/apache2-prefork/mod_access_compat.so
+        LoadModule authn_core_module 
/usr/%_lib/apache2-prefork/mod_authn_core.so
+        LoadModule authz_core_module 
/usr/%_lib/apache2-prefork/mod_authz_core.so
+        LoadModule unixd_module      /usr/%_lib/apache2-prefork/mod_unixd.so
        LoadModule deflate_module    /usr/%_lib/apache2-prefork/mod_deflate.so
        LoadModule proxy_module      /usr/%_lib/apache2-prefork/mod_proxy.so
        LoadModule proxy_http_module 
/usr/%_lib/apache2-prefork/mod_proxy_http.so
@@ -163,6 +164,7 @@
 #      | grep -v grep | awk '{print $2}' | xargs -r kill
 #      exit 1
 #}
+mkdir t/run
 t/TEST -start-httpd -port select -startup_timeout 720
 t/TEST -run-tests || true
 #t/TEST -run-tests || {
@@ -264,6 +266,7 @@
 %{__cp} -av docs/api/APR/*.pod $RPM_BUILD_ROOT/%{perl_vendorarch}/APR/
 %{__cp} -av docs/api/Apache2/*.pod $RPM_BUILD_ROOT/%{perl_vendorarch}/Apache2/
 %{__cp} -av docs/api/ModPerl/*.pod $RPM_BUILD_ROOT/%{perl_vendorarch}/ModPerl/
+find "%{buildroot}" -type f -name '*.orig' -delete -print
 
 %files
 %defattr(-,root,root)
@@ -291,5 +294,6 @@
 %files devel
 %defattr(-,root,root)
 %{apache_includedir}/*
+%{perl_vendorarch}/MyTest/
 
 %changelog

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

Reply via email to