From 934c0bdcf1e230531732b6421d6653c9b98b7788 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 05:37:04 +0000 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/tinycdb.git#0bc6f7919f6c6c83f2edcf393b05b2d194511b1d --- tinycdb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tinycdb.spec b/tinycdb.spec index 8edb63f..afcd0d2 100644 --- a/tinycdb.spec +++ b/tinycdb.spec @@ -1,13 +1,14 @@ Name: tinycdb Summary: Utility and library for manipulating constant databases Version: 0.78 -Release: 14%{?dist} +Release: 15%{?dist} License: Public Domain URL: http://www.corpit.ru/mjt/tinycdb.html Source0: http://www.corpit.ru/mjt/%{name}/%{name}-%{version}.tar.gz # taken from the 0.77 tarball Source1: libcdb.pc +BuildRequires: make BuildRequires: gcc %description tinycdb is a small, fast and reliable utility and subroutine library for @@ -61,6 +62,9 @@ cp -p debian/libcdb.pc %{buildroot}%{_libdir}/pkgconfig/libcdb.pc %{_libdir}/pkgconfig/*.pc %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.78-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.78-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild