Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package osmo-fl2k for openSUSE:Factory checked in at 2025-09-29 16:32:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osmo-fl2k (Old) and /work/SRC/openSUSE:Factory/.osmo-fl2k.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osmo-fl2k" Mon Sep 29 16:32:06 2025 rev:4 rq:1307467 version:0.2.1+git.20250902 Changes: -------- --- /work/SRC/openSUSE:Factory/osmo-fl2k/osmo-fl2k.changes 2023-11-03 22:21:46.391643304 +0100 +++ /work/SRC/openSUSE:Factory/.osmo-fl2k.new.11973/osmo-fl2k.changes 2025-09-29 16:34:19.587699392 +0200 @@ -1,0 +2,7 @@ +Sat Sep 20 08:21:00 UTC 2025 - Martin Hauke <[email protected]> + +- Update to version 0.2.1+git.20250902: + * CMakeLists: extend cmake_minimum_required range + * README.md: Populate it with the usual content + +------------------------------------------------------------------- Old: ---- osmo-fl2k-0.2.0+git.20231103.tar.xz New: ---- osmo-fl2k-0.2.1+git.20250902.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osmo-fl2k.spec ++++++ --- /var/tmp/diff_new_pack.cRy5s7/_old 2025-09-29 16:34:20.143722800 +0200 +++ /var/tmp/diff_new_pack.cRy5s7/_new 2025-09-29 16:34:20.147722969 +0200 @@ -1,7 +1,7 @@ # # spec file for package osmo-fl2k # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define sover 0 %define libname libosmo-fl2k%{sover} Name: osmo-fl2k -Version: 0.2.0+git.20231103 +Version: 0.2.1+git.20250902 Release: 0 Summary: SDR driver for FL2000 based USB 3.0 to VGA adapters License: GPL-2.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.cRy5s7/_old 2025-09-29 16:34:20.191724821 +0200 +++ /var/tmp/diff_new_pack.cRy5s7/_new 2025-09-29 16:34:20.195724990 +0200 @@ -1,15 +1,15 @@ <services> - <service mode="disabled" name="tar_scm"> + <service name="tar_scm" mode="manual"> <param name="url">git://git.osmocom.org/osmo-fl2k</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionformat">@PARENT_TAG@+git.%cd</param> </service> - <service mode="disabled" name="recompress"> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service mode="disabled" name="set_version"/> + <service name="set_version" mode="manual"/> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.cRy5s7/_old 2025-09-29 16:34:20.223726168 +0200 +++ /var/tmp/diff_new_pack.cRy5s7/_new 2025-09-29 16:34:20.235726673 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://git.osmocom.org/osmo-fl2k</param> - <param name="changesrevision">3c44cf18acfa1c2655423a5d40956ae702d72fdd</param></service></servicedata> + <param name="changesrevision">62ebc51cc4c5b3bba74f1d05a171e4937a9f93a6</param></service></servicedata> (No newline at EOF) ++++++ osmo-fl2k-0.2.0+git.20231103.tar.xz -> osmo-fl2k-0.2.1+git.20250902.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osmo-fl2k-0.2.0+git.20231103/CMakeLists.txt new/osmo-fl2k-0.2.1+git.20250902/CMakeLists.txt --- old/osmo-fl2k-0.2.0+git.20231103/CMakeLists.txt 2023-11-03 11:16:55.000000000 +0100 +++ new/osmo-fl2k-0.2.1+git.20250902/CMakeLists.txt 2025-09-02 08:20:11.000000000 +0200 @@ -19,7 +19,7 @@ ######################################################################## # Project setup ######################################################################## -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.6...4.0) project(libosmo-fl2k C) include(GNUInstallDirs) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osmo-fl2k-0.2.0+git.20231103/README.md new/osmo-fl2k-0.2.1+git.20250902/README.md --- old/osmo-fl2k-0.2.0+git.20231103/README.md 2023-11-03 11:16:55.000000000 +0100 +++ new/osmo-fl2k-0.2.1+git.20250902/README.md 2025-09-02 08:20:11.000000000 +0200 @@ -1,4 +1,64 @@ -# osmo-fl2k -#### turns FL2000-based USB 3.0 to VGA adapters into low cost DACs +osmo-fl2k - Use USB 3.0 to VGA adapter as cheap SDR transmitter +=============================================================== -For more information see https://osmocom.org/projects/osmo-fl2k/wiki +osmo-fl2k allows to use USB 3.0 to VGA adapters based on the Fresco Logic FL2000 chip, which are available for +around $5, as general purpose DACs and SDR transmitter generating a continuous stream of samples by avoiding +the HSYNC and VSYNC blanking intervals. + + +Homepage + Documentation +------------------------ + +For installation and usage guidelines please see the project homepage available +at <https://osmocom.org/projects/osmo-fl2k/wiki> + + +Source Code +----------- + +The official source code repository can be obtained via + + git clone https://gitea.osmocom.org/sdr/osmo-fl2k + +A web based interface is available from <https://gitea.osmocom.org/sdr/osmo-fl2k>. + + +Binary Packages +--------------- + +* Linux binary packages are available from the usual [osmocom nightly/latest package feeds](https://osmocom.org/projects/cellular-infrastructure/wiki/Binary_Packages) +* 32bit and 64bit Windows binaries are made available from <https://downloads.osmocom.org/binaries/windows/osmo-fl2k/>. + + +Forum +----- + +We welcome any osmo-fl2k related discussions in the +[SDR](https://discourse.osmocom.org/c/sdr/) +section of the osmocom discourse (web based Forum). + + +Mailing List +------------ + +Discussions related to osmo-fl2k are happening on the [email protected] mailing list, please see +<https://lists.osmocom.org/mailman/listinfo/osmocom-sdr> for subscription +options and the list archive. + +Please observe the [Osmocom Mailing List +Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_List_Rules) +when posting. + + +Issue tracker +------------- + +We are using the Osmocom redmine at <https://osmocom.org/projects/osmo-fl2k/issues> + +Contributing +------------ + +We maintain our source code in a self-hosted instance of gitea at +<https://gitea.osmocom.org/sdr/osmo-fl2k>. You can send pull requests there, or send +patches the old-fashioned way (`git send-email`) to the above-mentioned mailing list. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osmo-fl2k-0.2.0+git.20231103/debian/changelog new/osmo-fl2k-0.2.1+git.20250902/debian/changelog --- old/osmo-fl2k-0.2.0+git.20231103/debian/changelog 2023-11-03 11:16:55.000000000 +0100 +++ new/osmo-fl2k-0.2.1+git.20250902/debian/changelog 2025-09-02 08:20:11.000000000 +0200 @@ -1,3 +1,13 @@ +osmo-fl2k (0.2.1) unstable; urgency=medium + + [ Harald Welte ] + * README.md: Populate it with the usual content + + [ Oliver Smith ] + * CMakeLists: extend cmake_minimum_required range + + -- Oliver Smith <[email protected]> Tue, 02 Sep 2025 08:19:06 +0200 + osmo-fl2k (0.2.0) unstable; urgency=medium [ Harald Welte ]
