From 22ef46883dc481ea9d9893ed4394f694c3a087e3 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 11:22:23 +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/liboauth.git#c18bb0fa6150570f6162ecc2f963d79755ab963b --- liboauth.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/liboauth.spec b/liboauth.spec index 3b39693..0e35dde 100644 --- a/liboauth.spec +++ b/liboauth.spec @@ -1,6 +1,6 @@ Name: liboauth Version: 1.0.3 -Release: 15%{?dist} +Release: 16%{?dist} Summary: OAuth library functions License: MIT @@ -11,6 +11,7 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar. BuildRequires: gcc BuildRequires: curl-devel nss-devel +BuildRequires: make #Requires: %description @@ -67,6 +68,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.0.3-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 1.0.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild