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