[nickle/f16] Update to 2.72

Michel Alexandre Salim salimma at fedoraproject.org
Sat Feb 4 15:39:04 UTC 2012


commit 035a4e105da1f3430e301120c65cd868b301dab0
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sat Feb 4 16:24:34 2012 +0100

    Update to 2.72

 .gitignore  |    2 +-
 nickle.spec |   14 +++++++++-----
 sources     |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7acbf9..e953590 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/nickle-2.70.tar.gz
+/nickle-2.72.tar.gz
diff --git a/nickle.spec b/nickle.spec
index aca2103..ca26819 100644
--- a/nickle.spec
+++ b/nickle.spec
@@ -1,8 +1,5 @@
-%global __global_cflags %(echo %{__global_cflags} | \
-        sed -e 's|FORTIFY_SOURCE=2|FORTIFY_SOURCE=1|' )
-
 Name:    nickle
-Version: 2.70
+Version: 2.72
 Release: 1%{?dist}
 Summary: A programming language-based prototyping environment
 
@@ -10,7 +7,9 @@ Group:   Development/Languages
 License: MIT
 URL:     http://nickle.org
 Source0: http://nickle.org/release/nickle-%{version}.tar.gz
+%if 0%{?rhel} <= 5
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+%endif
 
 BuildRequires: ncurses-devel, readline-devel
 
@@ -35,7 +34,7 @@ Group:    Development/Languages
 Requires: %{name} = %{version}-%{release}
 
 %description devel
-Include files for Nickle, used for bulding external FFI (foreign
+Include files for Nickle, used for building external FFI (foreign
 function interface) libraries (e.g. the Cairo interface for Nickle).
 
 %prep
@@ -53,7 +52,9 @@ make check
 
 
 %install
+%if 0%{?rhel} <= 5
 rm -rf $RPM_BUILD_ROOT
+%endif
 make install DESTDIR=$RPM_BUILD_ROOT
 rm `find examples -name 'Makefile*'`
 rm examples/COPYING
@@ -80,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/nickle
 
 %changelog
+* Sat Feb  4 2012 Michel Salim <salimma at fedoraproject.org> - 2.72-1
+- Update to 2.72
+
 * Sat Mar 12 2011 Michel Salim <salimma at fedoraproject.org> - 2.70-1
 - Update to 2.70
 
diff --git a/sources b/sources
index d253731..883ee9e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbb77ad1c6f80a9a67ae28a2a678ed67  nickle-2.70.tar.gz
+003984d4e302a6f93f93f736a71e4981  nickle-2.72.tar.gz


More information about the scm-commits mailing list