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