latest version
This commit is contained in:
parent
6fb31985a6
commit
548b14fe76
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/hyphen-2.8.3.tar.gz
|
||||
/hyphen-2.8.4.tar.gz
|
||||
|
11
hyphen.spec
11
hyphen.spec
@ -1,7 +1,7 @@
|
||||
Name: hyphen
|
||||
Summary: A text hyphenation library
|
||||
Version: 2.8.3
|
||||
Release: 4%{?dist}
|
||||
Version: 2.8.4
|
||||
Release: 1%{?dist}
|
||||
Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
|
||||
Group: System Environment/Libraries
|
||||
URL: http://hunspell.sf.net
|
||||
@ -11,7 +11,6 @@ BuildRequires: perl, patch, autoconf, automake, libtool
|
||||
%ifarch %{ix86} x86_64
|
||||
BuildRequires: valgrind
|
||||
%endif
|
||||
Patch0: hyphen-dumplog.patch
|
||||
|
||||
%description
|
||||
Hyphen is a library for high quality hyphenation and justification.
|
||||
@ -35,11 +34,8 @@ English hyphenation rules.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0 -b .hyphen-dumplog
|
||||
|
||||
%build
|
||||
autoreconf -f
|
||||
libtoolize -f
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -88,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/substrings.pl
|
||||
|
||||
%changelog
|
||||
* Fri Jun 29 2012 Caolán McNamara <caolanm@redhat.com> - 2.8.4-1
|
||||
- latest version
|
||||
|
||||
* Wed Apr 18 2012 Caolán McNamara <caolanm@redhat.com> - 2.8.3-4
|
||||
- Resolves: rhbz#813481 x86_64 valgrind spews, see rhbz#813780
|
||||
- Related: rhbz#813481 dump valgrind failure log
|
||||
|
Loading…
Reference in New Issue
Block a user