From 9ab72844ee5cd621f88cfc8f594dfe56c3034668 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 11:30:47 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libpinyin.git#71404fd99d1ff70bc51274f0ec88f96ece99b0da --- libpinyin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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