]> git.pld-linux.org Git - packages/collectd.git/log
packages/collectd.git
9 months agoperl 5.38.0 rebuild master auto/th/collectd-5.9.2-9
Jan Palus [Thu, 6 Jul 2023 11:43:47 +0000 (13:43 +0200)]
perl 5.38.0 rebuild

Release 9 (by relup.sh)

20 months agoperl 5.36.0 rebuild auto/th/collectd-5.9.2-8
Jan Palus [Tue, 23 Aug 2022 11:32:08 +0000 (13:32 +0200)]
perl 5.36.0 rebuild

Release 8 (by relup.sh)

20 months agohack for mount.h conflict between linux and glibc headers
Jan Palus [Tue, 23 Aug 2022 11:18:59 +0000 (13:18 +0200)]
hack for mount.h conflict between linux and glibc headers

glibc 2.36 introduced new symbols to <sys/mount.h> that conflict with
<linux/mount.h> resulting in failure when both are included:

In file included from /usr/include/linux/fs.h:19,
                 from /usr/include/xfs/linux.h:36,
                 from /usr/include/xfs/xfs.h:9,
                 from /usr/include/xfs/xqm.h:9,
                 from src/utils/mount/mount.c:34:
/usr/include/linux/mount.h:95:6: error: redeclaration of 'enum fsconfig_command'
   95 | enum fsconfig_command {
      |      ^~~~~~~~~~~~~~~~
In file included from ./src/utils/mount/mount.h:57,
                 from src/utils/mount/mount.c:31:
/usr/include/sys/mount.h:189:6: note: originally defined here
  189 | enum fsconfig_command
      |      ^~~~~~~~~~~~~~~~
/usr/include/linux/mount.h:96:9: error: redeclaration of enumerator 'FSCONFIG_SET_FLAG'
   96 |         FSCONFIG_SET_FLAG       = 0,    /* Set parameter, supplying no value */
      |         ^~~~~~~~~~~~~~~~~
/usr/include/sys/mount.h:191:3: note: previous definition of 'FSCONFIG_SET_FLAG' with type 'enum fsconfig_command'
  191 |   FSCONFIG_SET_FLAG       = 0,    /* Set parameter, supplying no value */
      |   ^~~~~~~~~~~~~~~~~
...

since <linux/mount.h> is included transitively try not to include
<sys/mount.h> if glibc >= 2.36 is detected.

20 months agoBR: linux-libc-headers
Jan Palus [Tue, 23 Aug 2022 10:48:39 +0000 (12:48 +0200)]
BR: linux-libc-headers

20 months agoBR: protobuf-c protobuf-devel
Jan Palus [Mon, 22 Aug 2022 13:13:06 +0000 (15:13 +0200)]
BR: protobuf-c protobuf-devel

20 months ago- release 7 (rebuild with nut 2.8.0); more unpackaged files noted auto/th/collectd-5.9.2-7
Jakub Bogusz [Fri, 29 Jul 2022 18:35:40 +0000 (20:35 +0200)]
- release 7 (rebuild with nut 2.8.0); more unpackaged files noted

2 years agorebuild with perl 5.34.0 auto/th/collectd-5.9.2-6
Jan Rękorajski [Sun, 27 Feb 2022 20:30:10 +0000 (21:30 +0100)]
rebuild with perl 5.34.0

Release 6 (by relup.sh)

2 years agoRelease 5 (by relup.sh) auto/th/collectd-5.9.2-5
Jan Rękorajski [Sun, 13 Feb 2022 18:13:55 +0000 (19:13 +0100)]
Release 5 (by relup.sh)

2 years agorebuild with perl 5.32 auto/th/collectd-5.9.2-4
Jan Rękorajski [Sat, 8 May 2021 08:33:09 +0000 (10:33 +0200)]
rebuild with perl 5.32

Release 4 (by relup.sh)

2 years ago- redifff patch
Jan Rękorajski [Fri, 7 May 2021 20:53:58 +0000 (22:53 +0200)]
- redifff patch

3 years ago- release 3 (by relup.sh) auto/th/collectd-5.9.2-3
Jan Rękorajski [Mon, 5 Oct 2020 06:35:35 +0000 (08:35 +0200)]
- release 3 (by relup.sh)

4 years ago- rebuild with perl 5.30.0 auto/th/collectd-5.9.2-2
Jan Rękorajski [Wed, 4 Dec 2019 18:14:11 +0000 (19:14 +0100)]
- rebuild with perl 5.30.0
- release 2 (by relup.sh)

4 years ago- up to 5.9.2 auto/th/collectd-5.9.2-1
Jan Rękorajski [Sat, 2 Nov 2019 17:04:17 +0000 (18:04 +0100)]
- up to 5.9.2

4 years ago- rebuild with python 3.8 auto/th/collectd-5.8.1-2
Jan Rękorajski [Mon, 28 Oct 2019 09:17:33 +0000 (10:17 +0100)]
- rebuild with python 3.8
- release 2 (by relup.sh)

5 years ago- up to 5.8.1 auto/th/collectd-5.8.1-1
Jan Rękorajski [Sun, 7 Apr 2019 09:12:04 +0000 (11:12 +0200)]
- up to 5.8.1
- fix building with latest lm_sensors

5 years ago- stop complaining abount snprintf buffer sizes auto/th/collectd-5.8.0-6
Jan Rękorajski [Sun, 2 Sep 2018 15:58:18 +0000 (17:58 +0200)]
- stop complaining abount snprintf buffer sizes
- rel 6

5 years ago- rel 5; fix python build auto/th/collectd-5.8.0-5
Arkadiusz Miśkiewicz [Tue, 3 Jul 2018 17:56:02 +0000 (19:56 +0200)]
- rel 5; fix python build

5 years ago- release 4 (by relup.sh) auto/th/collectd-5.8.0-4
Arkadiusz Miśkiewicz [Tue, 3 Jul 2018 11:45:31 +0000 (13:45 +0200)]
- release 4 (by relup.sh)

5 years ago- release 3 (by relup.sh) auto/th/collectd-5.8.0-3
Arkadiusz Miśkiewicz [Sun, 1 Jul 2018 17:55:44 +0000 (19:55 +0200)]
- release 3 (by relup.sh)

6 years ago- rebuild with mysql 5.7 auto/th/collectd-5.8.0-2
Jan Rękorajski [Tue, 6 Mar 2018 22:04:34 +0000 (23:04 +0100)]
- rebuild with mysql 5.7
- release 2 (by relup.sh)

6 years ago- removed obsolete patch auto/th/collectd-5.8.0-1
Jan Rękorajski [Sun, 11 Feb 2018 09:17:57 +0000 (10:17 +0100)]
- removed obsolete patch

6 years ago- up to 5.8.0
Jan Rękorajski [Sun, 11 Feb 2018 09:17:18 +0000 (10:17 +0100)]
- up to 5.8.0

6 years ago- release 5 (by relup.sh) auto/th/collectd-5.6.1-5
Arkadiusz Miśkiewicz [Thu, 25 Jan 2018 17:21:51 +0000 (18:21 +0100)]
- release 5 (by relup.sh)

6 years ago- perl req/prov fix auto/th/collectd-5.6.1-4
Jan Rękorajski [Sun, 11 Jun 2017 18:37:25 +0000 (20:37 +0200)]
- perl req/prov fix
- release 4 (by relup.sh)

6 years ago- rebuild with perl 5.26 auto/th/collectd-5.6.1-3
Jan Rękorajski [Sun, 11 Jun 2017 11:23:57 +0000 (13:23 +0200)]
- rebuild with perl 5.26
- release 3 (by relup.sh)

7 years ago- python 3.6 auto/th/collectd-5.6.1-2
Arkadiusz Miśkiewicz [Thu, 29 Dec 2016 07:31:16 +0000 (08:31 +0100)]
- python 3.6
- release 2 (by relup.sh)

7 years ago- up to 5.6.1 auto/th/collectd-5.6.1-1
Jan Rękorajski [Mon, 31 Oct 2016 21:54:04 +0000 (22:54 +0100)]
- up to 5.6.1

7 years ago- release 8 (by relup.sh) auto/th/collectd-5.5.0-8
Jan Rękorajski [Mon, 31 Oct 2016 08:29:24 +0000 (09:29 +0100)]
- release 8 (by relup.sh)

7 years ago- rebuild with perl 5.24.0 auto/th/collectd-5.5.0-7
Jan Rękorajski [Sun, 30 Oct 2016 14:55:23 +0000 (15:55 +0100)]
- rebuild with perl 5.24.0
- release 7 (by relup.sh)

8 years ago- release 6 (by relup.sh) auto/th/collectd-5.5.0-6
Jan Rękorajski [Fri, 25 Dec 2015 21:53:21 +0000 (22:53 +0100)]
- release 6 (by relup.sh)

8 years ago- release 5 (by relup.sh) auto/th/collectd-5.5.0-5
Jan Rękorajski [Thu, 24 Dec 2015 11:58:20 +0000 (12:58 +0100)]
- release 5 (by relup.sh)

8 years ago- release 4 (by relup.sh) auto/th/collectd-5.5.0-4
Jan Rękorajski [Mon, 21 Dec 2015 19:03:11 +0000 (20:03 +0100)]
- release 4 (by relup.sh)

8 years ago- rel 3; with_without works auto/th/collectd-5.5.0-3
Arkadiusz Miśkiewicz [Sun, 13 Dec 2015 08:56:54 +0000 (09:56 +0100)]
- rel 3; with_without works

8 years ago- rel 2; disable unpackaged java for now (util packaged) auto/th/collectd-5.5.0-2
Arkadiusz Miśkiewicz [Sat, 12 Dec 2015 22:16:48 +0000 (23:16 +0100)]
- rel 2; disable unpackaged java for now (util packaged)

8 years ago- up to 5.5.0; todo: package new modules auto/th/collectd-5.5.0-1
Arkadiusz Miśkiewicz [Sat, 12 Dec 2015 22:00:28 +0000 (23:00 +0100)]
- up to 5.5.0; todo: package new modules

8 years ago- release 2 (by relup.sh) auto/th/collectd-5.4.1-2
Arkadiusz Miśkiewicz [Sat, 12 Dec 2015 20:41:19 +0000 (21:41 +0100)]
- release 2 (by relup.sh)

9 years ago- up to 5.4.1 auto/th/collectd-5.4.1-1
Jan Rękorajski [Sat, 4 Oct 2014 20:40:51 +0000 (22:40 +0200)]
- up to 5.4.1
- removed -Werror from CFLAGS

9 years ago- release 8 (by relup.sh) auto/th/collectd-5.1.0-8
Jan Rękorajski [Sun, 14 Sep 2014 09:40:25 +0000 (11:40 +0200)]
- release 8 (by relup.sh)

10 years ago- release 7 (by relup.sh) auto/th/collectd-5.1.0-7
Arkadiusz Miśkiewicz [Wed, 25 Dec 2013 12:39:16 +0000 (13:39 +0100)]
- release 7 (by relup.sh)

10 years ago- rebuild with libmemcached auto/th/collectd-5.1.0-6
Elan Ruusamäe [Mon, 7 Oct 2013 09:15:42 +0000 (12:15 +0300)]
- rebuild with libmemcached
- release 6 (by relup.sh)

10 years ago- release 5 (by relup.sh) auto/th/collectd-5.1.0-5
Jan Rękorajski [Fri, 5 Jul 2013 06:29:00 +0000 (08:29 +0200)]
- release 5 (by relup.sh)

10 years ago- rebuild with perl 5.18.0 auto/th/collectd-5.1.0-4
Jan Rękorajski [Sat, 8 Jun 2013 14:22:00 +0000 (16:22 +0200)]
- rebuild with perl 5.18.0
- release 4 (by relup.sh)

10 years ago- migrate to apache 2.4 auto/th/collectd-5.1.0-3
Jan Rękorajski [Wed, 15 May 2013 16:27:50 +0000 (18:27 +0200)]
- migrate to apache 2.4
- rel 3

11 years ago- release 2 (by relup.sh) auto/th/collectd-5.1.0-2
Jan Rękorajski [Sun, 13 Jan 2013 23:02:50 +0000 (00:02 +0100)]
- release 2 (by relup.sh)

11 years ago- varnish subpackage is created only on varnish bcond auto/th/collectd-5_1_0-1 auto/ti/collectd-5.1.0-1
Szymon Siwek [Tue, 5 Jun 2012 12:38:02 +0000 (12:38 +0000)]
- varnish subpackage is created only on varnish bcond

Changed files:
    collectd.spec -> 1.123

11 years ago- up to 5.1.0
blekot [Mon, 7 May 2012 17:55:54 +0000 (17:55 +0000)]
- up to 5.1.0
- new modules added: ethstat, md, numa, write_graphite

Changed files:
    collectd.spec -> 1.122

11 years ago- up to 5.1.0
blekot [Mon, 7 May 2012 17:55:06 +0000 (17:55 +0000)]
- up to 5.1.0

Changed files:
    libiptc.patch -> 1.3

11 years ago- fixed libnetlink deps
Szymon Siwek [Mon, 30 Apr 2012 12:09:44 +0000 (12:09 +0000)]
- fixed libnetlink deps

Changed files:
    collectd.spec -> 1.121

11 years ago- added modbus plugin auto/th/collectd-5_0_2-4
blekot [Tue, 20 Mar 2012 18:02:46 +0000 (18:02 +0000)]
- added modbus plugin
- rel 4
- added patch against wrong passing modbus in configure.in

Changed files:
    collectd.spec -> 1.120

11 years ago- new
blekot [Tue, 20 Mar 2012 18:00:46 +0000 (18:00 +0000)]
- new

Changed files:
    collectd-modbus.patch -> 1.1

11 years ago- release 3 auto/th/collectd-5_0_2-3
Arkadiusz Miśkiewicz [Mon, 12 Mar 2012 13:51:11 +0000 (13:51 +0000)]
- release 3

Changed files:
    collectd.spec -> 1.119

11 years ago- fixed default path for types.db
Łukasz Jarosław Mozer [Tue, 31 Jan 2012 08:56:10 +0000 (08:56 +0000)]
- fixed default path for types.db

Changed files:
    collectd.conf -> 1.6

11 years ago- up to 5.0.2 auto/th/collectd-5_0_2-2
Arkadiusz Miśkiewicz [Mon, 23 Jan 2012 14:05:29 +0000 (14:05 +0000)]
- up to 5.0.2

Changed files:
    collectd-netlink.patch -> 1.1
    collectd.spec -> 1.118

11 years ago- release 4 auto/th/collectd-5_0_1-4
Arkadiusz Miśkiewicz [Fri, 13 Jan 2012 21:01:24 +0000 (21:01 +0000)]
- release 4

Changed files:
    collectd.spec -> 1.117

11 years ago- rel 3 auto/ti/collectd-5_0_1-3
lisu [Tue, 22 Nov 2011 21:54:01 +0000 (21:54 +0000)]
- rel 3

Changed files:
    collectd.spec -> 1.116

11 years ago- builds also with older libnotify auto/ti/collectd-5_0_1-2
lisu [Mon, 21 Nov 2011 07:45:50 +0000 (07:45 +0000)]
- builds also with older libnotify

Changed files:
    collectd.spec -> 1.115

11 years ago- strict internal deps
Paweł Gołaszewski [Sun, 23 Oct 2011 11:22:53 +0000 (11:22 +0000)]
- strict internal deps

Changed files:
    collectd.spec -> 1.114

11 years ago- rel.2 - drop hal auto/th/collectd-5_0_1-2
Paweł Gołaszewski [Sat, 22 Oct 2011 20:49:33 +0000 (20:49 +0000)]
- rel.2 - drop hal

Changed files:
    collectd.spec -> 1.113

11 years ago- 5.0.1 - removed outdated patches: libnotify, netfilter. pld patch added. auto/th/collectd-5_0_1-1
Paweł Gołaszewski [Sat, 22 Oct 2011 20:04:18 +0000 (20:04 +0000)]
- 5.0.1 - removed outdated patches: libnotify, netfilter. pld patch added.

Changed files:
    collectd.spec -> 1.112
    libiptc.patch -> 1.2
    libnotify.patch -> 1.2
    netfilter.patch -> 1.3
    pld.patch -> 1.1

11 years ago- collection3 subpackage more fixes: missing files, requires, etc. NFY
Paweł Gołaszewski [Sat, 22 Oct 2011 17:02:15 +0000 (17:02 +0000)]
- collection3 subpackage more fixes: missing files, requires, etc. NFY

Changed files:
    collectd.spec -> 1.111

11 years ago- release 5 auto/th/collectd-5_0_0-5
Arkadiusz Miśkiewicz [Sat, 22 Oct 2011 08:23:33 +0000 (08:23 +0000)]
- release 5

Changed files:
    collectd.spec -> 1.110

11 years ago- make collection3 files executable. More work needed
Paweł Gołaszewski [Fri, 21 Oct 2011 18:12:55 +0000 (18:12 +0000)]
- make collection3 files executable. More work needed

Changed files:
    collectd.spec -> 1.109

11 years ago- rel.4 auto/th/collectd-5_0_0-4
Paweł Gołaszewski [Wed, 19 Oct 2011 16:45:43 +0000 (16:45 +0000)]
- rel.4

Changed files:
    collectd.spec -> 1.108

11 years ago- numactl-devel BRequired by libvirt-devel auto/ti/collectd-5_0_0-3
Szymon Siwek [Wed, 28 Sep 2011 12:01:55 +0000 (12:01 +0000)]
- numactl-devel BRequired by libvirt-devel

Changed files:
    collectd.spec -> 1.107

11 years ago- libvirt package created only on libvirt bcond
Szymon Siwek [Wed, 28 Sep 2011 11:55:35 +0000 (11:55 +0000)]
- libvirt package created only on libvirt bcond

Changed files:
    collectd.spec -> 1.106

11 years ago- libnl1-devel BRequired by libvirt-devel
Szymon Siwek [Wed, 28 Sep 2011 11:54:07 +0000 (11:54 +0000)]
- libnl1-devel BRequired by libvirt-devel

Changed files:
    collectd.spec -> 1.105

11 years ago- BR: libnl1-devel, numactl-devel.
lmasko [Wed, 28 Sep 2011 09:58:34 +0000 (09:58 +0000)]
- BR: libnl1-devel, numactl-devel.

Changed files:
    collectd.spec -> 1.104

11 years ago- release 3 auto/th/collectd-5_0_0-3
Arkadiusz Miśkiewicz [Wed, 31 Aug 2011 09:16:21 +0000 (09:16 +0000)]
- release 3

Changed files:
    collectd.spec -> 1.103

11 years ago- update TODO notes auto/th/collectd-5_0_0-2
Artur Frysiak [Mon, 15 Aug 2011 20:34:37 +0000 (20:34 +0000)]
- update TODO notes
- build libvirt plugin
- rel. 2

Changed files:
    collectd.spec -> 1.102

11 years ago- fix building iptables plugin auto/th/collectd-5_0_0-1
Artur Frysiak [Mon, 15 Aug 2011 19:24:12 +0000 (19:24 +0000)]
- fix building iptables plugin
- build curl_json, rrdcached, target_v5upgrade, varnish, threshold, perl plugins
- move plugins dir from libs to main package
- adapterize
- rel. 1

Changed files:
    collectd.spec -> 1.101
    libiptc.patch -> 1.1
    netfilter.patch -> 1.2
    noquote.patch -> 1.1

11 years ago- start update to 5.0.0
Artur Frysiak [Wed, 13 Apr 2011 20:03:29 +0000 (20:03 +0000)]
- start update to 5.0.0
- added netfilter.patch (use system libiptc, but need more work)
- added libnotify.patch (fix build with libnotify 0.7.x)

Compiles but %files NFY

Changed files:
    collectd.spec -> 1.100
    libnotify.patch -> 1.1
    netfilter.patch -> 1.1

11 years ago- release 2 COLLECTD_4_10 auto/th/collectd-4_10_2-2 auto/ti/collectd-4_10_2-2
Arkadiusz Miśkiewicz [Thu, 31 Mar 2011 18:10:07 +0000 (18:10 +0000)]
- release 2

Changed files:
    collectd.spec -> 1.99

11 years ago- corrected lang tag in Summary
sparky [Sat, 5 Feb 2011 00:59:41 +0000 (00:59 +0000)]
- corrected lang tag in Summary

Changed files:
    collectd.spec -> 1.98

11 years ago- up to 4.10.2 auto/th/collectd-4_10_2-1 auto/ti/collectd-4_10_2-1
dzeus [Sun, 28 Nov 2010 20:06:44 +0000 (20:06 +0000)]
- up to 4.10.2

Changed files:
    collectd.spec -> 1.97

11 years ago- release 4 auto/th/collectd-4_10_1-4
Arkadiusz Miśkiewicz [Thu, 25 Nov 2010 11:34:03 +0000 (11:34 +0000)]
- release 4

Changed files:
    collectd.spec -> 1.96

11 years ago- release 3 auto/th/collectd-4_10_1-3 auto/ti/collectd-4_10_1-3
Arkadiusz Miśkiewicz [Tue, 23 Nov 2010 05:48:32 +0000 (05:48 +0000)]
- release 3

Changed files:
    collectd.spec -> 1.95

11 years ago- release 2 auto/th/collectd-4_10_1-2
Arkadiusz Miśkiewicz [Mon, 1 Nov 2010 20:20:41 +0000 (20:20 +0000)]
- release 2

Changed files:
    collectd.spec -> 1.94

11 years ago- up to 4.10.1 auto/th/collectd-4_10_1-1 auto/ti/collectd-4_10_1-1
dzeus [Wed, 28 Jul 2010 21:38:58 +0000 (21:38 +0000)]
- up to 4.10.1

Changed files:
    collectd.spec -> 1.93

11 years ago- release 3 auto/th/collectd-4_10_0-3
Arkadiusz Miśkiewicz [Fri, 9 Jul 2010 11:13:57 +0000 (11:13 +0000)]
- release 3

Changed files:
    collectd.spec -> 1.92

11 years ago- release 2 auto/th/collectd-4_10_0-2 auto/ti/collectd-4_10_0-2
Arkadiusz Miśkiewicz [Sun, 6 Jun 2010 14:48:26 +0000 (14:48 +0000)]
- release 2

Changed files:
    collectd.spec -> 1.91

11 years ago- Up to 4.10.0 auto/th/collectd-4_10_0-1
Caleb Maclennan [Wed, 2 Jun 2010 11:34:10 +0000 (11:34 +0000)]
- Up to 4.10.0
- Packaged new files for curl_xml in curl subpackage.

Changed files:
    collectd.spec -> 1.90

11 years ago- 4.9.2 auto/th/collectd-4_9_2-1 auto/ti/collectd-4_9_2-1
Paweł Gołaszewski [Mon, 26 Apr 2010 13:33:49 +0000 (13:33 +0000)]
- 4.9.2

Changed files:
    collectd.spec -> 1.89

11 years ago- added compile.patch
Szymon Siwek [Thu, 8 Apr 2010 14:04:32 +0000 (14:04 +0000)]
- added compile.patch

Changed files:
    collectd.spec -> 1.88
    compile.patch -> 1.1

11 years ago- release 3 auto/th/collectd-4_9_1-3
Elan Ruusamäe [Sat, 3 Apr 2010 17:18:04 +0000 (17:18 +0000)]
- release 3

Changed files:
    collectd.spec -> 1.87

11 years ago- release 2 auto/th/collectd-4_9_1-2 auto/ti/collectd-4_9_1-2
Marcin Banasiak [Fri, 19 Feb 2010 00:30:20 +0000 (00:30 +0000)]
- release 2

Changed files:
    collectd.spec -> 1.86

11 years ago- rel.1 auto/th/collectd-4_9_1-1
Paweł Gołaszewski [Sun, 7 Feb 2010 21:45:06 +0000 (21:45 +0000)]
- rel.1

Changed files:
    collectd.spec -> 1.85

11 years ago- memcachec subpackage
Paweł Gołaszewski [Fri, 5 Feb 2010 16:21:01 +0000 (16:21 +0000)]
- memcachec subpackage

Changed files:
    collectd.spec -> 1.84

11 years ago- BR: libmemcached-devel, libnetlink-devel, ncurses-devel, pkgconfig, auto/th/collectd-4_9_1-0_9
sparky [Fri, 5 Feb 2010 01:36:24 +0000 (01:36 +0000)]
- BR: libmemcached-devel, libnetlink-devel, ncurses-devel, pkgconfig,
  python-devel, python-modules, which
- psql bcond renamed to much more common pgsql

Changed files:
    collectd.spec -> 1.83

11 years ago- 4.9.1 - new plugins and more to be packaged. BRs are missing.
Paweł Gołaszewski [Thu, 4 Feb 2010 23:39:16 +0000 (23:39 +0000)]
- 4.9.1 - new plugins and more to be packaged. BRs are missing.

Changed files:
    collectd.spec -> 1.82

11 years ago- 4.7.5 - last maintenance release of that line - let's build it for us auto/th/collectd-4_7_5-1
Paweł Gołaszewski [Thu, 4 Feb 2010 22:22:38 +0000 (22:22 +0000)]
- 4.7.5 - last maintenance release of that line - let's build it for us

Changed files:
    collectd.spec -> 1.81

11 years ago- TODO in spec auto/th/collectd-4_7_2-1
Paweł Gołaszewski [Mon, 9 Nov 2009 11:24:43 +0000 (11:24 +0000)]
- TODO in spec

Changed files:
    TODO -> 1.2
    collectd.spec -> 1.80

11 years ago- obsolete
dzeus [Tue, 11 Aug 2009 10:46:35 +0000 (10:46 +0000)]
- obsolete

Changed files:
    collectd-as_needed.patch -> 1.2

11 years ago- up to 4.7.2, rm obsolete as_needed.patch auto/ti/collectd-4_7_2-1
dzeus [Tue, 11 Aug 2009 10:45:51 +0000 (10:45 +0000)]
- up to 4.7.2, rm obsolete as_needed.patch

Changed files:
    collectd.spec -> 1.79

11 years ago- subpackage notify_desktop R: dbus(org.freedesktop.Notifications)
pawelz [Sun, 5 Jul 2009 18:41:47 +0000 (18:41 +0000)]
- subpackage notify_desktop R: dbus(org.freedesktop.Notifications)
- remove false information from description of notify_desktop: it does not
  require notification-daemon. It requires any implementation of
  org.freedesktop.Notifications dbus service. Anyway dependencies should be
  handled by R/C/S/... tags, not by %description. It does not requires access
  to X server. It only requires access to dbus which can work with no X
  access.

Changed files:
    collectd.spec -> 1.78

11 years ago- drop obsolete files
Arkadiusz Miśkiewicz [Sun, 5 Jul 2009 17:15:51 +0000 (17:15 +0000)]
- drop obsolete files

Changed files:
    collectd-include.patch -> 1.2

11 years ago- added perl package
luzik [Mon, 8 Jun 2009 05:40:12 +0000 (05:40 +0000)]
- added perl package
- start collection3 packaging-NFY

Changed files:
    collectd.spec -> 1.77

11 years ago- one %desc devel -l pl is enough; adapter
Elan Ruusamäe [Fri, 5 Jun 2009 07:44:26 +0000 (07:44 +0000)]
- one %desc devel -l pl is enough; adapter

Changed files:
    collectd.spec -> 1.76

11 years ago- fixed ping plugin problems auto/th/collectd-4_7_1-1 auto/ti/collectd-4_7_1-1
luzik [Fri, 5 Jun 2009 06:34:01 +0000 (06:34 +0000)]
- fixed ping plugin problems

Changed files:
    collectd.spec -> 1.75

11 years ago- updated to 4.7.1
luzik [Fri, 5 Jun 2009 06:13:21 +0000 (06:13 +0000)]
- updated to 4.7.1
- curl plugin still crash collectd

Changed files:
    collectd.spec -> 1.74

11 years ago- mysql plugin requires mysql client
Paweł Gołaszewski [Wed, 3 Jun 2009 10:51:06 +0000 (10:51 +0000)]
- mysql plugin requires mysql client

Changed files:
    collectd.spec -> 1.73

This page took 0.098208 seconds and 4 git commands to generate.