summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a58af05)
raw | patch | inline | side by side (parent: a58af05)
author | octo <octo> | |
Sat, 4 Feb 2006 09:43:58 +0000 (09:43 +0000) | ||
committer | octo <octo> | |
Sat, 4 Feb 2006 09:43:58 +0000 (09:43 +0000) |
collectd.spec | patch | blob | history | |
configure.in | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/collectd.spec b/collectd.spec
index ef98eecf28d25306e0dccbc755686289d19c7e58..bb4574db4fb627c47b0fd2458738ddb78709bd77 100644 (file)
--- a/collectd.spec
+++ b/collectd.spec
Summary: Statistics collection daemon for filling RRD files.
Name: collectd
-Version: 3.7.0
+Version: 3.7.1
Release: 1
Source: http://verplant.org/collectd/%{name}-%{version}.tar.gz
License: GPL
%attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
%changelog
+* Sat Feb 04 2006 Florian octo Forster <octo@verplant.org> 3.7.1-1
+- New upstream version
+
* Mon Jan 30 2006 Florian octo Forster <octo@verplant.org> 3.7.0-1
- New upstream version
- Removed the extra `hddtemp' package
diff --git a/configure.in b/configure.in
index 4e9c1563787045d9edfcb008a2e1c2a2bbd36991..27749e0645ea371536058873b9bcdf17accaff2f 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.7.0)
+AC_INIT(collectd, 3.7.1)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
diff --git a/debian/changelog b/debian/changelog
index 94e8607798826a8cf95dd016ef48f3ed4752557c..3c508275cb5ef2b444dcbbd9e720b7f4d31863bd 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (3.7.1-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Florian Forster <octo@verplant.org> Sat, 02 Feb 2006 10:44:05 +0200
+
collectd (3.7.0-1) unstable; urgency=low
* New upstream version