From 09590ae1be1296609ecf4960b1b2d3b8aa1defbe Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Wed, 29 Oct 2014 13:19:18 +0100 Subject: [PATCH] Add build dependency on perl(Devel::PPPort) - resolves: #1158434 --- pilot-link.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pilot-link.spec b/pilot-link.spec index c13aefb..2449fd0 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -3,7 +3,7 @@ Summary: File transfer utilities between Linux and PalmPilots Name: pilot-link Version: 0.12.5 -Release: 22%{?dist} +Release: 23%{?dist} Epoch: 2 # libpisock/md5.c Public Domain # libpisock/blob.c LGPLv2+ @@ -30,7 +30,7 @@ Patch8: pilot-link-0.12.5-ftbfs-f21.patch ExcludeArch: s390 s390x BuildRequires: perl(ExtUtils::MakeMaker), libpng-devel, readline-devel -BuildRequires: libusb-devel, bluez-libs-devel +BuildRequires: libusb-devel, bluez-libs-devel, perl(Devel::PPPort) Requires: pilot-link-libs = %{epoch}:%{version}-%{release} %description @@ -194,6 +194,10 @@ install -p -m644 %{SOURCE4} %{buildroot}/lib/udev/rules.d/ /lib/udev/rules.d/69-pilot-link.rules %changelog +* Wed Oct 29 2014 jchaloup - 2:0.12.5-23 +- Add build dependency on perl(Devel::PPPort) + resolves: #1158434 + * Tue Aug 26 2014 Jitka Plesnikova - 2:0.12.5-22 - Perl 5.20 rebuild