Author: qboosh Date: Mon Sep 11 17:16:46 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - removed breaking builtin_offsetof patch - gcc 4.0 is not a problem on HEAD
---- Files affected: SPECS: upstart.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/upstart.spec diff -u SPECS/upstart.spec:1.12 SPECS/upstart.spec:1.13 --- SPECS/upstart.spec:1.12 Mon Sep 4 00:19:13 2006 +++ SPECS/upstart.spec Mon Sep 11 19:16:40 2006 @@ -1,7 +1,6 @@ # $Revision$, $Date$ # TODO: # - userland headers needs to be fixed - inotify.h is missing -# - does it require gcc4?? __builtin_offsetof definition added for gcc3.3 # - it seems it requires some kernel-related definitions... # Summary: Event-based init daemon @@ -14,13 +13,11 @@ # Isn't there better download URL??? Source0: http://people.ubuntu.com/~scott/software/upstart/%{name}-%{version}.tar.bz2 # Source0-md5: 67be7df5ed181713d638d18269d86e8f -Patch0: %{name}-builtin_offsetof.patch URL: https://launchpad.net/products/upstart BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.9 BuildRequires: libtool >= 2:1.5.22 BuildRequires: gettext >= 0.14.5 -# Really needed? BuildRequires: gcc >= 5:4.0 BuildRequires: glibc-headers >= 6:2.4.0 #Requires(post): /sbin/ldconfig @@ -46,8 +43,6 @@ %prep %setup -q -# for gcc3.3 only: -%patch0 -p1 %build %configure @@ -95,6 +90,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2006/09/11 17:16:40 qboosh +- removed breaking builtin_offsetof patch +- gcc 4.0 is not a problem on HEAD + Revision 1.12 2006/09/03 22:19:13 qboosh - pl cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/upstart.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
