Author: baggins Date: Wed Sep 5 16:35:32 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 4 - fix conflicting types for 'xl_unique_filename'
---- Files affected: SPECS: phlib.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/phlib.spec diff -u SPECS/phlib.spec:1.16 SPECS/phlib.spec:1.17 --- SPECS/phlib.spec:1.16 Wed Sep 5 16:45:41 2007 +++ SPECS/phlib.spec Wed Sep 5 18:35:27 2007 @@ -3,12 +3,13 @@ Summary(pl.UTF-8): Wspólny zestaw funkcji netFluid Technology Name: phlib Version: 1.20 -Release: 3 +Release: 4 License: GPL Group: Libraries Source0: http://www.nfluid.com/download/src/%{name}-%{version}.tgz # Source0-md5: 521c93a461a58ab808187abbc54a39a7 Patch0: %{name}-soname.patch +Patch1: %{name}-types.patch BuildRequires: autoconf BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -51,6 +52,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build cp -f /usr/share/automake/config.sub . @@ -92,6 +94,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2007/09/05 16:35:27 baggins +- rel 4 +- fix conflicting types for 'xl_unique_filename' + Revision 1.16 2007/09/05 14:45:41 baggins - rel 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/phlib.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
