SPECS (AC-branch): libgnome.spec - rel 3 - use dynamically allocat...
baggins
baggins at pld-linux.org
Tue May 23 19:01:02 CEST 2006
Author: baggins Date: Tue May 23 17:01:02 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- rel 3
- use dynamically allocated buffers for config file reading,
staticly sized buffer caused gnome to silently break on config files
with lines longer than 4096 characters
---- Files affected:
SPECS:
libgnome.spec (1.89.4.2 -> 1.89.4.3)
---- Diffs:
================================================================
Index: SPECS/libgnome.spec
diff -u SPECS/libgnome.spec:1.89.4.2 SPECS/libgnome.spec:1.89.4.3
--- SPECS/libgnome.spec:1.89.4.2 Thu May 18 21:57:57 2006
+++ SPECS/libgnome.spec Tue May 23 19:00:56 2006
@@ -3,11 +3,12 @@
Summary(pl): Podstawowa biblioteka GNOME
Name: libgnome
Version: 2.14.1
-Release: 2
+Release: 3
License: LGPL
Group: Libraries
Source0: http://ftp.gnome.org/pub/gnome/sources/libgnome/2.14/%{name}-%{version}.tar.bz2
# Source0-md5: bf53815df10db62bbf00defd4100b8d8
+Patch0: %{name}-load-config.patch
URL: http://www.gnome.org/
BuildRequires: GConf2-devel >= 2.14.0
BuildRequires: audiofile-devel >= 1:0.2.3
@@ -80,6 +81,7 @@
%prep
%setup -q
+%patch0 -p1
%build
export _POSIX2_VERSION=199209
@@ -193,6 +195,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.89.4.3 2006/05/23 17:00:56 baggins
+- rel 3
+- use dynamically allocated buffers for config file reading,
+ staticly sized buffer caused gnome to silently break on config files
+ with lines longer than 4096 characters
+
Revision 1.89.4.2 2006/05/18 19:57:57 baggins
- release 2
- strict reqs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libgnome.spec?r1=1.89.4.2&r2=1.89.4.3&f=u
More information about the pld-cvs-commit
mailing list