From 8465e241f3cffb2f56bea478f2d6d46381f1bc74 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 Sep 2019 11:09:49 -0700 Subject: [PATCH] Fix FTBFS bug #1734987 --- brewtarget.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/brewtarget.spec b/brewtarget.spec index 7599be6..8b392ed 100644 --- a/brewtarget.spec +++ b/brewtarget.spec @@ -2,7 +2,7 @@ Name: brewtarget Version: 2.1.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: An open source beer recipe creation tool License: GPLv3 and WTFPL and LGPLv2 URL: http://www.brewtarget.org @@ -22,7 +22,7 @@ priming sugar calculators, OG correction help, and a unique mash designing tool. It also can export and import recipes in BeerXML. %prep -%setup -q -n %{name}-%{name} +%setup -q -n %{name}-%{version} %build %cmake -DDO_RELEASE_BUILD:BOOL=ON @@ -45,6 +45,9 @@ desktop-file-validate %buildroot%{_datadir}/applications/%{name}.desktop %changelog +* Mon Sep 16 2019 Kevin Fenzi - 2.1.0-13 +- Fix FTBFS bug #1734987 + * Wed Jul 24 2019 Fedora Release Engineering - 2.1.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild