From d5db527fcc897ee384335eb4ac550934de765f3e Mon Sep 17 00:00:00 2001 From: ciesiel Date: Mon, 27 Sep 2004 19:44:15 +0000 Subject: [PATCH] - added patch: fix for serving unicode documents with non text/* content type (needed for proper XHTML serving) (made by Jajcus) Changed files: Zope.spec -> 1.78 --- Zope.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Zope.spec b/Zope.spec index d3368cc..54b917b 100644 --- a/Zope.spec +++ b/Zope.spec @@ -13,7 +13,7 @@ Summary(pt_BR): Um servidor de aplica Name: Zope Version: 2.7.2 # %%define sub_ver b2 -Release: 3 +Release: 4 License: Zope Public License (ZPL) Group: Networking/Daemons Source0: http://www.zope.org/Products/%{name}/%{version}/%{name}-%{version}-0.tgz @@ -30,6 +30,7 @@ Patch0: %{name}-default_config.patch Patch1: %{name}-instance_paths.patch Patch2: %{name}-pld_makefile_fix.patch Patch3: %{name}-no_initgroups.patch +Patch4: %{name}-xhtml_unicode_fix.patch URL: http://www.zope.org/ BuildRequires: python-devel >= 2.3.3 BuildRequires: perl-base @@ -96,6 +97,7 @@ eles ao inv %patch2 -p1 %ifarch amd64 alpha %patch3 -p1 +%patch4 -p1 %endif %build -- 2.43.0