Author: adamg Date: Sun Sep 4 12:47:20 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fix for heap overflow in the included PCRE library (CAN-2005-2491) - release 5
---- Files affected: SPECS: gnumeric.spec (1.151 -> 1.152) ---- Diffs: ================================================================ Index: SPECS/gnumeric.spec diff -u SPECS/gnumeric.spec:1.151 SPECS/gnumeric.spec:1.152 --- SPECS/gnumeric.spec:1.151 Wed Jun 1 21:17:03 2005 +++ SPECS/gnumeric.spec Sun Sep 4 14:47:15 2005 @@ -19,7 +19,7 @@ Summary(zh_CN): LinuxĎÂľÄExcel -- GNOMEľç×Óąí¸ń Name: gnumeric Version: 1.4.3 -Release: 4 +Release: 5 Epoch: 1 License: GPL Group: X11/Applications @@ -27,6 +27,7 @@ Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/1.4/%{name}-%{version}.tar.bz2 # Source0-md5: b684eec48b1696d7a8d7152d1e17741c Patch0: %{name}-help-path.patch +Patch1: %{name}-CAN-2005-2491.patch URL: http://www.gnome.org/gnumeric/ BuildRequires: GConf2-devel BuildRequires: ORBit2-devel >= 2.4.2 @@ -113,6 +114,7 @@ %prep %setup -q %patch0 -p0 +%patch1 -p1 %build rm -f ./omf.make @@ -222,6 +224,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.152 2005/09/04 12:47:15 adamg +- fix for heap overflow in the included PCRE library (CAN-2005-2491) +- release 5 + Revision 1.151 2005/06/01 19:17:03 zbyniu - BR: pkgconfig, popt-devel, scrollkeeper ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnumeric.spec?r1=1.151&r2=1.152&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
