Changes of Revision 33
[-] | Changed | collectd.spec |
x 1
2 # norootforbuild 3 4 Name: collectd 5 -Version: 4.7.2 6 +Version: 4.8.0 7 Release: 1 8 Summary: Statistics Collection Daemon for filling RRD Files 9 Source: http://verplant.org/collectd/files/collectd-%{version}.tar.bz2 10
11 %build 12 mkdir -p libltdl/m4 13 autoreconf -fiv 14 - 15 +export CFLAGS="-DHAVE_IPTC_HANDLE_T -DHAVE_IP6TC_HANDLE_T" 16 %configure \ 17 --with-libstatgrab \ 18 --with-rrdtool \ 19
20 /srv/www/collectd 21 22 %changelog 23 +* Sun Sep 24 2009 Carsten Schoene <cs@linux-administrator.com> - 4.8.0-1 24 +- update to new release 4.8.0 25 + 26 * Fri Jul 24 2009 Carsten Schoene <cs@linux-administrator.com> - 4.7.2-1 27 - new upstream version 28 29 |
||
[+] | Added | collectd-4.7.2-Werror.patch ^ |
@@ -0,0 +1,88 @@ +--- configure.orig 2009-05-16 14:00:57.000000000 +0200 ++++ configure 2009-05-16 14:01:15.000000000 +0200 +@@ -39780,7 +39780,7 @@ + SAVE_LDFLAGS=$LDFLAGS + # trigger an error if Perl_load_module*() uses __attribute__nonnull__(3) + # (see issues #41 and #42) +- CFLAGS="$CFLAGS $PERL_CFLAGS -Wall -Werror" ++ CFLAGS="$CFLAGS $PERL_CFLAGS -Wall" + LDFLAGS="$LDFLAGS $PERL_LDFLAGS" + + { $as_echo "$as_me:$LINENO: checking for broken Perl_load_module()" >&5 +--- configure.in.orig 2009-05-16 14:01:03.000000000 +0200 ++++ configure.in 2009-05-16 14:01:23.000000000 +0200 +@@ -2308,7 +2308,7 @@ + SAVE_LDFLAGS=$LDFLAGS + # trigger an error if Perl_load_module*() uses __attribute__nonnull__(3) + # (see issues #41 and #42) +- CFLAGS="$CFLAGS $PERL_CFLAGS -Wall -Werror" ++ CFLAGS="$CFLAGS $PERL_CFLAGS -Wall" + LDFLAGS="$LDFLAGS $PERL_LDFLAGS" + + AC_CACHE_CHECK([for broken Perl_load_module()], +--- src/Makefile.in.orig 2009-05-16 14:03:20.000000000 +0200 ++++ src/Makefile.in 2009-05-16 14:03:26.000000000 +0200 +@@ -1495,7 +1495,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + SUBDIRS = libcollectdclient $(am__append_1) $(am__append_2) +-@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror ++@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall + AM_CPPFLAGS = -DPREFIX='"${prefix}"' \ + -DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"' \ + -DLOCALSTATEDIR='"${localstatedir}"' \ +--- src/Makefile.am.orig 2009-05-16 14:03:17.000000000 +0200 ++++ src/Makefile.am 2009-05-16 14:03:37.000000000 +0200 +@@ -7,7 +7,7 @@ + endif + + if COMPILER_IS_GCC +-AM_CFLAGS = -Wall -Werror ++AM_CFLAGS = -Wall + endif + + AM_CPPFLAGS = -DPREFIX='"${prefix}"' +--- src/libcollectdclient/Makefile.in.orig 2009-05-16 14:01:43.000000000 +0200 ++++ src/libcollectdclient/Makefile.in 2009-05-16 14:01:55.000000000 +0200 +@@ -276,7 +276,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = foreign no-dependencies +-@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror ++@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall + pkginclude_HEADERS = client.h lcc_features.h + lib_LTLIBRARIES = libcollectdclient.la + nodist_pkgconfig_DATA = libcollectdclient.pc +--- src/libcollectdclient/Makefile.am.orig 2009-05-16 14:01:48.000000000 +0200 ++++ src/libcollectdclient/Makefile.am 2009-05-16 14:02:02.000000000 +0200 +@@ -1,7 +1,7 @@ + AUTOMAKE_OPTIONS = foreign no-dependencies + + if COMPILER_IS_GCC +-AM_CFLAGS = -Wall -Werror ++AM_CFLAGS = -Wall + endif + + pkginclude_HEADERS = client.h lcc_features.h +--- src/libiptc/Makefile.in.orig 2009-05-16 14:05:10.000000000 +0200 ++++ src/libiptc/Makefile.in 2009-05-16 14:02:27.000000000 +0200 +@@ -260,7 +260,7 @@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = foreign no-dependencies + EXTRA_DIST = libiptc.c README.collectd +-@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror ++@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall + noinst_LTLIBRARIES = libiptc.la + libiptc_la_CFLAGS = -I$(KERNEL_DIR)/include + libiptc_la_SOURCES = libip4tc.c libip6tc.c \ +--- src/libiptc/Makefile.am.orig 2009-05-16 14:04:24.000000000 +0200 ++++ src/libiptc/Makefile.am 2009-05-16 14:02:34.000000000 +0200 +@@ -3,7 +3,7 @@ + EXTRA_DIST = libiptc.c README.collectd + + if COMPILER_IS_GCC +-AM_CFLAGS = -Wall -Werror ++AM_CFLAGS = -Wall + endif + + noinst_LTLIBRARIES = libiptc.la | ||
[+] | Changed | collectd-Werror.patch ^ |
@@ -64,9 +64,9 @@ endif pkginclude_HEADERS = client.h lcc_features.h ---- src/libiptc/Makefile.in.orig 2009-05-16 14:05:10.000000000 +0200 -+++ src/libiptc/Makefile.in 2009-05-16 14:02:27.000000000 +0200 -@@ -260,7 +260,7 @@ +--- src/owniptc/Makefile.in.orig 2009-09-27 15:43:50.000000000 +0200 ++++ src/owniptc/Makefile.in 2009-09-13 17:23:04.000000000 +0200 +@@ -270,7 +270,7 @@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = libiptc.c README.collectd @@ -75,8 +75,8 @@ noinst_LTLIBRARIES = libiptc.la libiptc_la_CFLAGS = -I$(KERNEL_DIR)/include libiptc_la_SOURCES = libip4tc.c libip6tc.c \ ---- src/libiptc/Makefile.am.orig 2009-05-16 14:04:24.000000000 +0200 -+++ src/libiptc/Makefile.am 2009-05-16 14:02:34.000000000 +0200 +--- src/owniptc/Makefile.am.orig 2009-09-27 15:43:36.000000000 +0200 ++++ src/owniptc/Makefile.am 2009-09-27 15:43:42.000000000 +0200 @@ -3,7 +3,7 @@ EXTRA_DIST = libiptc.c README.collectd | ||
Added | collectd-4.8.0.tar.bz2 ^ |