From f71ebd6661e131843bb9b5d2a51e91dc79dfece9 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 21:34:15 +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/units.git#7133bcde165ef8aa9fe4c398c08d3c766478ec23 --- units.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/units.spec b/units.spec index 9c0d150..8cbce73 100644 --- a/units.spec +++ b/units.spec @@ -1,13 +1,14 @@ Summary: A utility for converting amounts from one unit to another Name: units Version: 2.21 -Release: 1%{?dist} +Release: 2%{?dist} Source: https://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz URL: https://www.gnu.org/software/units/units.html License: GPLv3+ BuildRequires: automake BuildRequires: bison BuildRequires: gcc +BuildRequires: make BuildRequires: ncurses-devel BuildRequires: python3-devel BuildRequires: readline-devel @@ -54,6 +55,9 @@ make check %{_mandir}/man1/* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.21-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Nov 16 2020 Kamil Dudka - 2.21-1 - new upstream release