jskarvad pushed to nacl (master). "Fixed sed optflags patching to work with new distro CFLAGS (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 11 13:24:58 UTC 2015


From fc9734097004f6b962a4dbd978367762f5d41cf3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad at redhat.com>
Date: Mon, 11 May 2015 15:24:51 +0200
Subject: Fixed sed optflags patching to work with new distro CFLAGS

- Rebuilt with new distro CFLAGS (PIC)

diff --git a/nacl.spec b/nacl.spec
index 61fb6c4..b27f733 100644
--- a/nacl.spec
+++ b/nacl.spec
@@ -2,7 +2,7 @@ Name:           nacl
 # http://nacl.cr.yp.to/
 URL:            http://nacl.cace-project.eu/
 Version:        20110221
-Release:        10%{?dist}
+Release:        11%{?dist}
 License:        Public Domain
 Group:          Development/Libraries
 Summary:        Networking and Cryptography library
@@ -43,7 +43,7 @@ Include files and devel library.
 %patch2 -p1 -b .noexec-stack
 %patch3 -p1 -b .cpufreq-fallback
 
-sed -i 's/\${CFLAGS}/%{optflags}/g' okcompilers/c okcompilers/cpp
+sed -i 's|\${CFLAGS}|%{optflags}|g' okcompilers/c okcompilers/cpp
 
 %build
 ./do
@@ -75,6 +75,10 @@ install -m 0755 -t %{buildroot}%{_bindir} build/fedora/bin/*
 %{_includedir}/nacl/*
 
 %changelog
+* Mon May 11 2015 Jaroslav Škarvada <jskarvad at redhat.com> - 20110221-11
+- Fixed sed optflags patching to work with new distro CFLAGS
+- Rebuilt with new distro CFLAGS (PIC)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20110221-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/nacl.git/commit/?h=master&id=fc9734097004f6b962a4dbd978367762f5d41cf3


More information about the scm-commits mailing list