[rrdtool] New version

Jaroslav Škarvada jskarvad at fedoraproject.org
Thu Jan 26 09:39:19 UTC 2012


commit 0de2de7f90958a5e43da4d18cf18e7ff9ff023ad
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Thu Jan 26 10:39:14 2012 +0100

    New version
    
      Resolves: rhbz#783553
    - Dropped fix-tcl-site-option patch (upstreamed)

 .gitignore                              |    9 +--------
 rrdtool-1.4.4-fix-tcl-site-option.patch |   23 -----------------------
 rrdtool.spec                            |   12 +++++++-----
 sources                                 |    3 +--
 4 files changed, 9 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea9efa5..8e25fd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,2 @@
 php4-r1190.tar.gz
-rrdtool-1.3.3.tar.gz
-rrdtool-1.3.4.tar.gz
-rrdtool-1.3.5.tar.gz
-rrdtool-1.3.6.tar.gz
-rrdtool-1.3.7.tar.gz
-rrdtool-1.3.8.tar.gz
-/rrdtool-1.4.4.tar.gz
-/php4-r1190.tar.gz
+rrdtool-*.tar.gz
diff --git a/rrdtool.spec b/rrdtool.spec
index 5ac6a21..3c4a5f8 100644
--- a/rrdtool.spec
+++ b/rrdtool.spec
@@ -17,15 +17,13 @@
 
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
-Version: 1.4.4
-Release: 9%{?dist}
+Version: 1.4.7
+Release: 1%{?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
 Source1: php4-%{svnrev}.tar.gz
-# Fix tcl-site configure option (upstream ticket #281)
-Patch0: rrdtool-1.4.4-fix-tcl-site-option.patch
 Patch1: rrdtool-1.4.4-php54.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -164,7 +162,6 @@ The %{name}-lua package includes RRDtool bindings for Lua.
 
 %prep
 %setup -q -n %{name}-%{version} %{?with_php: -a 1}
-%patch0 -p1 -b .fix-tcl-site-option
 %if %{with_php}
 %patch1 -p1 -b .php54
 %endif
@@ -376,6 +373,11 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \
 %endif
 
 %changelog
+* Thu Jan 26 2012 Jaroslav Škarvada <jskarvad at redhat.com> - 1.4.7-1
+- New version
+  Resolves: rhbz#783553
+- Dropped fix-tcl-site-option patch (upstreamed)
+
 * Thu Jan 19 2012 Remi Collet <remi at fedoraproject.org> - 1.4.4-9
 - build with php 5.4
 
diff --git a/sources b/sources
index 8cb98cf..5ec3acc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-93ad2fc2e9ddcd7d99c611fe30284a54  rrdtool-1.4.4.tar.gz
-28074a9c368af013462631959ab90558  php4-r1190.tar.gz
+ffe369d8921b4dfdeaaf43812100c38f  rrdtool-1.4.7.tar.gz


More information about the scm-commits mailing list