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 2023-11-03 22:20:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osmo-fl2k (Old)
 and      /work/SRC/openSUSE:Factory/.osmo-fl2k.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osmo-fl2k"

Fri Nov  3 22:20:58 2023 rev:3 rq:1123218 version:0.2.0+git.20231103

Changes:
--------
--- /work/SRC/openSUSE:Factory/osmo-fl2k/osmo-fl2k.changes      2020-06-12 
21:43:33.916357677 +0200
+++ /work/SRC/openSUSE:Factory/.osmo-fl2k.new.17445/osmo-fl2k.changes   
2023-11-03 22:21:46.391643304 +0100
@@ -1,0 +2,6 @@
+Fri Nov 03 10:34:31 UTC 2023 - mar...@gmx.de
+
+- Update to version 0.2.0+git.20231103:
+  * Release 0.2.0
+
+-------------------------------------------------------------------

Old:
----
  osmo-fl2k-0.1.1+git.20200602.tar.xz

New:
----
  osmo-fl2k-0.2.0+git.20231103.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ osmo-fl2k.spec ++++++
--- /var/tmp/diff_new_pack.iAsF0S/_old  2023-11-03 22:21:46.967664494 +0100
+++ /var/tmp/diff_new_pack.iAsF0S/_new  2023-11-03 22:21:46.967664494 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osmo-fl2k
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # 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.1.1+git.20200602
+Version:        0.2.0+git.20231103
 Release:        0
 Summary:        SDR driver for FL2000 based USB 3.0 to VGA adapters
 License:        GPL-2.0-or-later
@@ -80,6 +80,7 @@
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
+
 %post udev
 %udev_rules_update
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.iAsF0S/_old  2023-11-03 22:21:46.999665670 +0100
+++ /var/tmp/diff_new_pack.iAsF0S/_new  2023-11-03 22:21:47.003665818 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">git://git.osmocom.org/osmo-fl2k</param>
-              <param 
name="changesrevision">197f421c98f929d4266a09bc9d667b7869e09c27</param></service></servicedata>
+              <param 
name="changesrevision">3c44cf18acfa1c2655423a5d40956ae702d72fdd</param></service></servicedata>
 (No newline at EOF)
 

++++++ osmo-fl2k-0.1.1+git.20200602.tar.xz -> 
osmo-fl2k-0.2.0+git.20231103.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-fl2k-0.1.1+git.20200602/.gitignore 
new/osmo-fl2k-0.2.0+git.20231103/.gitignore
--- old/osmo-fl2k-0.1.1+git.20200602/.gitignore 1970-01-01 01:00:00.000000000 
+0100
+++ new/osmo-fl2k-0.2.0+git.20231103/.gitignore 2023-11-03 11:16:55.000000000 
+0100
@@ -0,0 +1,38 @@
+Makefile
+Makefile.in
+.deps
+.libs
+*.o
+*.lo
+*.la
+*.pc
+aclocal.m4
+acinclude.m4
+aminclude.am
+m4/*.m4
+autom4te.cache
+config.h*
+config.sub
+config.log
+config.status
+config.guess
+configure
+depcomp
+missing
+ltmain.sh
+install-sh
+stamp-h1
+libtool
+Doxyfile
+
+.tarball-version
+.version
+
+.*.swp
+
+doc/
+
+CMakeCache.txt
+*/CMakeFiles
+CMakeFiles
+*.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-fl2k-0.1.1+git.20200602/CMakeLists.txt 
new/osmo-fl2k-0.2.0+git.20231103/CMakeLists.txt
--- old/osmo-fl2k-0.1.1+git.20200602/CMakeLists.txt     2020-06-02 
00:50:53.000000000 +0200
+++ new/osmo-fl2k-0.2.0+git.20231103/CMakeLists.txt     2023-11-03 
11:16:55.000000000 +0100
@@ -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
 
 ########################################################################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-fl2k-0.1.1+git.20200602/debian/changelog 
new/osmo-fl2k-0.2.0+git.20231103/debian/changelog
--- old/osmo-fl2k-0.1.1+git.20200602/debian/changelog   2020-06-02 
00:50:53.000000000 +0200
+++ new/osmo-fl2k-0.2.0+git.20231103/debian/changelog   2023-11-03 
11:16:55.000000000 +0100
@@ -1,3 +1,43 @@
+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 <osm...@sysmocom.de>  Fri, 03 Nov 2023 11:15:22 +0100
+
 osmo-fl2k (0.1.0git) unstable; urgency=medium
 
   * Osmocom debian recipes for nightly builds
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-fl2k-0.1.1+git.20200602/debian/copyright 
new/osmo-fl2k-0.2.0+git.20231103/debian/copyright
--- old/osmo-fl2k-0.1.1+git.20200602/debian/copyright   2020-06-02 
00:50:53.000000000 +0200
+++ new/osmo-fl2k-0.2.0+git.20231103/debian/copyright   2023-11-03 
11:16:55.000000000 +0100
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: osmo-fl2k
-Source: git://git.osmocom.org/
+Source: https://gitea.osmocom.org/sdr/osmo-fl2k
 
 Files:     *
 Copyright: 2012-2018 Steve Markgraf <st...@steve-m.de>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-fl2k-0.1.1+git.20200602/debian/watch 
new/osmo-fl2k-0.2.0+git.20231103/debian/watch
--- old/osmo-fl2k-0.1.1+git.20200602/debian/watch       2020-06-02 
00:50:53.000000000 +0200
+++ new/osmo-fl2k-0.2.0+git.20231103/debian/watch       2023-11-03 
11:16:55.000000000 +0100
@@ -1,3 +1,3 @@
 version=4
-opts="mode=git, dversionmangle=s/\+ds//" https://git.osmocom.org/osmo-fl2k 
refs/tags/([\d\.]+) debian uupdate
+opts="mode=git, dversionmangle=s/\+ds//" 
https://gitea.osmocom.org/sdr/osmo-fl2k refs/tags/([\d\.]+) debian uupdate
 

Reply via email to