!1 del patch to be consistent with open source

Merge pull request !1 from zxx/develop
This commit is contained in:
openeuler-ci-bot 2020-01-12 09:55:03 +08:00 committed by Gitee
commit b1303c18b1
2 changed files with 12 additions and 18 deletions

View File

@ -1,11 +0,0 @@
--- recode-3.6/lib/gettext.c.orig 2005-03-07 12:18:30.000000000 +0100
+++ recode-3.6/lib/gettext.c 2005-03-07 12:23:14.000000000 +0100
@@ -1668,8 +1668,6 @@
# if !defined HAVE_GETCWD
char *getwd ();
# define getcwd(buf, max) getwd (buf)
-# else
-char *getcwd ();
# endif
# ifndef HAVE_STPCPY
static char *stpcpy PARAMS ((char *dest, const char *src));

View File

@ -1,6 +1,6 @@
Name: recode
Version: 3.6
Release: 49
Release: 50
Summary: Converter between charsets and surfaces
@ -9,12 +9,11 @@ URL: https://www.gnu.org/software/recode/
Source0: https://github.com/rrthomas/recode/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: recode.patch
Patch1: recode-3.6-getcwd.patch
Patch2: recode-bool-bitfield.patch
Patch3: recode-flex-m4.patch
Patch4: recode-automake.patch
Patch5: recode-format-security.patch
Patch6: recode-longfilename.patch
Patch1: recode-bool-bitfield.patch
Patch2: recode-flex-m4.patch
Patch3: recode-automake.patch
Patch4: recode-format-security.patch
Patch5: recode-longfilename.patch
BuildRequires: libtool texinfo
Requires: info
@ -95,5 +94,11 @@ fi
%{_mandir}/man1/*.1.gz
%changelog
* Sat Jan 11 2020 zhangguangzhi<zhangguangzhi3@huawei.com> - 3.6-50
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:del patch to be consistent with open source
* Fri Aug 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.6-49
- Package init