Hello community,

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

Package is "apache2-mod_perl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_perl/apache2-mod_perl.changes        
2013-07-16 16:33:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apache2-mod_perl.new/apache2-mod_perl.changes   
2013-08-13 10:17:59.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug  5 09:23:12 UTC 2013 - co...@suse.com
+
+- add avoid-broken-provides.diff to avoid package providing
+  HTTP::Request::Common, which it does not (only for testing)
+
+-------------------------------------------------------------------

New:
----
  avoid-broken-provides.diff

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

Other differences:
------------------
++++++ apache2-mod_perl.spec ++++++
--- /var/tmp/diff_new_pack.Bs3bzO/_old  2013-08-13 10:17:59.000000000 +0200
+++ /var/tmp/diff_new_pack.Bs3bzO/_new  2013-08-13 10:17:59.000000000 +0200
@@ -58,6 +58,7 @@
 Patch:          %{name}-2.0.4-tests.diff
 # PATCH-NEEDS-REBASE
 Patch1:         lfs-perl-5.14.patch 
+Patch2:         avoid-broken-provides.diff
 Icon:         mod_perl.xpm
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -113,6 +114,7 @@
 %prep
 #%setup -q -n modperl-2.0 -a 1
 %setup -q -n httpd24
+%patch2 -p1
 #%patch1 -p1
 find -name ".svn" -type d | xargs rm -rfv
 

++++++ avoid-broken-provides.diff ++++++
--- httpd24/Apache-Test/lib/Apache/TestRequest.pm
+++ httpd24/Apache-Test/lib/Apache/TestRequest.pm
@@ -43,7 +43,8 @@ unless ($ENV{APACHE_TEST_PRETEND_NO_LWP}
         require HTTP::Request::Common;
 
         unless (defined &HTTP::Request::Common::OPTIONS) {
-            package HTTP::Request::Common;
+            package 
+               HTTP::Request::Common;
             no strict 'vars';
             *OPTIONS = sub { _simple_req(OPTIONS => @_) };
             push @EXPORT, 'OPTIONS';
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to