Hello community, here is the log from the commit of package apache2 for openSUSE:Factory checked in at 2018-02-14 09:19:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache2 (Old) and /work/SRC/openSUSE:Factory/.apache2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2" Wed Feb 14 09:19:51 2018 rev:142 rq:575500 version:2.4.29 Changes: -------- --- /work/SRC/openSUSE:Factory/apache2/apache2.changes 2018-02-05 10:46:46.345828381 +0100 +++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2018-02-14 09:19:56.436880482 +0100 @@ -1,0 +2,5 @@ +Mon Feb 5 07:14:03 UTC 2018 - [email protected] + +- build mod_http2 also for 42.3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache2.spec ++++++ --- /var/tmp/diff_new_pack.SgF6V5/_old 2018-02-14 09:19:58.128819157 +0100 +++ /var/tmp/diff_new_pack.SgF6V5/_new 2018-02-14 09:19:58.132819012 +0100 @@ -62,6 +62,11 @@ %else %define use_firewalld 0 %endif +%if 0%{?suse_version} >= 1500 || 0%{?is_opensuse} +%define build_http2 1 +%else +%define build_http2 0 +%endif Name: apache2 Version: 2.4.29 Release: 0 @@ -204,7 +209,7 @@ BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) %endif -%if 0%{?suse_version} > 1320 +%if 0%{?build_http2} BuildRequires: pkgconfig(libnghttp2) >= 1.2.1 %endif @@ -952,7 +957,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%{?build_http2} %{_libdir}/%{name}-prefork/mod_http2.so %endif %{_libdir}/%{name}-prefork/mod_imagemap.so @@ -1080,7 +1085,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%{?build_http2} %{_libdir}/%{name}-worker/mod_http2.so %endif %{_libdir}/%{name}-worker/mod_imagemap.so @@ -1207,7 +1212,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%{?build_http2} %{_libdir}/%{name}-event/mod_http2.so %endif %{_libdir}/%{name}-event/mod_heartmonitor.so
