Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2014-10-25 08:32:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-10-15 
21:58:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2014-10-25 
08:32:22.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Oct 16 12:29:06 UTC 2014 - [email protected]
+
+- drop (turned off) itk mpm spec file code as mpm-itk is now 
+  provided as a separate module, not via patch 
+  (see http://mpm-itk.sesse.net/ and [bnc#851229])
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.DbMJR0/_old  2014-10-25 08:32:24.000000000 +0200
+++ /var/tmp/diff_new_pack.DbMJR0/_new  2014-10-25 08:32:24.000000000 +0200
@@ -59,8 +59,7 @@
 %{!?prefork:%define prefork 1}
 %{!?worker:%define worker 1}
 %{!?event:%define event 1}
-%{!?itk:%define itk 0}
-%define mpms_to_build  %(test %prefork = 1 && printf prefork) %(test %worker = 
1 && printf worker) %(test %event = 1 && printf event) %(test %itk = 1 && 
printf itk)
+%define mpms_to_build  %(test %prefork = 1 && printf prefork) %(test %worker = 
1 && printf worker) %(test %event = 1 && printf event) 
 # dir names
 %define datadir                /srv/www
 %define htdocsdir      %{datadir}/htdocs
@@ -235,14 +234,6 @@
 Provides:       %{pname}-MPM
 Requires:       %{name} = %{version}
 %endif
-%if %itk
-
-%package itk
-Summary:        Apache 2 "ITK" MPM (Multi-Processing Module)
-Group:          Productivity/Networking/Web/Servers
-Provides:       %{pname}-MPM
-Requires:       %{name} = %{version}
-%endif
 %if %worker
 
 %description worker
@@ -278,21 +269,6 @@
 synchronization.
 
 %endif
-%if %itk
-
-%description itk
-The "ITK" MPM (Multi-Processing Module) is experimental and NOT officially
-endorsed by the Apache Software Foundation, so it may or may not work as 
-expected.
-
-Apache2-mpm-itk (just mpm-itk for short) is a MPM for the Apache 2 web server. 
-mpm-itk allows you to run each of your vhosts under a separate uid and gid -- 
-in short, the scripts and configuration files for one vhost no longer have to 
-be readable for all the other vhosts.
-
-See http://mpm-itk.sesse.net/
-
-%endif
 
 %package devel
 Summary:        Apache 2 Header and Include Files
@@ -952,14 +928,6 @@
 %dir %{_libdir}/%{pname}-event
 %{_libdir}/%{pname}-event/mod_*.so
 %endif
-%if %itk
-
-%files itk
-%defattr(-,root,root)
-%{_sbindir}/%{httpd}-itk
-%dir %{_libdir}/%{pname}-itk
-%{_libdir}/%{pname}-itk/mod_*.so
-%endif
 
 %files devel -f filelist-devel
 %defattr(-,root,root)
@@ -1026,12 +994,6 @@
 /usr/share/%{pname}/get_module_list &>/dev/null
 exit 0
 %endif
-%if %itk
-
-%post itk
-/usr/share/%{pname}/get_module_list &>/dev/null
-exit 0
-%endif
 
 #  
 #  O/ ._ .__    / ._  _  __|_




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

Reply via email to