2018-06-20 08:12:20 +00:00
|
|
|
%global with_python3 %{?_without_python3: 0} %{?!_without_python3: 1}
|
2016-07-15 13:22:20 +00:00
|
|
|
%global with_php %{?_without_php: 0} %{?!_without_php: 0}
|
2015-08-12 09:18:44 +00:00
|
|
|
%global with_tcl %{?_without_tcl: 0} %{?!_without_tcl: 1}
|
|
|
|
%global with_ruby %{?_without_ruby: 0} %{?!_without_ruby: 1}
|
|
|
|
%global with_lua %{?_without_lua: 0} %{?!_without_lua: 1}
|
2018-01-05 17:56:58 +00:00
|
|
|
%global with_dbi %{?rhel: 0} %{?!rhel: 1}
|
2015-08-12 09:18:44 +00:00
|
|
|
%global php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
|
|
|
|
%global svnrev r1190
|
|
|
|
#global pretag 1.2.99908020600
|
2006-06-08 03:20:59 +00:00
|
|
|
|
2014-06-19 16:25:32 +00:00
|
|
|
%if "%{php_version}" < "5.6"
|
|
|
|
%global ini_name %{name}.ini
|
|
|
|
%else
|
|
|
|
%global ini_name 40-%{name}.ini
|
|
|
|
%endif
|
2012-01-09 09:38:28 +00:00
|
|
|
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
Summary: Round Robin Database Tool to store and display time-series data
|
2004-11-09 02:50:14 +00:00
|
|
|
Name: rrdtool
|
2019-05-27 19:36:27 +00:00
|
|
|
Version: 1.7.2
|
2020-05-26 01:49:36 +00:00
|
|
|
Release: 8%{?dist}
|
2008-02-06 02:36:07 +00:00
|
|
|
License: GPLv2+ with exceptions
|
2007-06-15 18:26:11 +00:00
|
|
|
URL: http://oss.oetiker.ch/rrdtool/
|
2008-06-16 17:47:13 +00:00
|
|
|
Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
|
2007-07-11 01:56:01 +00:00
|
|
|
Source1: php4-%{svnrev}.tar.gz
|
2012-01-09 09:38:28 +00:00
|
|
|
Patch1: rrdtool-1.4.4-php54.patch
|
2013-03-22 14:06:36 +00:00
|
|
|
# disable logo for php 5.5.
|
2014-09-30 14:05:39 +00:00
|
|
|
Patch2: rrdtool-1.4.7-php55.patch
|
2016-04-20 08:40:04 +00:00
|
|
|
Patch3: rrdtool-1.6.0-ruby-2-fix.patch
|
2014-08-12 07:56:00 +00:00
|
|
|
# enable php bindings on ppc
|
2016-04-20 08:40:04 +00:00
|
|
|
Patch4: rrdtool-1.4.8-php-ppc-fix.patch
|
2012-01-09 09:38:28 +00:00
|
|
|
|
2013-05-07 10:29:32 +00:00
|
|
|
Requires: dejavu-sans-mono-fonts
|
2015-04-21 09:56:18 +00:00
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
2006-11-14 18:38:35 +00:00
|
|
|
BuildRequires: gcc-c++, openssl-devel, freetype-devel
|
2008-06-09 02:46:49 +00:00
|
|
|
BuildRequires: libpng-devel, zlib-devel, intltool >= 0.35.0
|
|
|
|
BuildRequires: cairo-devel >= 1.4.6, pango-devel >= 1.17
|
2018-06-20 08:12:20 +00:00
|
|
|
BuildRequires: libtool, groff
|
2018-01-05 17:56:58 +00:00
|
|
|
BuildRequires: gettext, libxml2-devel, systemd
|
|
|
|
%if %{with_dbi}
|
|
|
|
BuildRequires: libdbi-devel
|
|
|
|
%endif
|
2016-06-24 07:20:51 +00:00
|
|
|
BuildRequires: perl-ExtUtils-MakeMaker, perl-generators, perl-Pod-Html, perl-devel
|
2015-08-12 09:18:44 +00:00
|
|
|
BuildRequires: automake, autoconf
|
2004-11-09 02:50:14 +00:00
|
|
|
|
|
|
|
%description
|
2005-03-05 21:10:24 +00:00
|
|
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
|
|
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
|
|
|
server load average). It stores the data in a very compact way that will not
|
|
|
|
expand over time, and it presents useful graphs by processing the data to
|
|
|
|
enforce a certain data density. It can be used either via simple wrapper
|
|
|
|
scripts (from shell or Perl) or via frontends that poll network devices and
|
2004-11-09 02:50:14 +00:00
|
|
|
put a friendly user interface on it.
|
|
|
|
|
|
|
|
%package devel
|
2006-06-03 21:26:59 +00:00
|
|
|
Summary: RRDtool libraries and header files
|
2006-06-05 19:18:51 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2008-10-06 13:55:25 +00:00
|
|
|
Requires: pkgconfig
|
2004-11-09 02:50:14 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
|
|
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
|
|
|
server load average). This package allow you to use directly this library.
|
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
%package doc
|
|
|
|
Summary: RRDtool documentation
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
|
|
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
|
|
|
server load average). This package contains documentation on using RRD.
|
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%package perl
|
2006-06-03 21:26:59 +00:00
|
|
|
Summary: Perl RRDtool bindings
|
2006-06-05 19:18:51 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2006-06-08 03:20:59 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
2006-06-24 21:45:07 +00:00
|
|
|
Obsoletes: perl-%{name} < %{version}-%{release}
|
2006-06-19 17:55:57 +00:00
|
|
|
Provides: perl-%{name} = %{version}-%{release}
|
2006-06-03 21:26:59 +00:00
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%description perl
|
2006-06-03 21:26:59 +00:00
|
|
|
The Perl RRDtool bindings
|
|
|
|
|
|
|
|
|
2018-06-20 08:12:20 +00:00
|
|
|
%package -n python3-rrdtool
|
|
|
|
%{?python_provide:%python_provide python3-rrdtool}
|
|
|
|
Summary: Python RRDtool bindings
|
|
|
|
BuildRequires: python3-devel, python3-setuptools
|
2018-09-27 13:51:50 +00:00
|
|
|
%{?__python3:Requires: %{__python3}}
|
2018-06-20 08:12:20 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n python3-rrdtool
|
|
|
|
Python RRDtool bindings.
|
|
|
|
|
2006-11-14 18:38:35 +00:00
|
|
|
%if %{with_php}
|
2006-06-19 17:55:57 +00:00
|
|
|
%package php
|
2006-06-08 03:20:59 +00:00
|
|
|
Summary: PHP RRDtool bindings
|
|
|
|
BuildRequires: php-devel >= 4.0
|
|
|
|
Requires: php >= 4.0
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2007-07-11 01:56:01 +00:00
|
|
|
Requires: php(zend-abi) = %{php_zend_api}
|
|
|
|
Requires: php(api) = %{php_core_api}
|
2006-06-24 21:45:07 +00:00
|
|
|
Obsoletes: php-%{name} < %{version}-%{release}
|
2006-06-19 17:55:57 +00:00
|
|
|
Provides: php-%{name} = %{version}-%{release}
|
2007-07-11 01:56:01 +00:00
|
|
|
Provides: php-pecl(rrdtool)
|
2006-06-08 03:20:59 +00:00
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%description php
|
|
|
|
The %{name}-php package includes a dynamic shared object (DSO) that adds
|
2006-06-08 03:20:59 +00:00
|
|
|
RRDtool bindings to the PHP HTML-embedded scripting language.
|
2006-11-14 18:38:35 +00:00
|
|
|
%endif
|
2006-06-08 03:20:59 +00:00
|
|
|
|
2006-11-14 18:38:35 +00:00
|
|
|
%if %{with_tcl}
|
2006-10-25 19:28:53 +00:00
|
|
|
%package tcl
|
|
|
|
Summary: Tcl RRDtool bindings
|
|
|
|
BuildRequires: tcl-devel >= 8.0
|
|
|
|
Requires: tcl >= 8.0
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Obsoletes: tcl-%{name} < %{version}-%{release}
|
|
|
|
Provides: tcl-%{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description tcl
|
|
|
|
The %{name}-tcl package includes RRDtool bindings for Tcl.
|
2006-11-14 18:38:35 +00:00
|
|
|
%endif
|
2006-10-25 19:28:53 +00:00
|
|
|
|
2007-05-21 15:08:15 +00:00
|
|
|
%if %{with_ruby}
|
2015-08-12 09:18:44 +00:00
|
|
|
%{!?ruby_vendorarchdir: %global ruby_vendorarchdir %(ruby -rrbconfig -e 'puts Config::CONFIG["vendorarchdir"]')}
|
2007-05-21 15:08:15 +00:00
|
|
|
|
|
|
|
%package ruby
|
|
|
|
Summary: Ruby RRDtool bindings
|
2007-05-21 18:01:09 +00:00
|
|
|
BuildRequires: ruby, ruby-devel
|
2007-05-21 15:08:15 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description ruby
|
|
|
|
The %{name}-ruby package includes RRDtool bindings for Ruby.
|
|
|
|
%endif
|
|
|
|
|
2010-11-23 22:21:16 +00:00
|
|
|
%if %{with_lua}
|
2015-04-21 09:56:18 +00:00
|
|
|
%{!?luaver: %global luaver %(lua -e "print(string.sub(_VERSION, 5))")}
|
|
|
|
%global lualibdir %{_libdir}/lua/%{luaver}
|
|
|
|
%global luapkgdir %{_datadir}/lua/%{luaver}
|
2010-11-23 22:21:16 +00:00
|
|
|
|
|
|
|
%package lua
|
|
|
|
Summary: Lua RRDtool bindings
|
|
|
|
BuildRequires: lua, lua-devel
|
2016-07-29 06:29:41 +00:00
|
|
|
%if "%{luaver}" != ""
|
2013-05-20 14:22:08 +00:00
|
|
|
Requires: lua(abi) = %{luaver}
|
2016-07-29 06:29:41 +00:00
|
|
|
%endif
|
2010-11-23 22:21:16 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description lua
|
|
|
|
The %{name}-lua package includes RRDtool bindings for Lua.
|
|
|
|
%endif
|
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
%prep
|
2008-06-16 17:47:13 +00:00
|
|
|
%setup -q -n %{name}-%{version} %{?with_php: -a 1}
|
2012-01-09 09:38:28 +00:00
|
|
|
%if %{with_php}
|
|
|
|
%patch1 -p1 -b .php54
|
2014-09-30 14:05:39 +00:00
|
|
|
%patch2 -p1 -b .php55
|
2012-01-09 09:38:28 +00:00
|
|
|
%endif
|
2014-08-08 13:00:45 +00:00
|
|
|
# Workaround for rhbz#92165
|
2014-06-24 16:16:51 +00:00
|
|
|
# Do not apply on RHEL-6 or lower
|
|
|
|
%if %{?rhel} %{?!rhel:7} > 6
|
2014-09-30 14:05:39 +00:00
|
|
|
%patch3 -p1 -b .ruby-2-fix
|
2014-06-24 16:16:51 +00:00
|
|
|
%endif
|
2016-04-20 08:40:04 +00:00
|
|
|
%patch4 -p1 -b .php-ppc-fix
|
2007-06-15 18:26:11 +00:00
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
# Fix to find correct python dir on lib64
|
2015-08-12 09:18:44 +00:00
|
|
|
perl -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \
|
2006-06-03 21:26:59 +00:00
|
|
|
configure
|
|
|
|
|
2006-06-08 03:20:59 +00:00
|
|
|
# Most edits shouldn't be necessary when using --libdir, but
|
2007-06-15 18:26:11 +00:00
|
|
|
# w/o, some introduce hardcoded rpaths where they shouldn't
|
2015-08-12 09:18:44 +00:00
|
|
|
perl -pi.orig -e 's|/lib\b|/%{_lib}|g' \
|
2006-06-08 03:20:59 +00:00
|
|
|
configure Makefile.in php4/configure php4/ltconfig*
|
2004-11-09 02:50:14 +00:00
|
|
|
|
2008-04-08 15:19:45 +00:00
|
|
|
# Perl 5.10 seems to not like long version strings, hack around it
|
2015-08-12 09:18:44 +00:00
|
|
|
perl -pi.orig -e 's|1.299907080300|1.29990708|' \
|
2008-04-08 15:19:45 +00:00
|
|
|
bindings/perl-shared/RRDs.pm bindings/perl-piped/RRDp.pm
|
|
|
|
|
2008-05-22 01:56:26 +00:00
|
|
|
#
|
|
|
|
# fix config files for php4 bindings
|
|
|
|
# workaround needed due to https://bugzilla.redhat.com/show_bug.cgi?id=211069
|
|
|
|
cp -p /usr/lib/rpm/config.{guess,sub} php4/
|
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
%build
|
2015-04-21 09:56:18 +00:00
|
|
|
./bootstrap
|
2004-11-09 02:50:26 +00:00
|
|
|
%configure \
|
2006-11-14 18:38:35 +00:00
|
|
|
--with-perl-options='INSTALLDIRS="vendor"' \
|
2010-11-23 22:21:16 +00:00
|
|
|
--disable-rpath \
|
2006-11-14 18:38:35 +00:00
|
|
|
%if %{with_tcl}
|
2006-10-25 19:28:53 +00:00
|
|
|
--enable-tcl-site \
|
|
|
|
--with-tcllib=%{_libdir} \
|
2006-11-14 18:38:35 +00:00
|
|
|
%else
|
|
|
|
--disable-tcl \
|
|
|
|
%endif
|
2019-08-30 09:31:54 +00:00
|
|
|
%if %{with_python3}
|
2006-11-14 18:38:35 +00:00
|
|
|
--enable-python \
|
|
|
|
%else
|
|
|
|
--disable-python \
|
2007-05-21 15:08:15 +00:00
|
|
|
%endif
|
|
|
|
%if %{with_ruby}
|
|
|
|
--enable-ruby \
|
2013-03-25 10:17:41 +00:00
|
|
|
%else
|
|
|
|
--disable-ruby \
|
2018-01-05 17:56:58 +00:00
|
|
|
%endif
|
|
|
|
%if %{with_dbi}
|
|
|
|
--enable-libdbi \
|
|
|
|
%else
|
|
|
|
--disable-libdbi \
|
2006-11-14 18:38:35 +00:00
|
|
|
%endif
|
|
|
|
--disable-static \
|
|
|
|
--with-pic
|
2006-06-03 21:26:59 +00:00
|
|
|
|
|
|
|
# Fix another rpath issue
|
2015-08-12 09:18:44 +00:00
|
|
|
perl -pi.orig -e 's|-Wl,--rpath -Wl,\$rp||g' \
|
2006-06-03 21:26:59 +00:00
|
|
|
bindings/perl-shared/Makefile.PL
|
|
|
|
|
2010-11-23 22:21:16 +00:00
|
|
|
%if %{with_ruby}
|
|
|
|
# Remove Rpath from Ruby
|
2015-08-12 09:18:44 +00:00
|
|
|
perl -pi.orig -e 's|-Wl,--rpath -Wl,\$\(EPREFIX\)/lib||g' \
|
2010-11-23 22:21:16 +00:00
|
|
|
bindings/ruby/extconf.rb
|
2015-04-21 09:56:18 +00:00
|
|
|
sed -i 's|extconf.rb \\|extconf.rb --vendor \\|' bindings/Makefile
|
2010-11-23 22:21:16 +00:00
|
|
|
%endif
|
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
# Force RRDp bits where we want 'em, not sure yet why the
|
|
|
|
# --with-perl-options and --libdir don't take
|
|
|
|
pushd bindings/perl-piped/
|
2015-08-12 09:18:44 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
perl -pi.orig -e 's|/lib/perl|/%{_lib}/perl|g' Makefile
|
2006-06-03 21:26:59 +00:00
|
|
|
popd
|
|
|
|
|
2007-06-15 18:26:11 +00:00
|
|
|
#{__make} %{?_smp_mflags}
|
|
|
|
make
|
2004-11-09 02:50:26 +00:00
|
|
|
|
2006-06-08 03:20:59 +00:00
|
|
|
# Build the php module, the tmp install is required
|
2006-11-14 18:38:35 +00:00
|
|
|
%if %{with_php}
|
2015-08-12 09:18:44 +00:00
|
|
|
%global rrdtmp %{_tmppath}/%{name}-%{version}-tmpinstall
|
|
|
|
make install DESTDIR="%{rrdtmp}"
|
2006-06-08 03:20:59 +00:00
|
|
|
pushd php4/
|
2018-06-20 08:12:20 +00:00
|
|
|
|
|
|
|
export PYTHON=%{__python3}
|
|
|
|
|
2006-06-08 03:20:59 +00:00
|
|
|
%configure \
|
|
|
|
--with-rrdtool="%{rrdtmp}%{_prefix}" \
|
|
|
|
--disable-static
|
2007-06-15 18:26:11 +00:00
|
|
|
#{__make} %{?_smp_mflags}
|
2018-06-20 08:12:20 +00:00
|
|
|
make PYTHON="$PYTHON"
|
2006-06-08 03:20:59 +00:00
|
|
|
popd
|
2015-08-12 09:18:44 +00:00
|
|
|
rm -rf %{rrdtmp}
|
2006-11-14 18:38:35 +00:00
|
|
|
%endif
|
2006-06-08 03:20:59 +00:00
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
# Fix @perl@ and @PERL@
|
|
|
|
find examples/ -type f \
|
2015-08-12 09:18:44 +00:00
|
|
|
-exec perl -pi -e 's|^#! \@perl\@|#!%{__perl}|gi' {} \;
|
2004-11-09 02:50:14 +00:00
|
|
|
find examples/ -name "*.pl" \
|
2015-08-12 09:18:44 +00:00
|
|
|
-exec perl -pi -e 's|\015||gi' {} \;
|
2004-11-09 02:50:26 +00:00
|
|
|
|
2018-06-20 08:12:20 +00:00
|
|
|
# Rebuild python
|
|
|
|
pushd bindings/python
|
|
|
|
%py3_build
|
|
|
|
popd
|
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
%install
|
2018-06-20 08:12:20 +00:00
|
|
|
export PYTHON=%{__python3}
|
|
|
|
make DESTDIR="$RPM_BUILD_ROOT" PYTHON="$PYTHON" install
|
2004-11-09 02:50:14 +00:00
|
|
|
|
2006-06-08 03:20:59 +00:00
|
|
|
# Install the php module
|
2006-11-14 18:38:35 +00:00
|
|
|
%if %{with_php}
|
2015-08-12 09:18:44 +00:00
|
|
|
install -D -m0755 php4/modules/rrdtool.so \
|
2006-06-08 03:20:59 +00:00
|
|
|
%{buildroot}%{php_extdir}/rrdtool.so
|
|
|
|
# Clean up the examples for inclusion as docs
|
2015-08-12 09:18:44 +00:00
|
|
|
rm -rf php4/examples/.svn
|
2006-06-08 03:20:59 +00:00
|
|
|
# Put the php config bit into place
|
2015-08-12 09:18:44 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/php.d
|
|
|
|
cat << __EOF__ > %{buildroot}%{_sysconfdir}/php.d/%{ini_name}
|
2006-06-08 03:20:59 +00:00
|
|
|
; Enable rrdtool extension module
|
|
|
|
extension=rrdtool.so
|
|
|
|
__EOF__
|
2006-11-14 18:38:35 +00:00
|
|
|
%endif
|
2006-06-08 03:20:59 +00:00
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
# Pesky RRDp.pm...
|
2015-08-12 09:18:44 +00:00
|
|
|
mv $RPM_BUILD_ROOT%{perl_vendorlib}/RRDp.pm $RPM_BUILD_ROOT%{perl_vendorarch}/
|
2006-06-03 21:26:59 +00:00
|
|
|
|
2007-06-15 18:26:11 +00:00
|
|
|
# Dunno why this is getting installed here...
|
2015-08-12 09:18:44 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/leaktest.pl
|
2007-06-15 18:26:11 +00:00
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
# We only want .txt and .html files for the main documentation
|
2015-08-12 09:18:44 +00:00
|
|
|
mkdir -p doc2/html doc2/txt
|
|
|
|
cp -a doc/*.txt doc2/txt/
|
|
|
|
cp -a doc/*.html doc2/html/
|
2006-06-03 21:26:59 +00:00
|
|
|
|
|
|
|
# Put perl docs in perl package
|
2015-08-12 09:18:44 +00:00
|
|
|
mkdir -p doc3/html
|
|
|
|
mv doc2/html/RRD*.html doc3/html/
|
2004-11-09 02:50:14 +00:00
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
# Clean up the examples
|
2018-12-05 20:46:31 +00:00
|
|
|
rm -f examples/Makefile* examples/*.in examples/rrdcached/Makefile*
|
2006-04-20 21:01:23 +00:00
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
# This is so rpm doesn't pick up perl module dependencies automatically
|
2006-04-20 21:01:23 +00:00
|
|
|
find examples/ -type f -exec chmod 0644 {} \;
|
2004-11-09 02:50:14 +00:00
|
|
|
|
2018-06-20 08:12:20 +00:00
|
|
|
# Reinstall python
|
|
|
|
pushd bindings/python
|
|
|
|
%py3_install
|
|
|
|
popd
|
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
# Clean up the buildroot
|
2015-08-12 09:18:44 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}-* \
|
2010-11-23 22:21:16 +00:00
|
|
|
$RPM_BUILD_ROOT%{perl_vendorarch}/ntmake.pl \
|
|
|
|
$RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod \
|
2006-06-03 21:26:59 +00:00
|
|
|
$RPM_BUILD_ROOT%{_datadir}/%{name}/examples \
|
|
|
|
$RPM_BUILD_ROOT%{perl_vendorarch}/auto/*/{.packlist,*.bs}
|
2004-11-09 02:50:14 +00:00
|
|
|
|
2017-05-22 14:49:42 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2012-01-09 09:38:28 +00:00
|
|
|
%check
|
|
|
|
# minimal load test for the PHP extension
|
|
|
|
%if %{with_php}
|
|
|
|
LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \
|
|
|
|
-d extension_dir=%{buildroot}%{php_extdir} \
|
|
|
|
-d extension=rrdtool.so -m \
|
|
|
|
| grep rrdtool
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2015-04-21 09:56:18 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
%systemd_post rrdcached.service rrdcached.socket
|
2006-06-03 21:26:59 +00:00
|
|
|
|
2015-04-21 09:56:18 +00:00
|
|
|
%preun
|
|
|
|
%systemd_post rrdcached.service rrdcached.socket
|
2006-06-03 21:26:59 +00:00
|
|
|
|
2015-04-21 09:56:18 +00:00
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
%systemd_post rrdcached.service rrdcached.socket
|
2004-11-09 02:50:26 +00:00
|
|
|
|
2017-05-22 14:49:42 +00:00
|
|
|
%files -f %{name}.lang
|
|
|
|
%license LICENSE
|
|
|
|
%doc CONTRIBUTORS COPYRIGHT TODO NEWS CHANGES THREADS
|
2004-11-09 02:50:14 +00:00
|
|
|
%{_bindir}/*
|
2004-11-09 02:50:20 +00:00
|
|
|
%{_libdir}/*.so.*
|
2015-04-21 09:56:18 +00:00
|
|
|
%{_unitdir}/rrdcached.service
|
|
|
|
%{_unitdir}/rrdcached.socket
|
2006-06-10 19:29:44 +00:00
|
|
|
%{_datadir}/%{name}
|
2004-11-09 02:50:14 +00:00
|
|
|
%{_mandir}/man1/*
|
2004-11-09 02:50:26 +00:00
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
%files devel
|
2004-11-09 02:50:26 +00:00
|
|
|
%{_includedir}/*.h
|
2004-11-09 02:50:14 +00:00
|
|
|
%exclude %{_libdir}/*.la
|
2013-10-11 11:48:05 +00:00
|
|
|
%{_libdir}/lib*.so
|
2008-10-06 13:55:25 +00:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2004-11-09 02:50:14 +00:00
|
|
|
|
2015-04-21 09:56:18 +00:00
|
|
|
# License file is missing, upstream was notified
|
2006-06-03 21:26:59 +00:00
|
|
|
%files doc
|
2006-06-10 19:29:44 +00:00
|
|
|
%doc examples doc2/html doc2/txt
|
2006-06-03 21:26:59 +00:00
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
%files perl
|
2006-06-03 21:26:59 +00:00
|
|
|
%doc doc3/html
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{perl_vendorarch}/*.pm
|
2006-06-10 19:29:44 +00:00
|
|
|
%attr(0755,root,root) %{perl_vendorarch}/auto/RRDs/
|
2006-06-03 21:26:59 +00:00
|
|
|
|
2018-06-20 08:12:20 +00:00
|
|
|
|
|
|
|
%files -n python3-rrdtool
|
|
|
|
%doc bindings/python/COPYING bindings/python/README.md
|
|
|
|
%{python3_sitearch}/rrdtool*.so
|
|
|
|
%{python3_sitearch}/rrdtool-*.egg-info
|
2006-06-03 21:26:59 +00:00
|
|
|
|
2006-11-14 18:38:35 +00:00
|
|
|
%if %{with_php}
|
2006-06-19 17:55:57 +00:00
|
|
|
%files php
|
2006-06-08 03:20:59 +00:00
|
|
|
%doc php4/examples php4/README
|
2014-06-19 16:25:32 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/php.d/%{ini_name}
|
2006-06-08 03:20:59 +00:00
|
|
|
%{php_extdir}/rrdtool.so
|
2006-11-14 18:38:35 +00:00
|
|
|
%endif
|
2006-06-08 03:20:59 +00:00
|
|
|
|
2006-11-14 18:38:35 +00:00
|
|
|
%if %{with_tcl}
|
2006-10-25 19:28:53 +00:00
|
|
|
%files tcl
|
|
|
|
%doc bindings/tcl/README
|
|
|
|
%{_libdir}/tclrrd*.so
|
|
|
|
%{_libdir}/rrdtool/*.tcl
|
2006-11-14 18:38:35 +00:00
|
|
|
%endif
|
2006-10-25 19:28:53 +00:00
|
|
|
|
2007-05-21 15:08:15 +00:00
|
|
|
%if %{with_ruby}
|
|
|
|
%files ruby
|
|
|
|
%doc bindings/ruby/README
|
2012-02-08 13:16:04 +00:00
|
|
|
%{ruby_vendorarchdir}/RRD.so
|
2007-05-21 15:08:15 +00:00
|
|
|
%endif
|
|
|
|
|
2010-11-23 22:21:16 +00:00
|
|
|
%if %{with_lua}
|
|
|
|
%files lua
|
|
|
|
%doc bindings/lua/README
|
2013-01-08 09:51:36 +00:00
|
|
|
%exclude %{lualibdir}/*.la
|
2010-11-23 22:21:16 +00:00
|
|
|
%{lualibdir}/*
|
|
|
|
%endif
|
|
|
|
|
2004-11-09 02:50:14 +00:00
|
|
|
%changelog
|
2020-05-26 01:49:36 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.7.2-8
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-01-30 17:54:30 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-18 02:37:07 +00:00
|
|
|
* Sat Jan 18 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.7.2-6
|
|
|
|
- F-32: rebuild against ruby27
|
|
|
|
|
2019-08-30 09:31:54 +00:00
|
|
|
* Fri Aug 30 2019 Miro Hrončok <mhroncok@redhat.com> - 1.7.2-5
|
|
|
|
- Subpackage python2-rrdtool has been removed
|
|
|
|
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
|
|
2019-08-19 09:05:16 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.7.2-4
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-26 18:48:05 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-01 18:22:32 +00:00
|
|
|
* Sat Jun 01 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.7.2-2
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
2019-05-27 19:36:27 +00:00
|
|
|
* Mon May 27 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 1.7.2-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1714347
|
|
|
|
- Dropped compile-fix patch (upstreamed)
|
|
|
|
|
2019-02-05 14:10:39 +00:00
|
|
|
* Tue Feb 5 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 1.7.1-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1672309
|
|
|
|
- Dropped fix-configure-parameters patch (upstreamed)
|
|
|
|
|
2019-02-02 11:37:09 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-21
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-21 13:17:14 +00:00
|
|
|
* Mon Jan 21 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.7.0-20
|
|
|
|
- F-30: rebuild against ruby26
|
|
|
|
|
2018-12-05 20:46:31 +00:00
|
|
|
* Wed Dec 5 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1.7.0-19
|
|
|
|
- Dropped useless Makefile in examples/rrdcached
|
|
|
|
|
2018-09-27 13:51:50 +00:00
|
|
|
* Thu Sep 27 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1.7.0-18
|
|
|
|
- Introduced python3 change requested by python team
|
|
|
|
|
2018-07-14 03:45:03 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-04 06:46:37 +00:00
|
|
|
* Wed Jul 04 2018 Petr Pisar <ppisar@redhat.com> - 1.7.0-16
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-07-02 19:25:33 +00:00
|
|
|
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1.7.0-15
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-06-29 19:56:50 +00:00
|
|
|
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.7.0-14
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-06-20 08:12:20 +00:00
|
|
|
* Tue Jun 19 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1.7.0-13
|
|
|
|
- Added support for python3
|
|
|
|
|
2018-02-12 06:53:21 +00:00
|
|
|
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.7.0-12
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2018-02-09 13:20:50 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-20 22:07:49 +00:00
|
|
|
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.7.0-10
|
|
|
|
- Rebuilt for switch to libxcrypt
|
|
|
|
|
2018-01-08 14:11:55 +00:00
|
|
|
* Mon Jan 08 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.7.0-9
|
|
|
|
- Again rebuild for ruby25
|
|
|
|
|
2018-01-05 17:56:58 +00:00
|
|
|
* Fri Jan 5 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1.7.0-8
|
|
|
|
- Dropped libdbi on RHEL
|
|
|
|
Resolves: rhbz#1531474
|
|
|
|
|
2018-01-05 05:37:48 +00:00
|
|
|
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.7.0-7
|
|
|
|
- F-28: rebuild for ruby25
|
|
|
|
|
2017-08-20 14:42:16 +00:00
|
|
|
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.7.0-6
|
|
|
|
- Add Provides for the old name without %%_isa
|
|
|
|
|
2017-08-19 13:43:39 +00:00
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.7.0-5
|
|
|
|
- Python 2 binary package renamed to python2-rrdtool
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
2017-08-03 07:48:18 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 13:17:52 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-04 05:21:40 +00:00
|
|
|
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.7.0-2
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-05-22 14:49:42 +00:00
|
|
|
* Wed May 17 2017 Jaroslav Škarvada <jskarvad@redhat.com> - 1.7.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1451534
|
|
|
|
- Spec cleanup
|
|
|
|
- Added support for locales
|
|
|
|
|
2017-02-11 11:52:08 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-13 01:41:58 +00:00
|
|
|
* Fri Jan 13 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.0-7
|
|
|
|
- F-26: rebuild for ruby24
|
|
|
|
|
2016-07-29 06:29:41 +00:00
|
|
|
* Fri Jul 29 2016 Petr Pisar <ppisar@redhat.com> - 1.6.0-6
|
|
|
|
- Adjust lua version computaion to SRPM build root without lua
|
|
|
|
|
2016-07-19 12:32:41 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-5
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-07-15 13:22:20 +00:00
|
|
|
* Fri Jul 15 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 1.6.0-4
|
|
|
|
- Disabled php bindings due to rhbz#1353500 and:
|
|
|
|
https://github.com/oetiker/rrdtool-1.x/issues/724
|
|
|
|
|
2016-07-15 11:27:47 +00:00
|
|
|
* Fri Jul 15 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 1.6.0-3
|
|
|
|
- Rebuilt for php
|
|
|
|
|
2016-05-17 03:08:18 +00:00
|
|
|
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.6.0-2
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-04-20 08:40:04 +00:00
|
|
|
* Wed Apr 20 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 1.6.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1328651
|
|
|
|
- Dropped lua-5.2 and arm-crash-fix patches (upstreamed)
|
|
|
|
- Updated ruby-2-fix patch
|
|
|
|
|
2016-04-19 13:12:39 +00:00
|
|
|
* Tue Apr 19 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 1.5.6-1
|
|
|
|
- New version
|
|
|
|
|
2016-02-04 22:19:48 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-12 15:46:02 +00:00
|
|
|
* Tue Jan 12 2016 Vít Ondruch <vondruch@redhat.com> - 1.5.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3
|
|
|
|
|
2015-11-11 13:31:30 +00:00
|
|
|
* Wed Nov 11 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 1.5.5-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1280118
|
|
|
|
|
2015-08-10 13:04:15 +00:00
|
|
|
* Mon Aug 10 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 1.5.4-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1251737
|
|
|
|
- Defuzzified ruby-2-fix and lua-5.2 patches
|
2015-08-12 09:18:44 +00:00
|
|
|
- Used global instead of define
|
|
|
|
- Dropped macros for commands (e.g. rm)
|
2015-08-10 13:04:15 +00:00
|
|
|
|
2015-06-18 22:34:14 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-06 15:52:34 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.5.3-3
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2015-05-25 16:37:14 +00:00
|
|
|
* Mon May 25 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 1.5.3-2
|
|
|
|
- Fixed crash on ARM
|
|
|
|
Resolves: rhbz#1224530
|
|
|
|
|
2015-05-04 11:49:38 +00:00
|
|
|
* Mon May 4 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 1.5.3-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1217759
|
|
|
|
|
2015-04-25 06:54:17 +00:00
|
|
|
* Sat Apr 25 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 1.5.2-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1215162
|
|
|
|
|
2015-04-23 13:47:02 +00:00
|
|
|
* Thu Apr 23 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 1.5.1-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1214750
|
|
|
|
- Dropped python-fix (upstreamed)
|
|
|
|
|
2015-04-21 09:56:18 +00:00
|
|
|
* Mon Apr 20 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 1.5.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1213035
|
|
|
|
- Dropped autoconf and doc-fix patches (all upstreamed)
|
|
|
|
- Included systemd rrdcached service and socket from upstream
|
|
|
|
- General documentation (like NEWS) moved to basic package
|
|
|
|
|
2015-01-18 23:17:23 +00:00
|
|
|
* Mon Jan 19 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.9-4
|
|
|
|
- Again rebuild for ruby 2.2
|
|
|
|
|
2015-01-18 15:31:35 +00:00
|
|
|
* Sun Jan 18 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.4.9-3
|
|
|
|
- Rebuilt for Lua 5.3
|
|
|
|
|
2015-01-16 10:56:46 +00:00
|
|
|
* Fri Jan 16 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.9-2
|
|
|
|
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2
|
|
|
|
|
2014-09-30 14:05:39 +00:00
|
|
|
* Tue Sep 30 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.9-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1147901
|
|
|
|
- Dropped imginfo-check patch (upstreamed)
|
|
|
|
- De-fuzzified patches
|
|
|
|
|
2014-08-28 18:49:11 +00:00
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.4.8-18
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-08-18 00:20:39 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-12 07:56:00 +00:00
|
|
|
* Tue Aug 12 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.8-16
|
|
|
|
- Enabled php bindings on ppc
|
|
|
|
|
2014-08-08 13:00:45 +00:00
|
|
|
* Fri Aug 8 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.8-15
|
|
|
|
- Fixed conditionalized patch to be according to Packaging guidelines
|
|
|
|
|
2014-06-24 16:16:51 +00:00
|
|
|
* Tue Jun 24 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.8-14
|
|
|
|
- Improved backward compatibility
|
|
|
|
Resolves: rhbz#111633
|
|
|
|
|
2014-06-19 16:25:32 +00:00
|
|
|
* Thu Jun 19 2014 Remi Collet <rcollet@redhat.com> - 1.4.8-13
|
|
|
|
- rebuild for https://fedoraproject.org/wiki/Changes/Php56
|
|
|
|
- add numerical prefix to extension configuration file
|
|
|
|
- cleanup filter (no more needed in F20+)
|
|
|
|
|
2014-06-08 02:58:42 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-28 10:59:15 +00:00
|
|
|
* Mon Apr 28 2014 Vít Ondruch <vondruch@redhat.com> - 1.4.8-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
|
|
|
|
|
2014-02-17 16:11:03 +00:00
|
|
|
* Mon Feb 17 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.8-10
|
|
|
|
- Used macro to detect all ppc64 host variants
|
|
|
|
Resolves: rhbz#1054300
|
|
|
|
|
2014-01-21 20:31:00 +00:00
|
|
|
* Tue Jan 21 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.8-9
|
|
|
|
- rebuild for new libdbi
|
|
|
|
|
2013-12-09 12:45:40 +00:00
|
|
|
* Mon Dec 9 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.8-8
|
|
|
|
- Enabled libdbi support
|
|
|
|
Resolves: rhbz#1039326
|
|
|
|
|
2013-11-04 14:41:21 +00:00
|
|
|
* Mon Nov 4 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.8-7
|
|
|
|
- Fixed multilib problems
|
|
|
|
|
2013-10-11 11:48:05 +00:00
|
|
|
* Fri Oct 11 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.8-6
|
|
|
|
- Fixed twice packaging of tclrrd1.4.8.so
|
|
|
|
|
2013-08-04 13:01:29 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-17 18:33:40 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.4.8-4
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-01 09:10:06 +00:00
|
|
|
* Mon Jul 1 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.8-3
|
|
|
|
- Minor doc / man fixes
|
|
|
|
|
2013-06-07 08:11:59 +00:00
|
|
|
* Fri Jun 7 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.8-2
|
|
|
|
- Added imginfo format check
|
|
|
|
Resolves: CVE-2013-2131
|
|
|
|
|
2013-05-24 09:27:14 +00:00
|
|
|
* Thu May 23 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.8-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#966639
|
|
|
|
- Updated and defuzzified patches
|
|
|
|
|
2013-05-20 14:22:08 +00:00
|
|
|
* Mon May 20 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-17
|
|
|
|
- Require lua abi instead of package version
|
|
|
|
|
2013-05-15 15:42:47 +00:00
|
|
|
* Wed May 15 2013 Tom Callaway <spot@fedoraproject.org> - 1.4.7-16
|
|
|
|
- lua 5.2
|
|
|
|
|
2013-05-07 10:29:32 +00:00
|
|
|
* Tue May 7 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-15
|
|
|
|
- Removed unneccassary dejavu-lgc-sans-mono-fonts requirement
|
|
|
|
Resolves: rhbz#922467
|
|
|
|
|
2013-03-26 19:44:26 +00:00
|
|
|
* Tue Mar 26 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-14
|
|
|
|
- Fixed autoconf (by autoconf-fix patch)
|
|
|
|
- Added support for aarch64
|
|
|
|
Resolves: rhbz#926455
|
|
|
|
|
2013-03-25 10:17:41 +00:00
|
|
|
* Mon Mar 25 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-13
|
|
|
|
- Fixed build failure
|
|
|
|
Resolves: rhbz#926037
|
|
|
|
|
2013-03-22 14:06:36 +00:00
|
|
|
* Fri Mar 22 2013 Remi Collet <rcollet@redhat.com> - 1.4.7-12
|
|
|
|
- rebuild for http://fedoraproject.org/wiki/Features/Php55
|
|
|
|
- remove rrdtool_logo_guid function
|
|
|
|
|
2013-03-19 22:44:07 +00:00
|
|
|
* Tue Mar 19 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-11
|
|
|
|
- Dropped ruby(abi) explicit requirement
|
|
|
|
|
2013-03-18 14:51:52 +00:00
|
|
|
* Mon Mar 18 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-10
|
|
|
|
- Fixed build failure with ruby-2.0 (by ruby-2-fix patch)
|
|
|
|
- Fixed bogus date in changelog
|
|
|
|
|
2013-02-14 21:54:10 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.7-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-08 09:51:36 +00:00
|
|
|
* Tue Jan 8 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-8
|
|
|
|
- Removed libtool archive from the lua subpackage
|
|
|
|
|
2012-07-21 17:07:22 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.7-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-11 08:12:14 +00:00
|
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.4.7-6
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-02-09 14:51:31 +00:00
|
|
|
* Thu Feb 9 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-5
|
|
|
|
- Changed ruby(abi) to 1.9.1
|
|
|
|
|
2012-02-08 13:16:04 +00:00
|
|
|
* Wed Feb 8 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-4
|
|
|
|
- Used ruby_vendorarchdir instead of ruby_sitearch
|
|
|
|
|
2012-02-08 10:18:44 +00:00
|
|
|
* Wed Feb 8 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-3
|
|
|
|
- Fixed ruby(abi) requires
|
|
|
|
|
2012-02-07 15:02:39 +00:00
|
|
|
* Tue Feb 7 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-2
|
|
|
|
- Rebuilt for new ruby
|
|
|
|
|
2012-01-26 09:39:14 +00:00
|
|
|
* Thu Jan 26 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#783553
|
|
|
|
- Dropped fix-tcl-site-option patch (upstreamed)
|
|
|
|
|
2012-01-20 18:30:19 +00:00
|
|
|
* Thu Jan 19 2012 Remi Collet <remi@fedoraproject.org> - 1.4.4-9
|
2012-01-09 09:38:28 +00:00
|
|
|
- build with php 5.4
|
2012-01-20 18:30:19 +00:00
|
|
|
|
|
|
|
* Thu Dec 29 2011 Remi Collet <remi@fedoraproject.org> - 1.4.4-8
|
|
|
|
- add patch for php 5.4
|
2012-01-09 09:38:28 +00:00
|
|
|
- add minimal load test for PHP extension
|
|
|
|
- add provides filters
|
|
|
|
|
2011-12-06 06:03:50 +00:00
|
|
|
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.4.4-7
|
|
|
|
- Rebuild for new libpng
|
|
|
|
|
2011-06-17 08:55:41 +00:00
|
|
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.4-6
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-06-10 22:14:20 +00:00
|
|
|
* Sat Jun 11 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.4-5
|
|
|
|
- Fixed build failure due to change in php_zend_api macro type
|
|
|
|
|
2011-06-10 12:35:20 +00:00
|
|
|
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.4-4
|
|
|
|
- Perl 5.14 mass rebuild
|
|
|
|
|
2011-02-09 08:46:30 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-23 22:21:16 +00:00
|
|
|
* Tue Nov 23 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.4-2
|
|
|
|
- Fixed mixed tabs and spaces rpmlint warning
|
|
|
|
- Fixed tcl-site configure option (upstream ticket #281)
|
|
|
|
- Removed Rpath from Ruby
|
|
|
|
- Enabled Lua bindings (#656080), thanks to Tim Niemueller
|
|
|
|
|
2010-11-16 09:38:47 +00:00
|
|
|
* Tue Nov 16 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.4-1
|
|
|
|
- Update to rrdtool 1.4.4
|
|
|
|
|
2010-07-22 06:23:22 +00:00
|
|
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.8-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-06-02 07:27:13 +00:00
|
|
|
* Wed Jun 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.3.8-7
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-01-13 11:45:19 +00:00
|
|
|
* Wed Jan 13 2010 Stepan Kasal <skasal@redhat.com> - 1.3.8-6
|
|
|
|
- remove python_* macros clashing with the built-in ones
|
|
|
|
- fix for new vendorlib directory
|
|
|
|
|
2009-12-07 02:07:03 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.3.8-5
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-27 03:15:04 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-13 09:12:51 +00:00
|
|
|
* Mon Jul 13 2009 Remi Collet <Fedora@FamilleCollet.com> 1.3.8-3
|
|
|
|
- rebuild for new PHP 5.3.0 ABI (20090626)
|
|
|
|
|
2009-05-26 15:58:07 +00:00
|
|
|
* Tue May 26 2009 Jarod Wilson <jarod@redhat.com> 1.3.8-2
|
|
|
|
- Update dejavu font deps yet again, hopefully for the last time... (#473551)
|
|
|
|
|
2009-05-19 14:15:39 +00:00
|
|
|
* Tue May 19 2009 Jarod Wilson <jarod@redhat.com> 1.3.8-1
|
|
|
|
- Update to rrdtool 1.3.8
|
|
|
|
|
2009-04-09 18:19:09 +00:00
|
|
|
* Thu Apr 09 2009 Jarod Wilson <jarod@redhat.com> 1.3.7-1
|
|
|
|
- Update to rrdtool 1.3.7
|
|
|
|
|
2009-02-25 20:34:41 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-19 15:09:03 +00:00
|
|
|
* Mon Jan 19 2009 Jarod Wilson <jarod@redhat.com> 1.3.6-1
|
|
|
|
- Update to rrdtool 1.3.6
|
|
|
|
|
2009-01-16 14:53:09 +00:00
|
|
|
* Fri Jan 16 2009 Jarod Wilson <jarod@redhat.com> 1.3.5-2
|
|
|
|
- dejavu font package names changed again...
|
|
|
|
|
|
|
|
* Tue Dec 16 2008 Jarod Wilson <jarod@redhat.com> 1.3.5-1
|
|
|
|
- Update to rrdtool 1.3.5
|
|
|
|
|
2008-12-04 18:13:46 +00:00
|
|
|
* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.3.4-5
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-12-01 15:04:25 +00:00
|
|
|
* Mon Dec 01 2008 Jarod Wilson <jarod@redhat.com> 1.3.4-4
|
|
|
|
- Update dejavu font dependencies (#473551)
|
|
|
|
|
2008-11-29 17:21:08 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.3.4-3
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-10-20 16:23:49 +00:00
|
|
|
* Mon Oct 20 2008 Jarod Wilson <jarod@redhat.com> 1.3.4-2
|
|
|
|
- Drop php bindings patch, rrd_update changed back to its
|
|
|
|
prior prototype post-beta (#467593)
|
|
|
|
|
2008-10-06 13:55:25 +00:00
|
|
|
* Mon Oct 06 2008 Jarod Wilson <jarod@redhat.com> 1.3.4-1
|
|
|
|
- Update to rrdtool 1.3.4
|
|
|
|
|
2008-09-15 14:24:56 +00:00
|
|
|
* Mon Sep 15 2008 Jarod Wilson <jarod@redhat.com> 1.3.3-1
|
|
|
|
- Update to rrdtool 1.3.3
|
|
|
|
* fixes segfault on graph creation regression in 1.3.2 (#462301)
|
|
|
|
|
2008-09-07 01:50:54 +00:00
|
|
|
* Sat Sep 06 2008 Jarod Wilson <jwilson@redhat.com> 1.3.2-1
|
|
|
|
- Update to rrdtool 1.3.2
|
|
|
|
* fixes a data corruption bug when rrd wraps around
|
|
|
|
* make imginfo behave the same as docs say it does
|
|
|
|
* fixes for numerous memory leaks
|
|
|
|
|
2008-08-12 13:37:26 +00:00
|
|
|
* Tue Aug 12 2008 Jarod Wilson <jwilson@redhat.com> 1.3.1-1
|
|
|
|
- Update to rrdtool 1.3.1
|
|
|
|
|
2008-06-16 17:47:13 +00:00
|
|
|
* Mon Jun 16 2008 Chris Ricker <kaboom@oobleck.net> 1.3.0-1
|
|
|
|
- Update to rrdtool 1.3.0
|
|
|
|
|
2008-06-09 02:46:49 +00:00
|
|
|
* Sun Jun 08 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.20.rc9
|
|
|
|
- Update to rrdtool 1.3 rc9
|
|
|
|
- Minor spec tweaks to permit building on older EL
|
|
|
|
|
2008-06-04 14:46:57 +00:00
|
|
|
* Wed Jun 04 2008 Chris Ricker <kaboom@oobleck.net> 1.3-0.19.rc7
|
|
|
|
- Update to rrdtool 1.3 rc7
|
|
|
|
|
2008-05-27 14:31:47 +00:00
|
|
|
* Tue May 27 2008 Chris Ricker <kaboom@oobleck.net> 1.3-0.18.rc6
|
|
|
|
- Update to rrdtool 1.3 rc6
|
|
|
|
|
2008-05-22 02:11:49 +00:00
|
|
|
* Wed May 21 2008 Chris Ricker <kaboom@oobleck.net> 1.3-0.17.rc4
|
|
|
|
- Bump version and rebuild
|
|
|
|
|
2008-05-22 01:56:26 +00:00
|
|
|
* Wed May 21 2008 Chris Ricker <kaboom@oobleck.net> 1.3-0.16.rc4
|
|
|
|
- Fix php bindings compile on x86_64
|
|
|
|
|
2008-05-19 13:41:03 +00:00
|
|
|
* Mon May 19 2008 Chris Ricker <kaboom@oobleck.net> 1.3-0.15.rc4
|
|
|
|
- Update to rrdtool 1.3 rc4
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Tue May 13 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.15.rc1
|
|
|
|
- Update to rrdtool 1.3 rc1
|
|
|
|
- Fix versioning in changelog entries, had an extra 0 in there...
|
|
|
|
- Drop cairo and python patches, they're in 1.3 rc1
|
2008-05-13 14:07:57 +00:00
|
|
|
- Add Requires: gettext and libxml2-devel for new translations
|
2008-05-13 13:40:11 +00:00
|
|
|
|
|
|
|
* Wed Apr 30 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.14.beta4
|
2008-05-01 01:56:17 +00:00
|
|
|
- Drop some conditional flags, they're not working at the moment...
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Wed Apr 30 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.13.beta4
|
2008-05-01 01:44:24 +00:00
|
|
|
- Fix problem with cairo_save/cairo_restore (#444827)
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Wed Apr 23 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.12.beta4
|
2008-05-01 01:44:24 +00:00
|
|
|
- Fix python bindings rrdtool info implementation (#435468)
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Tue Apr 08 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.11.beta4
|
2008-04-08 15:19:45 +00:00
|
|
|
- Work around apparent version string length issue w/perl 5.10 (#441359)
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Sat Apr 05 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.10.beta4
|
2008-04-06 03:41:21 +00:00
|
|
|
- Fix use of rrd_update in php bindings (#437558)
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Mon Mar 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3-0.9.beta4
|
2008-03-03 20:49:37 +00:00
|
|
|
- rebuild for new perl (again)
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Wed Feb 13 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.8.beta4
|
2008-02-13 21:09:21 +00:00
|
|
|
- Update to rrdtool 1.3 beta4
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Tue Feb 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3-0.7.beta3
|
2008-02-06 02:36:07 +00:00
|
|
|
- rebuild for new perl (and fix license tag)
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Mon Feb 04 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.6.beta3
|
2008-02-05 03:52:46 +00:00
|
|
|
- Plug memory leak (#430879)
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Mon Jan 07 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.5.beta3
|
2008-01-07 16:53:33 +00:00
|
|
|
- Fix right-aligned text alignment and scaling (Resolves: #427609)
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Wed Jan 02 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.4.beta3
|
2008-01-02 15:43:01 +00:00
|
|
|
- Add newly built python egg to %%files
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Wed Jan 02 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.3.beta3
|
2008-01-02 15:19:46 +00:00
|
|
|
- Update to rrdtool 1.3 beta3
|
|
|
|
- Return properly from errors in RRDp.pm (Resolves: #427040)
|
|
|
|
- Requires: dejavu-lgc-fonts (Resolves: #426935)
|
|
|
|
|
2008-05-13 13:40:11 +00:00
|
|
|
* Thu Dec 06 2007 Jarod Wilson <jwilson@redhat.com> 1.3-0.2.beta2
|
2007-12-06 18:06:29 +00:00
|
|
|
- Update to rrdtool 1.3 beta2
|
|
|
|
|
2007-08-08 14:00:32 +00:00
|
|
|
* Wed Aug 08 2007 Jarod Wilson <jwilson@redhat.com> 1.3-0.1.beta1
|
|
|
|
- Update to rrdtool 1.3 beta1
|
|
|
|
|
2007-07-11 01:56:01 +00:00
|
|
|
* Tue Jul 10 2007 Jarod Wilson <jwilson@redhat.com> 1.2.999-0.3.r1144
|
|
|
|
- Update to latest rrdtool pre-1.3 svn snapshot (svn r1144)
|
|
|
|
- Add php abi check (Resolves: #247339)
|
|
|
|
|
2007-06-15 21:31:01 +00:00
|
|
|
* Fri Jun 15 2007 Jarod Wilson <jwilson@redhat.com> 1.2.999-0.2.r1127
|
|
|
|
- Fix up BuildRequires
|
|
|
|
|
2007-06-15 18:26:11 +00:00
|
|
|
* Fri Jun 15 2007 Jarod Wilson <jwilson@redhat.com> 1.2.999-0.1.r1127
|
|
|
|
- Update to rrdtool pre-1.3 svn snapshot (svn r1127)
|
|
|
|
|
2007-05-21 18:01:09 +00:00
|
|
|
* Mon May 21 2007 Jarod Wilson <jwilson@redhat.com> 1.2.23-5
|
|
|
|
- BR: ruby so %%ruby_sitearch gets set
|
|
|
|
|
2007-05-21 15:08:15 +00:00
|
|
|
* Mon May 21 2007 Jarod Wilson <jwilson@redhat.com> 1.2.23-4
|
|
|
|
- Build ruby bindings
|
|
|
|
|
2007-05-03 21:36:42 +00:00
|
|
|
* Thu May 03 2007 Jarod Wilson <jwilson@redhat.com> 1.2.23-3
|
|
|
|
- Disable php bits on ppc64 for now, they fail to build
|
|
|
|
|
2007-05-03 19:27:20 +00:00
|
|
|
* Thu May 03 2007 Jarod Wilson <jwilson@redhat.com> 1.2.23-2
|
|
|
|
- Add BR: perl-devel for Fedora 7 and later
|
|
|
|
|
2007-05-03 14:21:19 +00:00
|
|
|
* Tue May 01 2007 Jarod Wilson <jwilson@redhat.com> 1.2.23-1
|
|
|
|
- New upstream release
|
|
|
|
|
2007-05-02 14:55:52 +00:00
|
|
|
* Tue May 01 2007 Jarod Wilson <jwilson@redhat.com> 1.2.21-1
|
|
|
|
- New upstream release
|
|
|
|
|
2007-04-25 15:46:34 +00:00
|
|
|
* Wed Apr 25 2007 Jarod Wilson <jwilson@redhat.com> 1.2.19-2
|
|
|
|
- Define %%python_version *before* its needed (#237826)
|
|
|
|
|
2007-04-09 14:18:07 +00:00
|
|
|
* Mon Apr 09 2007 Jarod Wilson <jwilson@redhat.com> 1.2.19-1
|
|
|
|
- New upstream release
|
|
|
|
|
2007-01-23 22:18:59 +00:00
|
|
|
* Tue Jan 23 2007 Jarod Wilson <jwilson@redhat.com> 1.2.18-1
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
* Mon Jan 22 2007 Jarod Wilson <jwilson@redhat.com> 1.2.17-1
|
|
|
|
- New upstream release
|
|
|
|
|
2007-01-02 17:06:52 +00:00
|
|
|
* Tue Jan 02 2007 Jarod Wilson <jwilson@redhat.com> 1.2.15-9
|
|
|
|
- Fix crash with long error strings (upstream
|
|
|
|
changesets 929 and 935)
|
|
|
|
|
2006-12-14 20:47:40 +00:00
|
|
|
* Thu Dec 14 2006 Jarod Wilson <jwilson@redhat.com> 1.2.15-8
|
|
|
|
- Fix for log grid memory leak (#201241)
|
|
|
|
|
2006-12-12 14:28:02 +00:00
|
|
|
* Tue Dec 12 2006 Jarod Wilson <jwilson@redhat.com> 1.2.15-7
|
|
|
|
- Rebuild for python 2.5
|
|
|
|
|
2006-11-14 18:38:35 +00:00
|
|
|
* Tue Nov 14 2006 Jarod Wilson <jwilson@redhat.com> 1.2.15-6
|
|
|
|
- Conditionalize python, php and tcl bits (Resolves #203275)
|
|
|
|
|
2006-10-25 19:28:53 +00:00
|
|
|
* Wed Oct 25 2006 Jarod Wilson <jwilson@redhat.com> 1.2.15-5
|
|
|
|
- Add tcl sub-package (#203275)
|
|
|
|
|
2006-09-05 15:04:47 +00:00
|
|
|
* Tue Sep 05 2006 Jarod Wilson <jwilson@redhat.com> 1.2.15-4
|
|
|
|
- Rebuild for new glibc
|
|
|
|
|
2006-08-02 14:43:17 +00:00
|
|
|
* Wed Aug 02 2006 Jarod Wilson <jwilson@redhat.com> 1.2.15-3
|
|
|
|
- One more addition to initrrdtool patch, to fully revert
|
|
|
|
and correct upstream changeset 839
|
|
|
|
- Fix for no python in minimal fc4 buildroots
|
|
|
|
|
2006-08-01 19:43:49 +00:00
|
|
|
* Tue Aug 1 2006 Mihai Ibanescu <misa@redhat.com> 1.2.15-2
|
|
|
|
- Fixed rrdtool-python to import the module properly (patch
|
|
|
|
rrdtool-1.2.15-initrrdtool.patch)
|
|
|
|
|
2006-07-17 13:58:25 +00:00
|
|
|
* Mon Jul 17 2006 Jarod Wilson <jwilson@redhat.com> 1.2.15-1
|
|
|
|
- Update to 1.2.15
|
|
|
|
- Minor spec cleanups
|
|
|
|
|
2006-06-24 21:45:07 +00:00
|
|
|
* Sat Jun 24 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-7
|
|
|
|
- Fix up Obsoletes
|
|
|
|
|
2006-06-19 17:55:57 +00:00
|
|
|
* Mon Jun 19 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-6
|
|
|
|
- Flip perl, php and python sub-package names around to
|
|
|
|
conform with general practices
|
|
|
|
|
2006-06-10 19:29:44 +00:00
|
|
|
* Sat Jun 10 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-5
|
|
|
|
- Minor fixes to make package own created directories
|
|
|
|
|
2006-06-08 03:20:59 +00:00
|
|
|
* Wed Jun 07 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-4
|
|
|
|
- Add php bits back into the mix
|
|
|
|
|
2006-06-05 19:18:51 +00:00
|
|
|
* Mon Jun 05 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-3
|
|
|
|
- Merge spec fixes from bz 185909
|
|
|
|
|
2006-06-04 20:42:53 +00:00
|
|
|
* Sun Jun 04 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-2
|
|
|
|
- Remove explicit perl dep, version grabbing using rpm during
|
|
|
|
rpmbuild not guaranteed to work (fails on ppc in plague),
|
|
|
|
and auto-gen perl deps are sufficient
|
|
|
|
|
2006-06-03 21:26:59 +00:00
|
|
|
* Sat Jun 03 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-1
|
|
|
|
- Update to release 1.2.13
|
|
|
|
- Merge spec changes from dag, atrpms and mdk builds
|
|
|
|
- Additional hacktastic contortions for lib64 & rpath messiness
|
|
|
|
- Add missing post/postun ldconfig
|
|
|
|
- Fix a bunch of rpmlint errors
|
|
|
|
- Disable static libs, per FE guidelines
|
|
|
|
- Split off docs
|
|
|
|
|
2006-04-20 21:01:23 +00:00
|
|
|
* Wed Apr 19 2006 Chris Ricker <kaboom@oobleck.net> 1.2.12-1
|
|
|
|
- Rev to 1.2
|
|
|
|
|
2005-05-20 15:49:47 +00:00
|
|
|
* Fri May 20 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-5
|
|
|
|
- Include patch from Michael to fix perl module compilation on FC4 (#156242).
|
|
|
|
|
2005-05-20 11:22:32 +00:00
|
|
|
* Fri May 20 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-4
|
|
|
|
- Fix for the php module patch (Joe Pruett, Dag Wieers), #156716.
|
|
|
|
- Update source URL to new location since 1.2 is now the default stable.
|
|
|
|
- Don't (yet) update to 1.0.50, as it introduces some changes in the perl
|
|
|
|
modules install.
|
2005-04-06 22:13:31 +00:00
|
|
|
|
2005-01-31 17:17:30 +00:00
|
|
|
* Mon Jan 31 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-3
|
|
|
|
- Put perl modules in vendor_perl and not site_perl. #146513
|
|
|
|
|
2005-01-13 18:27:47 +00:00
|
|
|
* Thu Jan 13 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-2
|
|
|
|
- Minor cleanups.
|
|
|
|
|
2013-03-18 14:51:52 +00:00
|
|
|
* Wed Aug 25 2004 Dag Wieers <dag@wieers.com> - 1.0.49-1
|
2004-11-09 02:50:26 +00:00
|
|
|
- Updated to release 1.0.49.
|
|
|
|
|
|
|
|
* Wed Aug 25 2004 Dag Wieers <dag@wieers.com> - 1.0.48-3
|
|
|
|
- Fixes for x86_64. (Garrick Staples)
|
|
|
|
|
|
|
|
* Fri Jul 2 2004 Matthias Saou <http://freshrpms.net/> 1.0.48-3
|
|
|
|
- Actually apply the patch for fixing the php module, doh!
|
|
|
|
|
|
|
|
* Thu May 27 2004 Matthias Saou <http://freshrpms.net/> 1.0.48-2
|
|
|
|
- Added php.d config entry to load the module once installed.
|
|
|
|
|
|
|
|
* Thu May 13 2004 Dag Wieers <dag@wieers.com> - 1.0.48-1
|
|
|
|
- Updated to release 1.0.48.
|
|
|
|
|
|
|
|
* Tue Apr 06 2004 Dag Wieers <dag@wieers.com> - 1.0.47-1
|
|
|
|
- Updated to release 1.0.47.
|
|
|
|
|
|
|
|
* Thu Mar 4 2004 Matthias Saou <http://freshrpms.net/> 1.0.46-2
|
|
|
|
- Change the strict dependency on perl to fix problem with the recent
|
|
|
|
update.
|
|
|
|
|
|
|
|
* Mon Jan 5 2004 Matthias Saou <http://freshrpms.net/> 1.0.46-1
|
|
|
|
- Update to 1.0.46.
|
|
|
|
- Use system libpng and zlib instead of bundled ones.
|
|
|
|
- Added php-rrdtool sub-package for the php4 module.
|
|
|
|
|
|
|
|
* Fri Dec 5 2003 Matthias Saou <http://freshrpms.net/> 1.0.45-4
|
|
|
|
- Added epoch to the perl dependency to work with rpm > 4.2.
|
|
|
|
- Fixed the %% escaping in the perl dep.
|
|
|
|
|
|
|
|
* Mon Nov 17 2003 Matthias Saou <http://freshrpms.net/> 1.0.45-2
|
|
|
|
- Rebuild for Fedora Core 1.
|
|
|
|
|
|
|
|
* Sun Aug 3 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:20 +00:00
|
|
|
- Update to 1.0.45.
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
* Wed Apr 16 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:20 +00:00
|
|
|
- Update to 1.0.42.
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:20 +00:00
|
|
|
- Rebuilt for Red Hat Linux 9.
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
* Wed Mar 5 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:14 +00:00
|
|
|
- Added explicit perl version dependency.
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
* Sun Feb 23 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:14 +00:00
|
|
|
- Update to 1.0.41.
|
|
|
|
|
2004-11-09 02:50:26 +00:00
|
|
|
* Fri Jan 31 2003 Matthias Saou <http://freshrpms.net/>
|
2004-11-09 02:50:14 +00:00
|
|
|
- Update to 1.0.40.
|
|
|
|
- Spec file cleanup.
|
|
|
|
|
|
|
|
* Fri Jul 05 2002 Henri Gomez <hgomez@users.sourceforge.net>
|
|
|
|
- 1.0.39
|
|
|
|
|
|
|
|
* Mon Jun 03 2002 Henri Gomez <hgomez@users.sourceforge.net>
|
|
|
|
- 1.0.38
|
|
|
|
|
|
|
|
* Fri Apr 19 2002 Henri Gomez <hgomez@users.sourceforge.net>
|
|
|
|
- 1.0.37
|
|
|
|
|
|
|
|
* Tue Mar 12 2002 Henri Gomez <hgomez@users.sourceforge.net>
|
|
|
|
- 1.0.34
|
|
|
|
- rrdtools include zlib 1.1.4 which fix vulnerabilities in 1.1.3
|
|
|
|
|