Hello community,

here is the log from the commit of package apache2-mod_fcgid for 
openSUSE:Factory checked in at 2017-05-20 10:14:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_fcgid (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_fcgid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_fcgid"

Sat May 20 10:14:25 2017 rev:30 rq:496536 version:2.3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_fcgid/apache2-mod_fcgid.changes      
2017-03-24 02:21:58.577333270 +0100
+++ /work/SRC/openSUSE:Factory/.apache2-mod_fcgid.new/apache2-mod_fcgid.changes 
2017-05-20 10:14:27.713112995 +0200
@@ -1,0 +2,6 @@
+Fri May 12 08:28:07 UTC 2017 - pgaj...@suse.com
+
+- amend example in %check to see how output to stderr get
+  logged in error_log
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache2-mod_fcgid.spec ++++++
--- /var/tmp/diff_new_pack.COXsah/_old  2017-05-20 10:14:28.305029363 +0200
+++ /var/tmp/diff_new_pack.COXsah/_new  2017-05-20 10:14:28.305029363 +0200
@@ -96,6 +96,7 @@
   foreach my $env (keys %ENV) { 
     print "env $env = $ENV{$env}\n";
   }
+  print STDERR 'request received'
 }
 EOF
 chmod 755 %{apache_test_module_dir}/htdocs/fcgi-bin/showenv.pl
@@ -109,6 +110,8 @@
 exit_code=0
 grep 'HTTP_ACCEPT'    %{apache_test_module_dir}/output.txt || exit_code=1
 grep 'REQUEST_METHOD' %{apache_test_module_dir}/output.txt || exit_code=1
+echo 'The output from stderr was logged in error_log'
+grep 'request received'  %{apache_test_module_dir}/error_log || exit_code=2
 if [ $exit_code -eq 0 ]; then
   echo 'SUCCESS'
 else


Reply via email to