Mailinglist Archive: opensuse-commit (1670 mails)
| < Previous | Next > |
commit apache2-mod_python
- From: root@xxxxxxx (h_root)
- Date: Mon, 23 Oct 2006 17:57:06 +0200 (CEST)
- Message-id: <20061023155706.7921D847F0@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package apache2-mod_python
checked in at Mon Oct 23 17:57:06 CEST 2006.
--------
--- apache2-mod_python/apache2-mod_python.changes 2006-09-23 16:40:50.000000000 +0200
+++ /mounts/work_src_done/STABLE/apache2-mod_python/apache2-mod_python.changes 2006-10-23 16:47:59.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Oct 23 16:47:44 CEST 2006 - poeml@xxxxxxx
+
+- simplify last fix, so it still builds with python < 2.5.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache2-mod_python.spec ++++++
--- /var/tmp/diff_new_pack.TnnFVd/_old 2006-10-23 17:55:57.000000000 +0200
+++ /var/tmp/diff_new_pack.TnnFVd/_new 2006-10-23 17:55:57.000000000 +0200
@@ -22,9 +22,9 @@
%define apache_localstatedir %(%{apxs} -q LOCALSTATEDIR)
%define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN)
Version: 3.2.10
-Release: 6
+Release: 16
Summary: A Python Module for the Apache 2 Web Server
-License: X11/MIT, Other License(s), see package
+License: Other License(s), see package, The Apache Software License
Group: Productivity/Networking/Web/Servers
Requires: apache2 %{apache_mmn}
%{py_requires}
@@ -60,8 +60,8 @@
Usage Hints:
-To load mod_python into Apache, add it to APACHE_MODULES in
-/etc/sysconfig/apache2. The configuration is described in
+To load mod_python into Apache, run the command "a2enmod python" as
+root. The configuration is described in
/usr/share/doc/packages/apache2-mod_python/doc-html/index.html.
@@ -104,10 +104,11 @@
%defattr(-,root,root)
%doc COPYRIGHT CREDITS NEWS README doc-html
%{apache_libexecdir}/%{modname}.so
-%{py_sitedir}/%{modname}
-%{py_sitedir}/*.egg-info
+%{py_sitedir}/*
%changelog -n apache2-mod_python
+* Mon Oct 23 2006 - poeml@xxxxxxx
+- simplify last fix, so it still builds with python < 2.5.
* Sat Sep 23 2006 - aj@xxxxxxx
- Fix build with python 2.5.
* Sat Aug 19 2006 - poeml@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |