rpms/libftdi/devel libftdi-0.17-bind-typo.patch, NONE, 1.1 libftdi.spec, 1.14, 1.15 libftdi-0.16-multilib.patch, 1.2, NONE

Lucian Langa lucilanga at fedoraproject.org
Mon Jan 4 07:59:09 UTC 2010


Author: lucilanga

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

Modified Files:
	libftdi.spec 
Added Files:
	libftdi-0.17-bind-typo.patch 
Removed Files:
	libftdi-0.16-multilib.patch 
Log Message:
* Sun Jan 01 2010 Lucian Langa <cooly at gnome.eu.org> - 0.17-1
- add patch to fix typo in python bindings
- drop multilib patch0 fixed upstream
- 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: libftdi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/devel/libftdi.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- libftdi.spec	20 Dec 2009 18:07:52 -0000	1.14
+++ libftdi.spec	4 Jan 2010 07:59:08 -0000	1.15
@@ -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
@@ -139,7 +139,9 @@ exit 0
 %postun c++ -p /sbin/ldconfig
 
 %changelog
-* Sun Dec 20 2009 Lucian Langa <cooly at gnome.eu.org> - 0.17-1
+* Sun Jan 01 2010 Lucian Langa <cooly at gnome.eu.org> - 0.17-1
+- add patch to fix typo in python bindings
+- drop multilib patch0 fixed upstream
 - new upstream release
 
 * Sat Aug 22 2009 Lucian Langa <cooly at gnome.eu.org> - 0.16-7


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




More information about the fedora-extras-commits mailing list