commit libusrp for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libusrp for openSUSE:Factory checked in at 2024-08-14 14:16:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libusrp (Old) and /work/SRC/openSUSE:Factory/.libusrp.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libusrp" Wed Aug 14 14:16:17 2024 rev:7 rq:1193833 version:3.4.9 Changes: -------- --- /work/SRC/openSUSE:Factory/libusrp/libusrp.changes 2023-09-20 13:25:10.618020109 +0200 +++ /work/SRC/openSUSE:Factory/.libusrp.new.7232/libusrp.changes 2024-08-14 14:16:59.201895979 +0200 @@ -1,0 +2,7 @@ +Sun Aug 11 15:36:50 UTC 2024 - Wojciech Kazubski <wk@ire.pw.edu.pl> + +- Update to version 3.4.9 + * fix build for armv8l + * removed rpm specfile from tarball + +------------------------------------------------------------------- Old: ---- libusrp-3.4.8.tar.xz New: ---- libusrp-3.4.9.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libusrp.spec ++++++ --- /var/tmp/diff_new_pack.PHCEhm/_old 2024-08-14 14:16:59.721917717 +0200 +++ /var/tmp/diff_new_pack.PHCEhm/_new 2024-08-14 14:16:59.721917717 +0200 @@ -1,7 +1,7 @@ # # spec file for package libusrp # -# Copyright (c) 2021-2023 SUSE LLC +# Copyright (c) 2021-2024 SUSE LLC # Copyright (c) 2018-2021, Martin Hauke <mardnh@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %define sover 1 %define libname libusrp%{sover} Name: libusrp -Version: 3.4.8 +Version: 3.4.9 Release: 0 Summary: Stand-alone libusrp for USRP1 from old gnuradio.git License: GPL-3.0-or-later ++++++ libusrp-3.4.8.tar.xz -> libusrp-3.4.9.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libusrp-3.4.8/Makefile.am new/libusrp-3.4.9/Makefile.am --- old/libusrp-3.4.8/Makefile.am 2023-09-12 12:28:52.000000000 +0200 +++ new/libusrp-3.4.9/Makefile.am 2024-07-24 14:34:15.000000000 +0200 @@ -29,7 +29,7 @@ usrp.inf \ .version \ debian \ - contrib/libusrp.spec.in + $(NULL) SUBDIRS = host fpga doc firmware diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libusrp-3.4.8/TODO-RELEASE new/libusrp-3.4.9/TODO-RELEASE --- old/libusrp-3.4.8/TODO-RELEASE 2023-09-12 12:28:52.000000000 +0200 +++ new/libusrp-3.4.9/TODO-RELEASE 2024-07-24 14:34:15.000000000 +0200 @@ -1,9 +1,9 @@ # When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install -# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.... -# In short: +# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release +# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.... # LIBVERSION=c:r:a # If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. -# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. -#library what description / commit summary line +#library what description / commit summary line diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libusrp-3.4.8/configure.ac new/libusrp-3.4.9/configure.ac --- old/libusrp-3.4.8/configure.ac 2023-09-12 12:28:52.000000000 +0200 +++ new/libusrp-3.4.9/configure.ac 2024-07-24 14:34:15.000000000 +0200 @@ -112,4 +112,4 @@ fpga/rbf/rev2/Makefile fpga/rbf/rev4/Makefile ]) -AC_OUTPUT([contrib/libusrp.spec]) +AC_OUTPUT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libusrp-3.4.8/contrib/libusrp.spec.in new/libusrp-3.4.9/contrib/libusrp.spec.in --- old/libusrp-3.4.8/contrib/libusrp.spec.in 2023-09-12 12:28:52.000000000 +0200 +++ new/libusrp-3.4.9/contrib/libusrp.spec.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,119 +0,0 @@ -# -# spec file for package libusrp -# -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2018, Martin Hauke <mardnh@gmx.de> -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -%define libname libusrp1 -Name: libusrp -Version: @VERSION@ -Release: 0 -Summary: Stand-alone libusrp for USRP1 from old gnuradio.git -License: GPL-3.0-or-later -Group: Development/Libraries/C and C++ -URL: https://git.osmocom.org/libusrp -Source: %{name}-%{version}.tar.xz -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: fdupes -BuildRequires: gcc-c++ -BuildRequires: libtool -BuildRequires: pkgconfig -BuildRequires: sdcc -BuildRequires: python3 -BuildRequires: pkgconfig(libusb-1.0) -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_date_time-devel -BuildRequires: libboost_filesystem-devel -BuildRequires: libboost_program_options-devel -BuildRequires: libboost_system-devel -BuildRequires: libboost_thread-devel -%else -BuildRequires: boost-devel -%endif - -%description -Stand-alone libusrp for USRP1 from old gnuradio.git. - -%package -n %{libname} -Summary: Stand-alone libusrp for USRP1 from old gnuradio.git -Group: System/Libraries - -%description -n %{libname} -Stand-alone libusrp for USRP1 from old gnuradio.git. - -%package devel -Summary: Development files for libusrp -Group: Development/Libraries/C and C++ -Requires: %{libname} = %{version} - -%description devel -Stand-alone libusrp for USRP1 from old gnuradio.git. - -This subpackage contains libraries and header files for developing -applications that want to make use of libusrp. - -%package -n usrp-tools -Summary: Tools for the URSP1 SDR -Group: Hardware/Other - -%description -n usrp-tools -Tools for the URSP1 SDR. - -%package -n usrp-firmware -Summary: Firmware files for the URSP1 SDR -Group: Hardware/Other -Requires: usrp-tools = %{version} -BuildArch: noarch - -%description -n usrp-firmware -Firmware files for the USRP1 SDR. - -%prep -%setup -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fiv -%configure -# parallel build is br0ken -# -> https://osmocom.org/issues/3970#change-15556 -make V=1 # %{?_smp_mflags} - -%install -%make_install -rm -f %{buildroot}%{_libdir}/libusrp.la -# FIXME: gnuradio swig stuff shouldn't be there -rm -rf %{buildroot}%{_includedir}/gnuradio/ -%fdupes %{buildroot}%{_datadir}/usrp - -%post -n %{libname} -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig - -%files -n usrp-tools -%{_bindir}/usrp_cal_dc_offset -%{_bindir}/usrper - -%files -n %{libname} -%{_libdir}/libusrp*.so.* - -%files -n usrp-firmware -%dir %{_datadir}/usrp -%{_datadir}/usrp/rev2 -%{_datadir}/usrp/rev4 - -%files devel -%{_includedir}/usrp -%{_libdir}/libusrp.so -%{_libdir}/pkgconfig/usrp.pc - -%changelog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libusrp-3.4.8/debian/changelog new/libusrp-3.4.9/debian/changelog --- old/libusrp-3.4.8/debian/changelog 2023-09-12 12:28:52.000000000 +0200 +++ new/libusrp-3.4.9/debian/changelog 2024-07-24 14:34:15.000000000 +0200 @@ -1,3 +1,10 @@ +libusrp (3.4.9) unstable; urgency=medium + + * contrib: remove rpm spec file + * m4/ax_boost_base.m4: Fix debian multiarch_libsubdir path for armv8l + + -- Oliver Smith <osmith@sysmocom.de> Wed, 24 Jul 2024 14:34:15 +0200 + libusrp (3.4.8) unstable; urgency=medium [ Oliver Smith ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libusrp-3.4.8/m4/ax_boost_base.m4 new/libusrp-3.4.9/m4/ax_boost_base.m4 --- old/libusrp-3.4.8/m4/ax_boost_base.m4 2023-09-12 12:28:52.000000000 +0200 +++ new/libusrp-3.4.9/m4/ax_boost_base.m4 2024-07-24 14:34:15.000000000 +0200 @@ -124,6 +124,7 @@ AS_CASE([${host_cpu}], [i?86],[multiarch_libsubdir="lib/i386-${host_os}"], [armv7l],[multiarch_libsubdir="lib/arm-${host_os}"], + [armv8l],[multiarch_libsubdir="lib/arm-${host_os}"], [multiarch_libsubdir="lib/${host_cpu}-${host_os}"] )
participants (1)
-
Source-Sync