[gnustep-make] New upstream release

Jochen Schmitt s4504kr at fedoraproject.org
Wed Feb 8 19:20:33 UTC 2012


commit cea829ce3ff1f22a52b86790b12d80aa8d768cad
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Wed Feb 8 20:20:27 2012 +0100

    New upstream release
    
    - Switch back to gcc-objc

 .gitignore        |    1 +
 gnustep-make.spec |   11 +++++++----
 sources           |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e9d7aab..a2e9407 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 gnustep-make-2.4.0.tar.gz
 /gnustep-make-2.6.0.tar.gz
 /gnustep-make-2.6.1.tar.gz
+/gnustep-make-2.6.2.tar.gz
diff --git a/gnustep-make.spec b/gnustep-make.spec
index 463c42f..695fd59 100644
--- a/gnustep-make.spec
+++ b/gnustep-make.spec
@@ -1,8 +1,8 @@
 %global debug_package %{nil}
 
 Name:           gnustep-make
-Version:        2.6.1
-Release:        3%{?dist}
+Version:        2.6.2
+Release:        1%{?dist}
 Summary:        GNUstep makefile package
 
 Group:          Development/Tools
@@ -13,7 +13,7 @@ Source0:        ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildConflicts: gnustep-make
-BuildRequires:  clang
+BuildRequires:  gcc-objc
 BuildRequires:  texinfo-tex tetex-latex tetex-dvips latex2html texi2html
 Requires:       gnustep-filesystem = %{version}-%{release}
 Requires(post): info
@@ -68,7 +68,6 @@ sed -i "s|=/share/GNUstep/Makefiles|=/%{_lib}/GNUstep/Makefiles|" \
     FilesystemLayouts/fhs-system
 
 %build
-export CC=clang
 %configure --with-layout=fhs-system --enable-flattened
 make %{?_smp_mflags}
 
@@ -135,6 +134,10 @@ fi
 
 
 %changelog
+* Wed Feb  8 2012 Jochen Schmitt <Jochen herr-schmitt de> 2.6.2-1
+- New upstream release
+- Switch back to gcc-objc
+
 * Wed Jan 18 2012 Jochen Schmitt <Jochen herr-schmitt de> 2.6.1-3
 - Migratiing to clang
 
diff --git a/sources b/sources
index 74214e4..7a71641 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-071b3a807ca3ec93cda75ac210adc263  gnustep-make-2.6.1.tar.gz
+b926d142debc9f38d75b11019c31889f  gnustep-make-2.6.2.tar.gz


More information about the scm-commits mailing list