Projects
osmocom:nightly
osmo-fl2k
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 503
View file
osmo-fl2k_0.1.1.29.f8cd.202311022026.dsc -> osmo-fl2k_0.2.0.202311032026.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-fl2k Binary: osmo-fl2k, libosmo-fl2k0, libosmo-fl2k-dev Architecture: any -Version: 0.1.1.29.f8cd.202311022026 +Version: 0.2.0.202311032026 Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org> Uploaders: Thorsten Alteholz <debian@alteholz.de> Homepage: https://projects.osmocom.org/projects/osmo-fl2k @@ -15,8 +15,8 @@ libosmo-fl2k0 deb libs optional arch=any osmo-fl2k deb net optional arch=any Checksums-Sha1: - fa9b6f4abbc3d2156bf975b7f857866b50c0f48a 61888 osmo-fl2k_0.1.1.29.f8cd.202311022026.tar.xz + 4fcd236530d631f521c0e04d2baa639b449e721c 62304 osmo-fl2k_0.2.0.202311032026.tar.xz Checksums-Sha256: - 086faa0fa3d79ac53a9f4de50669e2bad92da3cc6d715f9923eee244962f4464 61888 osmo-fl2k_0.1.1.29.f8cd.202311022026.tar.xz + 884a5e1996ba87524707dfe2ecfc214db7cb615680c21dc2b397b1ddbf83ead7 62304 osmo-fl2k_0.2.0.202311032026.tar.xz Files: - 352ddb6a31a4151d0554920f884e6785 61888 osmo-fl2k_0.1.1.29.f8cd.202311022026.tar.xz + c3e91ad4e7de6d5c6708a98979d55efb 62304 osmo-fl2k_0.2.0.202311032026.tar.xz
View file
osmo-fl2k_0.1.1.29.f8cd.202311022026.tar.xz/.tarball-version -> osmo-fl2k_0.2.0.202311032026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.1.1.29-f8cd.202311022026 +0.2.0.202311032026
View file
osmo-fl2k_0.1.1.29.f8cd.202311022026.tar.xz/CMakeLists.txt -> osmo-fl2k_0.2.0.202311032026.tar.xz/CMakeLists.txt
Changed
@@ -44,8 +44,8 @@ # Set the version information here set(VERSION_INFO_MAJOR_VERSION 0) # increment major on api compatibility changes -set(VERSION_INFO_MINOR_VERSION 1) # increment minor on feature-level changes -set(VERSION_INFO_PATCH_VERSION git) # increment patch for bug fixes and docs +set(VERSION_INFO_MINOR_VERSION 2) # increment minor on feature-level changes +set(VERSION_INFO_PATCH_VERSION 0) # increment patch for bug fixes and docs include(Version) # setup version info ########################################################################
View file
osmo-fl2k_0.1.1.29.f8cd.202311022026.tar.xz/debian/changelog -> osmo-fl2k_0.2.0.202311032026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,48 @@ -osmo-fl2k (0.1.1.29.f8cd.202311022026) unstable; urgency=medium +osmo-fl2k (0.2.0.202311032026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 02 Nov 2023 20:26:37 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 03 Nov 2023 20:26:37 +0000 + +osmo-fl2k (0.2.0) unstable; urgency=medium + + Harald Welte + * debian: Attempt to down-grade the debhelper version requirement + * debian: build-dep on dh-autoreconf for Ubuntu 16.04/Debian8 + + Steve Markgraf + * fix sleep durations on Windows + * lib: add I2C support + * lib: Add workaround for Linux usbfs mmap() bug + + Oliver Smith + * contrib/jenkins.sh: osmo-fl2k build verification + + Steve Markgraf + * fl2k_fm: make inline functions static + * fl2k_file: check read return value before repeating + * lib: wait for sample worker thread before freeing buffers + * improve exit handling on device removal + * fl2k_tcp: don't free buffer while lib still uses it + * fix compiler warnings + * set CMake policy CMP0075 if it exists + * lib: use interface 0 altsetting 1 instead of interface 1 + * lib: fall back to iface 1 in case iface 0 altsetting 1 fails + + Sergey Alirzaev + * lib: implement enabling RGB332 mode + * lib: added utility macros for rgb332 mode + * lib: fixed rgb332 macros + + Steve Markgraf + * lib: reuse hint message when zero-copy buffer alloc fails + * lib: fix hang on exit + * lib: revert implementing RGB233 mode + + Harald Welte + * update git URLs (git -> https; gitea) + + -- Oliver Smith <osmith@sysmocom.de> Fri, 03 Nov 2023 11:15:22 +0100 osmo-fl2k (0.1.0git) unstable; urgency=medium
View file
osmo-fl2k_0.1.1.29.f8cd.202311022026.tar.xz/debian/control -> osmo-fl2k_0.2.0.202311032026.tar.xz/debian/control
Changed
@@ -17,7 +17,7 @@ Architecture: any Multi-Arch: no Pre-Depends: ${misc:Pre-Depends} -Depends: osmocom-nightly (= 202311022026), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 202311032026), ${misc:Depends}, ${shlibs:Depends} Description: use a VGA USB adapter as DAC and SDR transmitter This software allows one to use USB 3.0 to VGA adapters based on the Fresco Logic FL2000 chip as general purpose DACs and SDR transmitter @@ -28,7 +28,7 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: osmocom-nightly (= 202311022026), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 202311032026), ${misc:Depends}, ${shlibs:Depends} Description: use a VGA USB adapter as DAC and SDR transmitter - library This software allows one to use USB 3.0 to VGA adapters based on the Fresco Logic FL2000 chip as general purpose DACs and SDR transmitter @@ -40,7 +40,7 @@ Package: libosmo-fl2k-dev Section: libdevel Architecture: any -Depends: osmocom-nightly (= 202311022026), libosmo-fl2k0 (= ${binary:Version}), ${misc:Depends} +Depends: osmocom-nightly (= 202311032026), libosmo-fl2k0 (= ${binary:Version}), ${misc:Depends} Description: use a VGA USB adapter as DAC and SDR transmitter - development This software allows one to use USB 3.0 to VGA adapters based on the Fresco Logic FL2000 chip as general purpose DACs and SDR transmitter
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.