rpms/libftdi/F-9 .cvsignore, 1.2, 1.3 libftdi.spec, 1.1, 1.2 sources, 1.2, 1.3

Lucian Langa lucilanga at fedoraproject.org
Mon Feb 16 15:45:55 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/libftdi/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14479

Modified Files:
	.cvsignore libftdi.spec sources 
Log Message:
* Mon Feb 16 2009 Lucian Langa <cooly at gnome.eu.org> - 0.15-3
- fix tag


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	29 Sep 2008 04:33:15 -0000	1.2
+++ .cvsignore	16 Feb 2009 15:45:25 -0000	1.3
@@ -1 +1 @@
-libftdi-0.14.tar.gz
+libftdi-0.15.tar.gz


Index: libftdi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/F-9/libftdi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libftdi.spec	29 Sep 2008 04:33:15 -0000	1.1
+++ libftdi.spec	16 Feb 2009 15:45:25 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		libftdi
-Version:	0.14
-Release:	2%{?dist}
+Version:	0.15
+Release:	3%{?dist}
 Summary:	Library to program and control the FTDI USB controller
 
 Group:		System Environment/Libraries
@@ -9,13 +9,14 @@
 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
 Summary:	Header files and static libraries for libftdi
 Group:		Development/Libraries
 Requires:	libftdi = %{version}-%{release}
+Requires:	libusb-devel
 
 %description
 A library (using libusb) to talk to FTDI's FT2232C,
@@ -50,6 +51,7 @@
 rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang_ft2232
 rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang_cbus
 rm -f $RPM_BUILD_ROOT/%{_bindir}/find_all
+rm -f $RPM_BUILD_ROOT/%{_bindir}/find_all_pp
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -65,8 +67,10 @@
 %doc doc/html
 %{_bindir}/libftdi-config
 %{_libdir}/libftdi.a
+%{_libdir}/libftdipp.a
 %{_libdir}/*.so
 %{_includedir}/*.h
+%{_includedir}/*.hpp
 %{_libdir}/pkgconfig/*.pc
 %{_mandir}/man3/*
 
@@ -75,6 +79,16 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon Feb 16 2009 Lucian Langa <cooly at gnome.eu.org> - 0.15-3
+- fix tag
+
+* Sun Feb 15 2009 Lucian Langa <cooly at gnome.eu.org> - 0.15-2
+- add new BR boost-devel
+
+* Sun Feb 15 2009 Lucian Langa <cooly at gnome.eu.org> - 0.15-1
+- fix for bug #485600: pick libusb-devel for -devel subpackage
+- new upstream release
+
 * Fri Sep 26 2008 Lucian Langa <cooly at gnome.eu.org> - 0.14-2
 - require pkgconfig for devel
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Sep 2008 04:33:15 -0000	1.2
+++ sources	16 Feb 2009 15:45:25 -0000	1.3
@@ -1 +1 @@
-43f20478e725aa5ba6cdae311ca0593d  libftdi-0.14.tar.gz
+d585c9758cb7085a4448c7c4ece07d8e  libftdi-0.15.tar.gz




More information about the fedora-extras-commits mailing list