From 5104711112d7b64501931fbc1084f1f31d6872f5db2c607819191e39249fab2f Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Mon, 27 Sep 2021 14:50:25 +0000 Subject: [PATCH] Accepting request 921820 from home:trenn:branches:hardware - Update to version 1.5.12+git.0684c1b: * Don't set EEPROM serial when it's not used. * Remove legacy EEPROM fields from FT4232H. * Don't fail reading missing strings. * Don't spam stderr when flashing FT232H eeprom * examples/bitbang_cbus.c: Check return value of fgets() ... - Integrated mainline: D Fix-building-unit-tests-without-FTDIPP.patch OBS-URL: https://build.opensuse.org/request/show/921820 OBS-URL: https://build.opensuse.org/package/show/hardware/libftdi1?expand=0&rev=33 --- Fix-building-unit-tests-without-FTDIPP.patch | 33 -------------------- _service | 17 ++++++++++ libftdi1-1.5.12+git.0684c1b.obscpio | 3 ++ libftdi1-1.5.tar.bz2 | 3 -- libftdi1.changes | 13 ++++++++ libftdi1.obsinfo | 5 +++ libftdi1.spec | 5 ++- 7 files changed, 40 insertions(+), 39 deletions(-) delete mode 100644 Fix-building-unit-tests-without-FTDIPP.patch create mode 100644 _service create mode 100644 libftdi1-1.5.12+git.0684c1b.obscpio delete mode 100644 libftdi1-1.5.tar.bz2 create mode 100644 libftdi1.obsinfo diff --git a/Fix-building-unit-tests-without-FTDIPP.patch b/Fix-building-unit-tests-without-FTDIPP.patch deleted file mode 100644 index a9a9640..0000000 --- a/Fix-building-unit-tests-without-FTDIPP.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 11a50ae5b80b3e03694a19e84513345d0794e563 Mon Sep 17 00:00:00 2001 -From: Thomas Jarosch -Date: Mon, 24 Aug 2020 19:27:22 +0200 -Subject: [PATCH] Fix building unit tests without FTDIPP - -Needed to run the baudrate unit tests. - -Probably another fallout from: - -**************************** -commit 0209a3633dc877a577af07d883eb5059e22f6a91 - -cmake: do not check for g++ when FTDIPP is disabled -**************************** ---- - CMakeLists.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 3b0b87c..58f664a 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -150,6 +150,7 @@ if ( EXAMPLES ) - endif () - add_subdirectory(packages) - if ( BUILD_TESTS ) -+ project(libftdi1 C CXX) - add_subdirectory(test) - endif () - --- -1.7.1 - diff --git a/_service b/_service new file mode 100644 index 0000000..2a06b4f --- /dev/null +++ b/_service @@ -0,0 +1,17 @@ + + + git://developer.intra2net.com/libftdi + git + enable + libftdi1 + refs/heads/master + @PARENT_TAG@.@TAG_OFFSET@+git.%h + v(.*) + + + + + *.tar + xz + + diff --git a/libftdi1-1.5.12+git.0684c1b.obscpio b/libftdi1-1.5.12+git.0684c1b.obscpio new file mode 100644 index 0000000..1e0a37d --- /dev/null +++ b/libftdi1-1.5.12+git.0684c1b.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2128536ffe8f5792c662736c40b828c6e48cfcabc844a47c4463cba71dc643b +size 590860 diff --git a/libftdi1-1.5.tar.bz2 b/libftdi1-1.5.tar.bz2 deleted file mode 100644 index e973afa..0000000 --- a/libftdi1-1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049 -size 116297 diff --git a/libftdi1.changes b/libftdi1.changes index 0bf0b3b..a3b9ff8 100644 --- a/libftdi1.changes +++ b/libftdi1.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Sep 27 14:01:32 UTC 2021 - Thomas Renninger + +- Update to version 1.5.12+git.0684c1b: + * Don't set EEPROM serial when it's not used. + * Remove legacy EEPROM fields from FT4232H. + * Don't fail reading missing strings. + * Don't spam stderr when flashing FT232H eeprom + * examples/bitbang_cbus.c: Check return value of fgets() + ... +- Integrated mainline: +D Fix-building-unit-tests-without-FTDIPP.patch + ------------------------------------------------------------------- Fri Jan 15 14:06:47 UTC 2021 - Stefan BrĂ¼ns diff --git a/libftdi1.obsinfo b/libftdi1.obsinfo new file mode 100644 index 0000000..11672f2 --- /dev/null +++ b/libftdi1.obsinfo @@ -0,0 +1,5 @@ +name: libftdi1 +version: 1.5.12+git.0684c1b +mtime: 1620147075 +commit: 0684c1b1be9ccb893829c20a8505c91e101bbf43 + diff --git a/libftdi1.spec b/libftdi1.spec index 879caf5..c12fbfe 100644 --- a/libftdi1.spec +++ b/libftdi1.spec @@ -19,15 +19,14 @@ %define sover -2 %define libname %{name}%{sover} Name: libftdi1 -Version: 1.5 +Version: 1.5.12+git.0684c1b Release: 0 Summary: Library to program and control the FTDI USB controller License: LGPL-2.1-only AND GPL-2.0-only AND GPL-2.0-with-classpath-exception Group: Hardware/Other URL: https://www.intra2net.com/en/developer/libftdi -Source: https://www.intra2net.com/en/developer/libftdi/download/libftdi1-%{version}.tar.bz2 +Source: libftdi1-%{version}.tar.xz # PATCH-FIX-UPSTREAM -- http://developer.intra2net.com/git/?p=libftdi;a=patch;h=11a50ae5b80b3e03694a19e84513345d0794e563 -Patch0: Fix-building-unit-tests-without-FTDIPP.patch BuildRequires: cmake >= 2.8 BuildRequires: doxygen BuildRequires: gcc-c++