commit libftdi1 for openSUSE:Factory
Hello community, here is the log from the commit of package libftdi1 for openSUSE:Factory checked in at 2014-12-30 00:49:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libftdi1 (Old) and /work/SRC/openSUSE:Factory/.libftdi1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libftdi1" Changes: -------- --- /work/SRC/openSUSE:Factory/libftdi1/libftdi1.changes 2014-10-05 20:31:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libftdi1.new/libftdi1.changes 2014-12-30 00:49:53.000000000 +0100 @@ -1,0 +2,26 @@ +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 + +------------------------------------------------------------------- Old: ---- libftdi1-1.0.tar.bz2 New: ---- libftdi1-1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libftdi1.spec ++++++ --- /var/tmp/diff_new_pack.NXQnEg/_old 2014-12-30 00:49:55.000000000 +0100 +++ /var/tmp/diff_new_pack.NXQnEg/_new 2014-12-30 00:49:55.000000000 +0100 @@ -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 @@ %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 ++++++ libftdi1-1.0.tar.bz2 -> libftdi1-1.2.tar.bz2 ++++++ ++++ 4687 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de