- 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
This commit is contained in:
Jarod Wilson 2008-05-13 13:40:11 +00:00
parent a29484cc88
commit 25e8837fd6
3 changed files with 25 additions and 23 deletions

View File

@ -6,3 +6,4 @@ rrdtool-1.3beta1.tar.gz
rrdtool-1.3beta2.tar.gz
rrdtool-1.3beta3.tar.gz
rrdtool-1.3beta4.tar.gz
rrdtool-1.3rc1.tar.gz

View File

@ -4,22 +4,20 @@
%define with_ruby %{?_without_ruby: 0} %{?!_without_ruby: 1}
%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
%define svnrev r1190
%define betaver beta4
%define pretag 1.2.99908020600
%define pre rc1
#define pretag 1.2.99908020600
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.3
Release: 0.14.%{betaver}%{?dist}
Release: 0.15%{?pre:.%{pre}}%{?dist}
License: GPLv2+ with exceptions
Group: Applications/Databases
URL: http://oss.oetiker.ch/rrdtool/
#Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
Source0: http://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}%{betaver}.tar.gz
Source0: http://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}%{pre}.tar.gz
Source1: php4-%{svnrev}.tar.gz
Patch1: rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch
Patch2: rrdtool-1.3beta4-fix-python-bindings-rrdtool-info.patch
Patch3: rrdtool-1.3beta4-fix-cairo.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: dejavu-lgc-fonts
BuildRequires: gcc-c++, openssl-devel, freetype-devel
@ -140,12 +138,10 @@ The %{name}-ruby package includes RRDtool bindings for Ruby.
%endif
%prep
%setup -q -n %{name}-%{pretag} %{?with_php: -a 1}
%setup -q -n %{name}-%{version}%{pre} %{?with_php: -a 1}
%if %{with_php}
%patch1 -p1
%endif
%patch2 -p1
%patch3 -p1
# Fix to find correct python dir on lib64
%{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \
@ -324,45 +320,50 @@ find examples/ -type f -exec chmod 0644 {} \;
%endif
%changelog
* Wed Apr 30 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.14.beta4
* 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
* Wed Apr 30 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.14.beta4
- Drop some conditional flags, they're not working at the moment...
* Wed Apr 30 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.13.beta4
* Wed Apr 30 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.13.beta4
- Fix problem with cairo_save/cairo_restore (#444827)
* Wed Apr 23 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.12.beta4
* Wed Apr 23 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.12.beta4
- Fix python bindings rrdtool info implementation (#435468)
* Tue Apr 08 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.11.beta4
* Tue Apr 08 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.11.beta4
- Work around apparent version string length issue w/perl 5.10 (#441359)
* Sat Apr 05 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.10.beta4
* Sat Apr 05 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.10.beta4
- Fix use of rrd_update in php bindings (#437558)
* Mon Mar 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.0-0.9.beta4
* Mon Mar 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3-0.9.beta4
- rebuild for new perl (again)
* Wed Feb 13 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.8.beta4
* Wed Feb 13 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.8.beta4
- Update to rrdtool 1.3 beta4
* Tue Feb 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.0-0.7.beta3
* Tue Feb 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3-0.7.beta3
- rebuild for new perl (and fix license tag)
* Mon Feb 04 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.6.beta3
* Mon Feb 04 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.6.beta3
- Plug memory leak (#430879)
* Mon Jan 07 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.5.beta3
* Mon Jan 07 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.5.beta3
- Fix right-aligned text alignment and scaling (Resolves: #427609)
* Wed Jan 02 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.4.beta3
* Wed Jan 02 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.4.beta3
- Add newly built python egg to %%files
* Wed Jan 02 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.3.beta3
* Wed Jan 02 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.3.beta3
- Update to rrdtool 1.3 beta3
- Return properly from errors in RRDp.pm (Resolves: #427040)
- Requires: dejavu-lgc-fonts (Resolves: #426935)
* Thu Dec 06 2007 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.2.beta2
* Thu Dec 06 2007 Jarod Wilson <jwilson@redhat.com> 1.3-0.2.beta2
- Update to rrdtool 1.3 beta2
* Wed Aug 08 2007 Jarod Wilson <jwilson@redhat.com> 1.3-0.1.beta1

View File

@ -1,2 +1,2 @@
28074a9c368af013462631959ab90558 php4-r1190.tar.gz
147e036b5d4869974480bdd67bc2ddec rrdtool-1.3beta4.tar.gz
b89ce83a6a57a1adc5a6b0081363c502 rrdtool-1.3rc1.tar.gz