Hello community,

here is the log from the commit of package FastCGI for openSUSE:Factory
checked in at Fri May 27 12:16:25 CEST 2011.



--------
--- FastCGI/FastCGI.changes     2010-12-06 10:28:04.000000000 +0100
+++ /mounts/work_src_done/STABLE/FastCGI/FastCGI.changes        2011-05-26 
22:33:15.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 26 20:30:01 UTC 2011 - [email protected]
+
+- Add FastCGI-perl514.patch: fix compilation with Perl 5.14 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  FastCGI-perl514.patch

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

Other differences:
------------------
++++++ FastCGI.spec ++++++
--- /var/tmp/diff_new_pack.T0QPVh/_old  2011-05-27 12:01:40.000000000 +0200
+++ /var/tmp/diff_new_pack.T0QPVh/_new  2011-05-27 12:01:40.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package FastCGI (Version 2.4.0)
+# spec file for package FastCGI
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,7 +20,7 @@
 
 Name:           FastCGI
 Version:        2.4.0
-Release:        146
+Release:        151
 #
 Group:          Development/Languages/C and C++
 License:        PERMISSIVE-OSI-COMPLIANT ; Open Market Permissive License
@@ -36,6 +36,7 @@
 Patch2:         FastCGI-supervise_cgi-fcgi.patch
 Patch3:         fastcgi-2.4.0_missing_call_to_fclose.patch
 Patch4:         FastCGI-gcc44.patch
+Patch5:         FastCGI-perl514.patch
 #
 Summary:        A Scalable, Open Extension to CGI
 
@@ -80,6 +81,7 @@
 %patch2
 %patch3
 %patch4
+%patch5
 touch NEWS AUTHORS ChangeLog COPYING
 find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 
chmod 0644
 

++++++ FastCGI-perl514.patch ++++++
--- perl/Makefile.PL    2002-12-15 20:40:19.000000000 +0100
+++ perl/Makefile.PL    2011-05-26 22:28:06.673024204 +0200
@@ -99,10 +99,7 @@
 # the contents of the Makefile that is written.
 
 # Work around bug in previous versions of MakeMaker
-WriteMakefile(NAME => 'FCGI') 
-    if $ExtUtils::MakeMaker::VERSION <= 5.4302;
-
-$mm = MM->new({
+WriteMakefile(
     'NAME'             => 'FCGI',
     'VERSION_FROM'     => 'version.pm',
     'dist'             => { 'COMPRESS' => 'gzip -9f', 
@@ -123,10 +120,7 @@
     'PL_FILES'         => $plfiles,
     PM                 => {'FCGI.pm' => '$(INST_ARCHLIBDIR)/FCGI.pm'},
     @extras,
-});
-# don't install oldinterface pod
-delete $mm->{MAN3PODS}{oldinterface.pod};
-$mm->flush;
+);
 
 exit if -f 'fcgi_config.h' or $libfound or $pure;
 

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to