bump to 2.8.8

This commit is contained in:
Caolán McNamara 2014-09-18 16:52:03 +01:00
parent 6707d9e9e4
commit 778f1bba16
4 changed files with 7 additions and 32 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/hyphen-2.8.7.tar.gz
/hyphen-2.8.8.tar.gz

View File

@ -1,25 +0,0 @@
From d1e42f5a7166fc98595772ffdd3cfc75fcfa574d Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon@redhat.com>
Date: Thu, 3 Jul 2014 11:51:53 +0200
Subject: [PATCH] missing include for FILE
---
hyphen.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hyphen.h b/hyphen.h
index 9aa057e..b3b8fae 100644
--- a/hyphen.h
+++ b/hyphen.h
@@ -51,6 +51,8 @@
#ifndef __HYPHEN_H__
#define __HYPHEN_H__
+#include <stdio.h>
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
--
1.9.3

View File

@ -1,7 +1,7 @@
Name: hyphen
Summary: A text hyphenation library
Version: 2.8.7
Release: 3%{?dist}
Version: 2.8.8
Release: 1%{?dist}
Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
Group: System Environment/Libraries
URL: http://hunspell.sf.net
@ -12,8 +12,6 @@ BuildRequires: perl, patch, autoconf, automake, libtool
BuildRequires: valgrind
%endif
Patch0: 0001-missing-include-for-FILE.patch
%description
Hyphen is a library for high quality hyphenation and justification.
@ -36,7 +34,6 @@ English hyphenation rules.
%prep
%setup -q
%patch0 -p1 -b .missing-include-for-FILE.patch
%build
%configure --disable-static
@ -87,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/substrings.pl
%changelog
* Fri Sep 18 2014 Caolán McNamara <caolanm@redhat.com> - 2.8.8-1
- latest version
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
ecaf645cb09bd7b6ad0497b8a91fbd22 hyphen-2.8.7.tar.gz
5ade6ae2a99bc1e9e57031ca88d36dad hyphen-2.8.8.tar.gz