del patch to be consistent with open source
This commit is contained in:
parent
77bb72edaf
commit
542e7e5534
@ -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));
|
|
||||||
19
recode.spec
19
recode.spec
@ -1,6 +1,6 @@
|
|||||||
Name: recode
|
Name: recode
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 49
|
Release: 50
|
||||||
Summary: Converter between charsets and surfaces
|
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
|
Source0: https://github.com/rrthomas/recode/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: recode.patch
|
Patch0: recode.patch
|
||||||
Patch1: recode-3.6-getcwd.patch
|
Patch1: recode-bool-bitfield.patch
|
||||||
Patch2: recode-bool-bitfield.patch
|
Patch2: recode-flex-m4.patch
|
||||||
Patch3: recode-flex-m4.patch
|
Patch3: recode-automake.patch
|
||||||
Patch4: recode-automake.patch
|
Patch4: recode-format-security.patch
|
||||||
Patch5: recode-format-security.patch
|
Patch5: recode-longfilename.patch
|
||||||
Patch6: recode-longfilename.patch
|
|
||||||
|
|
||||||
BuildRequires: libtool texinfo
|
BuildRequires: libtool texinfo
|
||||||
Requires: info
|
Requires: info
|
||||||
@ -95,5 +94,11 @@ fi
|
|||||||
%{_mandir}/man1/*.1.gz
|
%{_mandir}/man1/*.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.6-49
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user