diff --git a/libpinyin.spec b/libpinyin.spec index c99412a..40ea7b0 100644 --- a/libpinyin.spec +++ b/libpinyin.spec @@ -2,7 +2,7 @@ Name: libpinyin Version: 2.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library to deal with pinyin License: GPLv3+ @@ -14,6 +14,7 @@ Patch0: libpinyin-2.3.x-head.patch BuildRequires: gcc-c++ BuildRequires: libdb-devel, glib2-devel +BuildRequires: make Requires: %{name}-data%{?_isa} = %{version}-%{release} %description @@ -106,6 +107,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/libzhuyin*.so.* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 15 2020 Peng Wu - 2.6.0-1 - Update to 2.6.0 - bug fixes