Hello community,

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

Package is "apache2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2016-04-12 
18:58:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2016-05-10 
09:25:15.000000000 +0200
@@ -1,0 +2,10 @@
+Thu May  5 07:06:05 UTC 2016 - pgaj...@suse.com
+
+- removed note about ulimits in sysconfig file [bsc#976711]
+
+-------------------------------------------------------------------
+Mon May  2 07:48:44 UTC 2016 - pgaj...@suse.com
+
+- do not build mod_http2 for 13.2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.C5V82l/_old  2016-05-10 09:25:17.000000000 +0200
+++ /var/tmp/diff_new_pack.C5V82l/_new  2016-05-10 09:25:17.000000000 +0200
@@ -172,7 +172,7 @@
 BuildRequires:  pkgconfig(libsystemd-daemon)
 BuildRequires:  pkgconfig(systemd)
 %endif
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} > 1320
 BuildRequires:  pkgconfig(libnghttp2) >= 1.0.0
 %endif
 
@@ -887,7 +887,7 @@
 %{_libdir}/%{name}-prefork/mod_filter.so
 %{_libdir}/%{name}-prefork/mod_headers.so
 %{_libdir}/%{name}-prefork/mod_heartmonitor.so
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} > 1320
 %{_libdir}/%{name}-prefork/mod_http2.so
 %endif
 %{_libdir}/%{name}-prefork/mod_imagemap.so
@@ -1011,7 +1011,7 @@
 %{_libdir}/%{name}-worker/mod_filter.so
 %{_libdir}/%{name}-worker/mod_headers.so
 %{_libdir}/%{name}-worker/mod_heartmonitor.so
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} > 1320
 %{_libdir}/%{name}-worker/mod_http2.so
 %endif
 %{_libdir}/%{name}-worker/mod_imagemap.so
@@ -1134,7 +1134,7 @@
 %{_libdir}/%{name}-event/mod_file_cache.so
 %{_libdir}/%{name}-event/mod_filter.so
 %{_libdir}/%{name}-event/mod_headers.so
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} > 1320
 %{_libdir}/%{name}-event/mod_http2.so
 %endif
 %{_libdir}/%{name}-event/mod_heartmonitor.so




++++++ sysconfig.apache2 ++++++
--- /var/tmp/diff_new_pack.C5V82l/_old  2016-05-10 09:25:17.000000000 +0200
+++ /var/tmp/diff_new_pack.C5V82l/_new  2016-05-10 09:25:17.000000000 +0200
@@ -117,16 +117,6 @@
 # (if not set, /etc/apache2/httpd.conf is used.)
 # It is unusual to need to use this setting.
 #
-# Note about ulimits:
-#   if you want to set ulimits, e.g. to increase the max number of open file 
handle, 
-#   or to allow core files, you can do so by editing /etc/sysconfig/apache2 and
-#   simply write the ulimit commands into that file.
-#   Example:
-#     ulimit -n 16384
-#     ulimit -H -n 16384
-#     ulimit -c unlimited
-#   See the output of "help ulimit" in the bash, or "man 1 ulimit".
-#
 APACHE_HTTPD_CONF=""
 
 ## Type:       list(prefork,worker,event,itk)


Reply via email to