From 0a96a06cb52f1213cdabae928fc683860a42bc44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 26 Oct 2005 16:10:46 +0000 Subject: [PATCH] - restored htmloptions truncate patch Changed files: eventum.spec -> 1.121 --- eventum.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eventum.spec b/eventum.spec index 6332424..c003e45 100644 --- a/eventum.spec +++ b/eventum.spec @@ -18,7 +18,7 @@ # release candidate #define _rc RC1 -%define _rel 4.7 +%define _rel 4.9 %if 0%{?_rc:1} %define _source http://pessoal.org/%{name}-%{version}-%{_rc}.tar.gz @@ -66,6 +66,7 @@ Patch9: http://glen.alkohol.ee/pld/eventum-httpclient-clientside.patch Patch10: %{name}-hl-quot-fix.patch Patch11: eventum-cli-wr-separated.patch Patch12: eventum-php440.patch +Patch13: eventum-htmloptions-truncate.patch URL: http://dev.mysql.com/downloads/other/eventum/ BuildRequires: rpmbuild(macros) >= 1.223 BuildRequires: sed >= 4.0 @@ -462,6 +463,7 @@ rm -rf misc/upgrade/flush_compiled_templates.php %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 # replace in remaining scripts config.inc.php to system one grep -rl 'include_once(".*config.inc.php")' . | xargs sed -i -e ' -- 2.44.0