From 6076b2a317368b4d2590f960f89437e7acabcf77 Mon Sep 17 00:00:00 2001 From: vcrhonek Date: Nov 20 2008 10:31:59 +0000 Subject: Update to texinfo-4.13a --- diff --git a/.cvsignore b/.cvsignore index 3451184..12808af 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/sources b/sources index 1a7d2b6..650f8dc 100644 --- a/sources +++ b/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 diff --git a/texinfo-4.12-install-info_crash.patch b/texinfo-4.12-install-info_crash.patch deleted file mode 100644 index 0111fbe..0000000 --- a/texinfo-4.12-install-info_crash.patch +++ /dev/null @@ -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; - } diff --git a/texinfo.spec b/texinfo.spec index 238ec37..8babb84 100644 --- a/texinfo.spec +++ b/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 - 4.13-1 +- Update to texinfo-4.13a + Resolves: #471194 + Resolves: #208511 + * Wed Jun 4 2008 Vitezslav Crhonek - 4.12-4 - Remove sed Requires (dependency loop) Resolves: #449705