Logoj0ke.net Open Build Service > Projects > server:monitoring > collectd > Changes
Sign Up | Log In

Changes of Revision 31

[-] Changed collectd.spec
x
 
1
@@ -1,12 +1,13 @@
2
 # norootforbuild
3
 
4
 Name:              collectd
5
-Version:           4.6.2
6
+Version:           4.7.2
7
 Release:           1
8
 Summary:           Statistics Collection Daemon for filling RRD Files
9
 Source:                http://verplant.org/collectd/files/collectd-%{version}.tar.bz2
10
 Source1:           collectd.suse.init
11
 Source2:           collectd.apache2.conf
12
+Source3:           collectd-rpmlintrc
13
 Patch4:                collectd-lib64.patch
14
 Patch7:                collectd-fix-config.patch
15
 Patch9:                collectd-version.patch
16
@@ -23,6 +24,7 @@
17
 BuildRequires: freetype2-devel libart_lgpl-devel libnotify-devel
18
 BuildRequires: net-snmp-devel libxml2-devel libvirt-devel postgresql-devel
19
 BuildRequires: bind-devel
20
+BuildRequires: libgcrypt-devel
21
 
22
 BuildRequires:  kernel-source
23
 
24
@@ -80,6 +82,7 @@
25
 %__sed -i 's|@@VERSION@@|%{version}|g' configure.in
26
 
27
 %build
28
+mkdir -p libltdl/m4
29
 autoreconf -fiv
30
 
31
 %configure \
32
@@ -140,6 +143,7 @@
33
 %{_datadir}/collectd/types.db
34
 %{_libdir}/collectd/*.so
35
 %{_libdir}/collectd/*.la
36
+%{_libdir}/collectd/*.a
37
 %{_libdir}/libcollectdclient.*
38
 %{_libdir}/pkgconfig/libcollectdclient.pc
39
 %{perl_vendorlib}/Collectd.pm
40
@@ -159,6 +163,7 @@
41
 %doc %{_mandir}/man5/collectd-perl.5*
42
 %doc %{_mandir}/man5/collectd-unixsock.5*
43
 %doc %{_mandir}/man5/types.db.5*
44
+%doc %{_mandir}/man5/collectd-java.5*
45
 %doc %{perl_man3dir}/Collectd::Unixsock.%{perl_man3ext}*
46
 %dir %{_localstatedir}/lib/collectd
47
 /etc/init.d/collectd
48
@@ -173,6 +178,12 @@
49
 /srv/www/collectd
50
 
51
 %changelog
52
+* Fri Jul 24 2009 Carsten Schoene <cs@linux-administrator.com> - 4.7.2-1
53
+- new upstream version
54
+
55
+* Sat May 16 2009 Carsten Schoene <cs@linux-administrator.com> - 4.7.0-1
56
+- new upstream version
57
+
58
 * Thu Mar 19 2009 Carsten Schoene <cs@linux-administrator.com> - 4.6.2-1
59
 - new upstream version
60
 
61
[+] Changed collectd-Werror.patch ^
[+] Added collectd-Werror.patch.old ^
Deleted collectd-4.3.1.tar.bz2 ^
Deleted collectd-4.3.2.tar.bz2 ^
Deleted collectd-4.3.3.tar.bz2 ^
Deleted collectd-4.4.1.tar.bz2 ^
Deleted collectd-4.4.2.tar.bz2 ^
Deleted collectd-4.4.3.tar.bz2 ^
Deleted collectd-4.5.0.tar.bz2 ^
Deleted collectd-4.5.2.tar.bz2 ^
Changed collectd-4.6.4.tar.bz2 ^
Changed collectd-4.7.0.tar.bz2 ^
Changed collectd-4.7.2.tar.bz2 ^
[+] Added collectd-rpmlintrc ^