[cloog: 3/5] Update to upstream 0.15.9-1

Dodji Seketeli dodji at fedoraproject.org
Tue Nov 30 14:41:45 UTC 2010


commit 3c33fcd16882a487b62bce3a858c2872954a0f73
Author: Dodji Seketeli <dodji at seketeli.org>
Date:   Sat Nov 20 15:52:09 2010 +0100

    Update to upstream 0.15.9-1
    
    - Long overdue update to upstream revision 0.15.9
    - Upstream fixes:
      http://gcc.gnu.org/PR43012
      Memory leaks
      Use top_builddir, not undefined builddir
      Uninitialised configure variables
      Compilation with -Wc++-compat
      Import cloog_domain_scatter from cloog trunk.
    - Remove unused git_revision macro.
    - Upate download URL to ftp://gcc.gnu.org/pub/gcc/infrastructure

 cloog.spec |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/cloog.spec b/cloog.spec
index 693a2a2..73d1a30 100644
--- a/cloog.spec
+++ b/cloog.spec
@@ -1,13 +1,12 @@
-%define         git_revision   gitb9d79
 Name:           cloog
 %define         tarball_name %{name}-ppl
-Version:        0.15.7
-Release:        2%{?dist}
+Version:        0.15.9
+Release:        1%{?dist}
 Summary:        The Chunky Loop Generator
 
 Group:          System Environment/Libraries
 License:        GPLv2+
-URL:            http://www.cloog.org
+URL:            ftp://gcc.gnu.org/pub/gcc/infrastructure
 Source0:        %{tarball_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{tarball_name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -91,6 +90,18 @@ fi
 %postun ppl -p /sbin/ldconfig
 
 %changelog
+* Sat Nov 20 2010  <dodji at redhat.com> - 0.15.9-1
+- Long overdue update to upstream revision 0.15.9
+- Upstream fixes:
+  http://gcc.gnu.org/PR43012
+  Memory leaks
+  Use top_builddir, not undefined builddir
+  Uninitialised configure variables
+  Compilation with -Wc++-compat
+  Import cloog_domain_scatter from cloog trunk.
+- Remove unused git_revision macro.
+- Upate download URL to ftp://gcc.gnu.org/pub/gcc/infrastructure
+
 * Mon Mar 01 2010 Dodji Seketeli <dodji at redhat.com> - 0.15-7-1
 - Add README and LICENSE file to package
 - Escape '%%' character in the changelog


More information about the scm-commits mailing list