rpms/zope/FC-4 zope-2.8.3-pythonwarning.patch, NONE, 1.1 zope.spec, 1.15, 1.16

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Tue Oct 25 13:53:31 UTC 2005


Author: abompard

Update of /cvs/extras/rpms/zope/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31301/FC-4

Modified Files:
	zope.spec 
Added Files:
	zope-2.8.3-pythonwarning.patch 
Log Message:
- add warning about zope 2.8 & python 2.4 (bug 171681)


zope-2.8.3-pythonwarning.patch:

--- NEW FILE zope-2.8.3-pythonwarning.patch ---
--- ./lib/python/App/dtml/zope_quick_start.dtml.pythonwarning	2005-10-25 15:23:22.000000000 +0200
+++ ./lib/python/App/dtml/zope_quick_start.dtml	2005-10-25 15:35:55.000000000 +0200
@@ -134,5 +134,10 @@
 
 </ul>
 
+<p style="color: red; font-weight: bold">
+WARNING: you are running Zope 2.8.X with python 2.4.X, this is not a supported
+combination. Don't file bugreports or ask for support on zope.org.
+</p>
+
 </body>
 </html>


Index: zope.spec
===================================================================
RCS file: /cvs/extras/rpms/zope/FC-4/zope.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- zope.spec	15 Oct 2005 19:37:22 -0000	1.15
+++ zope.spec	25 Oct 2005 13:53:29 -0000	1.16
@@ -12,12 +12,12 @@
 
 Name:    zope
 Summary: Web application server for flexible content management applications
-Version: 2.8.2
-Release: 1%{?dist}
+Version: 2.8.3
+Release: 2%{?dist}
 License: ZPL
 Group: 	 System Environment/Daemons
 URL:     http://www.zope.org/
-Source0: http://zope.org/Products/Zope/2.8.2/Zope-2.8.2-final.tar.gz
+Source0: http://zope.org/Products/Zope/2.8.3/Zope-2.8.3-final.tgz
 #Source10: http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/Hotfix_20050405.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -28,6 +28,7 @@
 Source5: zope.logrotate.in
 Source6: zope.logrotate.cron.in
 Patch0:  zope-2.7.3-config.patch
+Patch1:  zope-2.8.3-pythonwarning.patch
 
 BuildRequires: python-devel >= %{python_minver} 
 BuildRequires: python >= %{python_minver} 
@@ -42,12 +43,22 @@
 build web applications such as intranets, portals, and content management
 systems.
 
+After starting Zope, you can access it by pointing your browser to
+http://localhost:8080
+
+WARNING: this zope package has been built on python 2.4.X, which is not
+supported ! Do not file bugreports or ask for support on zope.org if you
+choose to use this package.
+
 
 %prep
 %setup -q -n Zope-%{version}-final #-a 10
-# Do not use -b option, or we'll install the backup too
 %patch0 -p1 -b .config
+# remove the backup, or we'll install it too...
 rm -f skel/etc/zope.conf.in.config
+# Warning on the default index_html about python 2.4 & zope 2.8
+%patch1 -p1 -b .pythonwarning
+
 chmod -x skel/import/README.txt
 cp -p %{SOURCE4} README.Fedora
 cp -p %{SOURCE5} skel/etc/logrotate.conf.in
@@ -177,6 +188,12 @@
 
 
 %changelog
+* Tue Oct 25 2005 Aurelien Bompard <gauret[AT]free.fr> 2.8.3-2
+- add warning about zope 2.8 & python 2.4 (bug 171681)
+
+* Sat Oct 22 2005 Aurelien Bompard <gauret[AT]free.fr> 2.8.3-1
+- version 2.8.3
+
 * Sat Oct 15 2005 Aurelien Bompard <gauret[AT]free.fr> 2.8.2-1
 - version 2.8.2
 




More information about the fedora-extras-commits mailing list