SHA256
1
0
forked from pool/collectd
collectd/collectd-version.patch
Sascha Peilicke 389fd309fa Accepting request 226072 from home:bruno_friedmann:branches:server:monitoring
Upstream bugfix release 5.4.1
Packaging : 
	* Rebase collectd-version.patch against 5.4.1
	* Rework collectd-pkgconfig_libnotify_add_gtk.patch against 5.4.1
	  As it should not be used since 2012. (gtk-2.0)
	  Now only applied for 11.4 Evergreen

OBS-URL: https://build.opensuse.org/request/show/226072
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=121
2014-03-18 09:08:55 +00:00

10 lines
395 B
Diff

--- a/configure.ac 2014-01-26 09:09:23.000000000 +0100
+++ b/configure.ac 2014-03-11 07:41:44.326748635 +0100
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)])
+AC_INIT([collectd],[@@VERSION@@])
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AC_CONFIG_AUX_DIR([libltdl/config])