Author: pluto Date: Mon May 19 07:45:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix build on recent gcc, release 2.
---- Files affected: SPECS: libnl.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: SPECS/libnl.spec diff -u SPECS/libnl.spec:1.20 SPECS/libnl.spec:1.21 --- SPECS/libnl.spec:1.20 Tue Jan 22 00:37:04 2008 +++ SPECS/libnl.spec Mon May 19 09:45:46 2008 @@ -3,13 +3,14 @@ Summary(pl.UTF-8): Biblioteka do obsługi gniazd netlink Name: libnl Version: 1.1 -Release: 1 +Release: 2 Epoch: 1 License: LGPL v2.1 Group: Libraries Source0: http://people.suug.ch/~tgr/libnl/files/%{name}-%{version}.tar.gz # Source0-md5: ae970ccd9144e132b68664f98e7ceeb1 Patch0: %{name}-static.patch +Patch1: %{name}-ULONG_MAX.patch URL: http://people.suug.ch/~tgr/libnl/ BuildRequires: autoconf BuildRequires: automake @@ -53,6 +54,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__aclocal} @@ -100,6 +102,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2008-05-19 07:45:46 pluto +- fix build on recent gcc, release 2. + Revision 1.20 2008-01-21 23:37:04 shadzik - 1.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libnl.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
