Accepting request 266413 from home:mnhauke:branches:hardware

updated to version 1.2 and run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/266413
OBS-URL: https://build.opensuse.org/package/show/hardware/libftdi1?expand=0&rev=12
This commit is contained in:
Torsten Duwe 2014-12-27 12:43:15 +00:00 committed by Git OBS Bridge
parent 8700a70de5
commit 6fac15adec
4 changed files with 33 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7290fd38208d8c00d25ed13ce172aaa0403b37148080e4a33a99837022d2b321
size 97072

3
libftdi1-1.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6ea795c829219015eb372b03008351cee3fb39f684bff3bf8a4620b558488d6
size 100672

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Dec 15 20:18:12 UTC 2014 - mardnh@gmx.de
- updated to 1.2
* Support for FT230X devices (Uwe Bonnes)
* ftdi_usb_get_strings(): Don't try to open an already open device (Denis Sirotkin)
* Support for finding devices bricked by the Windows driver (Forest Crossman)
* cmake build system: New LibFTDI1ConfigVersion.cmake file (xantares09)
* Fix a typo in the MPSSE command CLK_BYTES_OR_LOW (Benjamin Vanheuverzwijn)
* Minor fixes for MSVC++ (Andrei Errapart)
* Various small code improvements (Florian Preinstorfer, Jochen Sprickerhof, xantares09)
- updated to 1.1
* Fix FT232H eeprom suspend pulldown setting (Davide Michelizza)
* Fix FT232H eeprom user area size (Davide Michelizza)
* Improved mingw build (Paul Fertser and Michel Zou)
* C++ wrapper: Get/set functions for USB timeouts (Jochen Sprickerhof)
* Partial support for FT230X (Nathael Pajani)
* New API function: ftdi_eeprom_set_strings() (Nathael Pajani)
* Prevent possible segfault in ftdi_eeprom_decode() (Nathael Pajani)
* Save device release number in eeprom (Jarkko Sonninen)
* Fix "self powered" eeprom flag (Jarkko Sonninen)
* Improved python wrapper (Michel Zou)
* Many buildsystem improvements (Michel Zou and Mike Frysinger)
* See the git history for more changes and fixes
- run spec-cleaner
-------------------------------------------------------------------
Wed Oct 30 16:19:35 UTC 2013 - rw@suse.de

View File

@ -17,7 +17,7 @@
Name: libftdi1
Version: 1.0
Version: 1.2
Release: 0
Summary: Library to program and control the FTDI USB controller
License: LGPL-2.1+ and GPL-2.0-with-classpath-exception
@ -48,28 +48,18 @@ This library is used by many programs accessing FTDI USB-to-RS232 converters.
%prep
%setup -q
mkdir build
%build
cd build
%ifarch ia64
CMFLAGS="-DLIB_SUFFIX=/"
%else
CMFLAGS=""
%endif
CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" \
cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" $CMFLAGS ../
%cmake
make %{?_smp_mflags}
%install
cd build
%make_install
%cmake_install
mkdir -p %{buildroot}%{_mandir}/man3
cd build
cp -p doc/man/man3/[^_]*.3 %{buildroot}%{_mandir}/man3
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files