!4 texinfo: Update to 6.7

Merge pull request !4 from chengguipeng_xian/master
This commit is contained in:
openeuler-ci-bot 2020-07-29 17:01:00 +08:00 committed by Gitee
commit 3b9eb6902e
5 changed files with 18 additions and 10 deletions

Binary file not shown.

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iF4EABEIAAYFAlxoUV0ACgkQ3bxXnas3+6k8XgEArq1U1cY6HMgVoEl32OLCgJai
1988Ep5IUTNk9RaTaxcBAJt5Sax7on7Xb4WmbeYWfxnL+DZMGvd6cw+jeKUL07K+
=Ge1E
-----END PGP SIGNATURE-----

BIN
texinfo-6.7.tar.xz Normal file

Binary file not shown.

8
texinfo-6.7.tar.xz.sig Normal file
View File

@ -0,0 +1,8 @@
-----BEGIN PGP SIGNATURE-----
iI8EABEIADcWIQTq9mmzHjHh3svRFRPdvFedqzf7qQUCXYpOxhkcZ2F2aW5zbWl0
aDAxMjNAZ21haWwuY29tAAoJEN28V52rN/upFfsA/ijrBDSblwgcANew2xreyJMk
2oicyeBfOWwiSbjlBNSsAP4+mM2vwqo2CAHqUd2CHGV0tz/FnU7SxPrOdJneUIc2
xQ==
=5SpL
-----END PGP SIGNATURE-----

View File

@ -3,8 +3,8 @@
%global __requires_exclude ^perl\\(.*Texinfo.*\\)$
Name: texinfo
Version: 6.6
Release: 2
Version: 6.7
Release: 1
Summary: The GNU Documentation System
License: GPLv3+
Url: http://www.gnu.org/software/texinfo/
@ -19,7 +19,7 @@ Patch0005: texinfo-6.5-fix-info-dir.patch
Patch0006: texinfo-6.5-covscan-fixes.patch
BuildRequires: gcc perl-generators zlib-devel ncurses-devel help2man
BuildRequires: perl(Data::Dumper) perl(Locale::Messages) perl(Unicode::EastAsianWidth) perl(Text::Unidecode) perl(Storable)
BuildRequires: perl(Data::Dumper) perl(Locale::Messages) perl(Unicode::EastAsianWidth) perl(Text::Unidecode) perl(Storable) perl(Unicode::Normalize)
%description
Texinfo is a documentation system that uses a single source file to produce
@ -34,6 +34,10 @@ Summary: Tools for formatting Texinfo documents
Requires: texinfo = %{version}-%{release} tex(tex) tex(epsf.tex)
Requires(post): texlive-tetex
Requires(postun): texlive-tetex
Provides: tex-texinfo = %{version}-%{release}
Obsoletes: tex-texinfo < %{version}-%{release}
Provides: texlive-texinfo > 9:2019-15
Obsoletes: texlive-texinfo <= 9:2019-15
%description tex
This package provides tools for format most of the documents
@ -130,6 +134,9 @@ export ALL_TESTS=yes
%ghost %{_infodir}/dir.old
%changelog
* Fri Jul 17 2020 chengguipeng <chengguipeng1@huawei.com> - 6.7-1
- upgrade to 6.7-1
* Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 6.6-2
- update to 6.6-2