Hello community, here is the log from the commit of package phpPgAdmin for openSUSE:Factory checked in at 2016-01-08 15:23:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/phpPgAdmin (Old) and /work/SRC/openSUSE:Factory/.phpPgAdmin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "phpPgAdmin" Changes: -------- --- /work/SRC/openSUSE:Factory/phpPgAdmin/phpPgAdmin.changes 2014-02-02 18:44:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.phpPgAdmin.new/phpPgAdmin.changes 2016-01-08 15:23:33.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Jan 6 18:26:46 UTC 2016 - [email protected] + +- fix for boo#951002 + * make http config compatible with apache 2.4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ phpPgAdmin.spec ++++++ --- /var/tmp/diff_new_pack.CIJSpa/_old 2016-01-08 15:23:34.000000000 +0100 +++ /var/tmp/diff_new_pack.CIJSpa/_new 2016-01-08 15:23:34.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package phpPgAdmin # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 ++++++ phpPgAdmin.http ++++++ --- /var/tmp/diff_new_pack.CIJSpa/_old 2016-01-08 15:23:34.000000000 +0100 +++ /var/tmp/diff_new_pack.CIJSpa/_new 2016-01-08 15:23:34.000000000 +0100 @@ -12,7 +12,12 @@ </IfModule> </Directory> <Directory @ap_docroot@/@name@/libraries> - Order allow,deny - Deny from all + <IfVersion >= 2.4> + Require all denied + </IfVersion> + <IfVersion < 2.4> + Order allow,deny + Deny from all + </IfVersion> </Directory>
