New upstream release.
Resolves: rhbz#1783205
This commit is contained in:
parent
edee4f6817
commit
0c63ce47c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/fribidi-1.0.5.tar.bz2
|
||||
/fribidi-1.0.6.tar.gz
|
||||
/fribidi-1.0.7.tar.bz2
|
||||
/fribidi-1.0.8.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Library implementing the Unicode Bidirectional Algorithm
|
||||
Name: fribidi
|
||||
Version: 1.0.7
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.8
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/fribidi/fribidi/
|
||||
Source: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||
License: LGPLv2+ and UCD
|
||||
@ -13,7 +13,6 @@ BuildRequires: meson
|
||||
%endif
|
||||
Patch0: %{name}-drop-bundled-gnulib.patch
|
||||
Patch1: %{name}-automake.patch
|
||||
Patch2: %{name}-CVE-2019-18397.patch
|
||||
|
||||
%description
|
||||
A library to handle bidirectional scripts (for example Hebrew, Arabic),
|
||||
@ -85,6 +84,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
#%%{_mandir}/man3/*.gz
|
||||
|
||||
%changelog
|
||||
* Fri Dec 13 2019 Akira TAGOH <tagoh@redhat.com> - 1.0.8-1
|
||||
- New upstream release.
|
||||
Resolves: rhbz#1783205
|
||||
|
||||
* Wed Dec 11 2019 Akira TAGOH <tagoh@redhat.com> - 1.0.7-2
|
||||
- Fix CVE-2019-18397
|
||||
Resolves: rhbz#1781218
|
||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (fribidi-1.0.6.tar.gz) = 756bdd98292ac52b35c46bc2c6ec97421250c7c4b5770d81884c73534b16141db27bd7331f0a52c99a78fa27eaafb842981bf152b21b3c9cdcd270d32e6324a5
|
||||
SHA512 (fribidi-1.0.7.tar.bz2) = c7a1834eb5e79e337b31c62b75e9ab61f761cc5d6eef5c9ac9610f69ed044ce9d2d2efac150cad167eea3e1d573b27765e5d01abc4b4f9e43c7903d5980ba8c0
|
||||
SHA512 (fribidi-1.0.8.tar.bz2) = d66b1524b26d227fd6a628f438efb875c023ae3be708acaaad11f1f62d0902de0a5f57124458291ef2b0fcd89356c52ab8ae5559b0b5a93fa435b92f1d098ba2
|
||||
|
Loading…
Reference in New Issue
Block a user