Resolves: rhbz#1052148 latest fribidi
This commit is contained in:
parent
85051a496a
commit
4beaa98015
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/fribidi-0.19.4.tar.bz2
|
||||
/fribidi-0.19.6.tar.bz2
|
||||
|
File diff suppressed because it is too large
Load Diff
15
fribidi.spec
15
fribidi.spec
@ -1,13 +1,11 @@
|
||||
Summary: Library implementing the Unicode Bidirectional Algorithm
|
||||
Name: fribidi
|
||||
Version: 0.19.4
|
||||
Release: 5%{?dist}
|
||||
Version: 0.19.6
|
||||
Release: 1%{?dist}
|
||||
URL: http://fribidi.org
|
||||
Source: http://fribidi.org/download/%{name}-%{version}.tar.bz2
|
||||
License: LGPLv2+ and UCD
|
||||
Group: System Environment/Libraries
|
||||
Patch0: signedwarning.patch
|
||||
Patch1: fribidi-aarch64.patch
|
||||
|
||||
%description
|
||||
A library to handle bidirectional scripts (for example Hebrew, Arabic),
|
||||
@ -25,8 +23,6 @@ FriBidi.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .signedwarnings
|
||||
%patch1 -p1 -b .aarch64
|
||||
|
||||
%build
|
||||
%if 0%{?el5}
|
||||
@ -66,13 +62,18 @@ find $RPM_BUILD_ROOT%{_mandir}/man3 -type f -empty -exec rm {} \;
|
||||
%{_mandir}/man3/%{name}_*.gz
|
||||
|
||||
%changelog
|
||||
* Mon Jan 13 2014 Caolán McNamara <caolanm@redhat.com> - 0.19.6-1
|
||||
- Resolves: rhbz#1052148 latest fribidi
|
||||
- drop integrated signedwarning.patch
|
||||
- drop integrated fribidi-aarch64.patch
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Wed Apr 03 2013 Caolán McNamara <caolanm@redhat.com> - 0.19.4-4
|
||||
- Resolves: rhbz#925368 support aarch64
|
||||
|
||||
* Wed Feb 18 2013 Caolán McNamara <caolanm@redhat.com> - 0.19.4-3
|
||||
* Mon Feb 18 2013 Caolán McNamara <caolanm@redhat.com> - 0.19.4-3
|
||||
- Resolves: rhbz#884000 remove empty man pages
|
||||
|
||||
* Mon Dec 10 2012 Caolán McNamara <caolanm@redhat.com> - 0.19.4-2
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- fribidi-0.19.4/bin/fribidi-main.c 2012-08-25 20:56:20.000000000 +0200
|
||||
+++ fribidi-0.19.4/bin/fribidi-main.c 2012-12-06 16:10:38.936894816 +0100
|
||||
@@ -519,7 +519,7 @@
|
||||
idx++;
|
||||
}
|
||||
#endif /* !FRIBIDI_MAIN_USE_ICONV_H */
|
||||
- if (wid < 0 && idx > st + 1)
|
||||
+ if (wid < 0 && idx - st > 1)
|
||||
idx--;
|
||||
inlen = idx - st;
|
||||
|
Loading…
Reference in New Issue
Block a user