Restore the deprecated API that was accidentally removed in the previous release.

Resolves: rhbz#1787293
This commit is contained in:
Akira TAGOH 2020-01-15 17:12:12 +09:00
parent 0c63ce47c4
commit 2f5bf1f16f

View File

@ -1,7 +1,7 @@
Summary: Library implementing the Unicode Bidirectional Algorithm Summary: Library implementing the Unicode Bidirectional Algorithm
Name: fribidi Name: fribidi
Version: 1.0.8 Version: 1.0.8
Release: 1%{?dist} Release: 2%{?dist}
URL: https://github.com/fribidi/fribidi/ URL: https://github.com/fribidi/fribidi/
Source: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Source: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
License: LGPLv2+ and UCD License: LGPLv2+ and UCD
@ -13,6 +13,7 @@ BuildRequires: meson
%endif %endif
Patch0: %{name}-drop-bundled-gnulib.patch Patch0: %{name}-drop-bundled-gnulib.patch
Patch1: %{name}-automake.patch Patch1: %{name}-automake.patch
Patch2: %{name}-restore-deprecated-api.patch
%description %description
A library to handle bidirectional scripts (for example Hebrew, Arabic), A library to handle bidirectional scripts (for example Hebrew, Arabic),
@ -84,6 +85,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
#%%{_mandir}/man3/*.gz #%%{_mandir}/man3/*.gz
%changelog %changelog
* Wed Jan 15 2020 Akira TAGOH <tagoh@redhat.com> - 1.0.8-2
- Restore the deprecated API that was accidentally removed in the previous release.
Resolves: rhbz#1787293
* Fri Dec 13 2019 Akira TAGOH <tagoh@redhat.com> - 1.0.8-1 * Fri Dec 13 2019 Akira TAGOH <tagoh@redhat.com> - 1.0.8-1
- New upstream release. - New upstream release.
Resolves: rhbz#1783205 Resolves: rhbz#1783205