Author: megabajt Date: Tue Aug 19 09:52:08 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added -fix-memleak.patch
---- Files affected: SPECS: libtar.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/libtar.spec diff -u SPECS/libtar.spec:1.1 SPECS/libtar.spec:1.2 --- SPECS/libtar.spec:1.1 Tue Aug 19 11:42:51 2008 +++ SPECS/libtar.spec Tue Aug 19 11:52:03 2008 @@ -9,6 +9,7 @@ Source0: ftp://ftp.feep.net/pub/software/libtar/%{name}-%{version}.tar.gz # Source0-md5: 604238e8734ce6e25347a58c4f1a1d7e Patch0: %{name}-shared.patch +Patch1: %{name}-fix-memleak.patch URL: http://www.feep.net/libtar/ BuildRequires: autoconf BuildRequires: libtool @@ -50,6 +51,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build # ugly, but working solution @@ -99,5 +101,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008/08/19 09:52:03 megabajt +- added -fix-memleak.patch + Revision 1.1 2008/08/19 09:42:51 megabajt - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtar.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
