From 1b8857929a04d4431740e0a7118e369245bf7b22 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Sun, 21 Mar 2021 12:55:36 +0800 Subject: [PATCH] Add gcc_secure to fix test_localeconv fail (cherry picked from commit 98dcb94b2c0ee1655ab29633cecaaa21ac8b10b8) --- gnulib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnulib.spec b/gnulib.spec index 786899c..ba5e7fc 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -1,11 +1,11 @@ Name: gnulib Version: 0 -Release: 27.20180720git +Release: 28.20180720git Summary: The GNU Portability Library License: Public Domain and BSD and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2 and LGPLv2+ and LGPLv3+ URL: https://www.gnu.org/software/gnulib Source0: https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=snapshot;h=68df637;sf=tgz;name=gnulib-68df637.tar.gz#/gnulib-68df637.tar.gz -BuildRequires: perl-generators texinfo java-devel gettext-devel bison gperf libtool help2man git +BuildRequires: perl-generators texinfo java-devel gettext-devel bison gperf libtool help2man git gcc_secure %description Gnulib is a central location for common GNU code, intended to be @@ -114,6 +114,9 @@ fi %license doc/COPYINGv2 %changelog +* Sun Mar 21 2021 lingsheng - 0-28.20180720git +- Add gcc_secure to fix test_localeconv fail + * Wed Jan 8 2020 sunguoshuai - 0-27.20180720git - Delete unwanted files. -- Gitee