Update to texinfo-4.13a
This commit is contained in:
parent
ea40cd87ad
commit
6076b2a317
@ -4,3 +4,5 @@ texinfo-4.9.tar.bz2
|
||||
texinfo-4.11.tar.bz2
|
||||
texinfo-4.12.tar.gz
|
||||
texinfo-4.12.tar.gz.sig
|
||||
texinfo-4.13a.tar.gz
|
||||
texinfo-4.13a.tar.gz.sig
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
e9216fb657e1555a289a14a74dac8f4f texinfo-4.12.tar.gz
|
||||
fe17b722bc9f157ed5e9c88e9be3732d texinfo-4.12.tar.gz.sig
|
||||
71ba711519209b5fb583fed2b3d86fcb texinfo-4.13a.tar.gz
|
||||
db2ca82c831684cd7cef181234017c46 texinfo-4.13a.tar.gz.sig
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -up texinfo-4.12/install-info/install-info.c_old texinfo-4.12/install-info/install-info.c
|
||||
--- texinfo-4.12/install-info/install-info.c_old 2008-06-02 13:00:35.000000000 +0200
|
||||
+++ texinfo-4.12/install-info/install-info.c 2008-06-02 13:01:18.000000000 +0200
|
||||
@@ -1465,7 +1465,7 @@ split_entry (char *entry, char **name, s
|
||||
size_t length = strlen (entry);
|
||||
if (length == 0)
|
||||
return;
|
||||
- *name = strdup (ptr);
|
||||
+ *name = strdup (entry);
|
||||
*name_len = length + 1;
|
||||
return;
|
||||
}
|
13
texinfo.spec
13
texinfo.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Tools needed to create Texinfo format documentation files
|
||||
Name: texinfo
|
||||
Version: 4.12
|
||||
Release: 4%{?dist}
|
||||
Version: 4.13a
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Publishing
|
||||
Url: http://www.gnu.org/software/texinfo/
|
||||
@ -11,7 +11,6 @@ Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.gz
|
||||
Source1: info-dir
|
||||
Source2: texi2pdf.man
|
||||
Patch0: texinfo-4.12-zlib.patch
|
||||
Patch1: texinfo-4.12-install-info_crash.patch
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -52,9 +51,8 @@ The texinfo-tex package provides tools to format Texinfo documents
|
||||
for printing using TeX.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-4.13
|
||||
%patch0 -p1 -b .zlib
|
||||
%patch1 -p1 -b .install-info_crash
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -146,6 +144,11 @@ fi
|
||||
%{_mandir}/man1/pdftexi2dvi.1*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 20 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13-1
|
||||
- Update to texinfo-4.13a
|
||||
Resolves: #471194
|
||||
Resolves: #208511
|
||||
|
||||
* Wed Jun 4 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.12-4
|
||||
- Remove sed Requires (dependency loop)
|
||||
Resolves: #449705
|
||||
|
Loading…
Reference in New Issue
Block a user