rpms/libftdi/F-12 libftdi-0.17-bind-typo.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 libftdi.spec, 1.13, 1.14 sources, 1.4, 1.5 libftdi-0.16-multilib.patch, 1.2, NONE

Lucian Langa lucilanga at fedoraproject.org
Mon Jan 4 08:21:09 UTC 2010


Author: lucilanga

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

Modified Files:
	.cvsignore libftdi.spec sources 
Added Files:
	libftdi-0.17-bind-typo.patch 
Removed Files:
	libftdi-0.16-multilib.patch 
Log Message:
* Mon Jan 04 2010 Lucian Langa <cooly at gnome.eu.org> - 0.17-1
- add bindings typo patch
- drop multilib patch
- new upstream release

libftdi-0.17-bind-typo.patch:
 setup.py.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libftdi-0.17-bind-typo.patch ---
diff -Naur libftdi-0.17/bindings/python/setup.py.in libftdi-0.17-mod/bindings/python/setup.py.in
--- libftdi-0.17/bindings/python/setup.py.in	2009-05-29 22:54:41.000000000 +0300
+++ libftdi-0.17-mod/bindings/python/setup.py.in	2010-01-04 09:48:58.000000000 +0200
@@ -12,6 +12,6 @@
       py_modules=['ftdi'],
       ext_modules=[Extension('_ftdi', ['ftdi_wrap.c'],
                              include_dirs=['@top_srcdir@/src'],
-                             library_dirs=['@top_buildir@/src/.libs','lib','/usr/lib'],
+                             library_dirs=['@top_builddir@/src/.libs','lib','/usr/lib'],
                              libraries=['ftdi'])],
       )


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/F-12/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	9 May 2009 09:44:30 -0000	1.4
+++ .cvsignore	4 Jan 2010 08:21:08 -0000	1.5
@@ -1 +1 @@
-libftdi-0.16.tar.gz
+libftdi-0.17.tar.gz


Index: libftdi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/F-12/libftdi.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- libftdi.spec	22 Aug 2009 13:17:35 -0000	1.13
+++ libftdi.spec	4 Jan 2010 08:21:08 -0000	1.14
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name:		libftdi
-Version:	0.16
-Release:	7%{?dist}
+Version:	0.17
+Release:	1%{?dist}
 Summary:	Library to program and control the FTDI USB controller
 
 Group:		System Environment/Libraries
@@ -9,7 +9,7 @@ License:	LGPLv2
 URL:		http://www.intra2net.com/de/produkte/opensource/ftdi/
 Source0:	http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/%{name}-%{version}.tar.gz
 Source1:	no_date_footer.html
-Patch0:		libftdi-0.16-multilib.patch
+Patch0:		libftdi-0.17-bind-typo.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libusb-devel, doxygen, boost-devel, python-devel, swig
@@ -60,7 +60,7 @@ for building C++ applications with libft
 %prep
 %setup -q
 sed -i -e 's/HTML_FOOTER            =/HTML_FOOTER            = no_date_footer.html/g' doc/Doxyfile.in
-%patch0 -p1 -b .multilib
+%patch0 -p1 -b .bindings-typo
 
 
 %build
@@ -88,6 +88,8 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang
 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
+rm -f $RPM_BUILD_ROOT/%{_bindir}/baud_test
+rm -f $RPM_BUILD_ROOT/%{_bindir}/serial_read
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -110,6 +112,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files python
 %defattr(-, root, root, -)
+%doc AUTHORS ChangeLog COPYING.LIB README
 %{python_sitearch}/*
 
 %files c++
@@ -136,6 +139,11 @@ exit 0
 %postun c++ -p /sbin/ldconfig
 
 %changelog
+* Mon Jan 04 2010 Lucian Langa <cooly at gnome.eu.org> - 0.17-1
+- add bindings typo patch
+- drop multilib patch
+- new upstream release
+
 * Sat Aug 22 2009 Lucian Langa <cooly at gnome.eu.org> - 0.16-7
 - add group for udev rule (#517773)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/F-12/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	9 May 2009 09:44:30 -0000	1.4
+++ sources	4 Jan 2010 08:21:09 -0000	1.5
@@ -1 +1 @@
-524af6f39aefa1a4e8fac12c6be0ed06  libftdi-0.16.tar.gz
+810c69cfaa078b49795c224ef9b6b851  libftdi-0.17.tar.gz


--- libftdi-0.16-multilib.patch DELETED ---




More information about the fedora-extras-commits mailing list