From ef5a0c2b98199fe58afb2e53c9c5d059beafcf2f Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Sun, 15 Feb 2009 10:01:57 +0000 Subject: [PATCH] - add new BR boost-devel --- libftdi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libftdi.spec b/libftdi.spec index 04549c7..3486268 100644 --- a/libftdi.spec +++ b/libftdi.spec @@ -1,6 +1,6 @@ Name: libftdi Version: 0.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library to program and control the FTDI USB controller Group: System Environment/Libraries @@ -9,7 +9,7 @@ URL: http://www.intra2net.com/de/produkte/opensource/ftdi/ Source0: http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libusb-devel, doxygen +BuildRequires: libusb-devel, doxygen, boost-devel Requires: pkgconfig %package devel @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Sun Feb 15 2009 Lucian Langa - 0.15-2 +- add new BR boost-devel + * Sun Feb 15 2009 Lucian Langa - 0.15-1 - fix for bug #485600: pick libusb-devel for -devel subpackage - new upstream release