rpms/libftdi/devel .cvsignore, 1.2, 1.3 libftdi.spec, 1.1, 1.2 sources, 1.2, 1.3

Lucian Langa lucilanga at fedoraproject.org
Sun Feb 15 09:47:23 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/libftdi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24625

Modified Files:
	.cvsignore libftdi.spec sources 
Log Message:
* 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


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


Index: libftdi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/devel/libftdi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libftdi.spec	29 Sep 2008 04:25:05 -0000	1.1
+++ libftdi.spec	15 Feb 2009 09:46:52 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		libftdi
-Version:	0.14
-Release:	2%{?dist}
+Version:	0.15
+Release:	1%{?dist}
 Summary:	Library to program and control the FTDI USB controller
 
 Group:		System Environment/Libraries
@@ -16,6 +16,7 @@
 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,10 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* 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/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Sep 2008 04:25:05 -0000	1.2
+++ sources	15 Feb 2009 09:46:52 -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