Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libserialport for openSUSE:Factory checked in at 2025-01-17 18:37:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libserialport (Old) and /work/SRC/openSUSE:Factory/.libserialport.new.5589 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libserialport" Fri Jan 17 18:37:52 2025 rev:5 rq:1238376 version:0.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libserialport/libserialport.changes 2020-02-04 19:53:55.449341578 +0100 +++ /work/SRC/openSUSE:Factory/.libserialport.new.5589/libserialport.changes 2025-01-17 18:38:06.846800420 +0100 @@ -1,0 +2,16 @@ +Wed Jan 15 15:54:20 UTC 2025 - Dominique Leuenberger <dims...@opensuse.org> + +- Do not set CFLAGS just for make: configure already exports the + proper CFLAGS variable to the shell. + +------------------------------------------------------------------- +Wed Jan 8 12:27:18 UTC 2025 - Klaus Kämpf <kkae...@suse.de> + +- Update to 0.1.2 + * The 0.1.2 release is compatible with 0.1.1 in that no existing APIs + have been changed or removed. The release contains mostly bugfixes and + updates to the code base. + * Additionally, examples for libserialport usage are now provided, along + with Visual Studio project files for those who want to use them. + +------------------------------------------------------------------- Old: ---- libserialport-0.1.1.tar.gz New: ---- libserialport-0.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libserialport.spec ++++++ --- /var/tmp/diff_new_pack.8n6c0n/_old 2025-01-17 18:38:08.286860090 +0100 +++ /var/tmp/diff_new_pack.8n6c0n/_new 2025-01-17 18:38:08.306860919 +0100 @@ -1,7 +1,7 @@ # # spec file for package libserialport # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Group: Productivity/Scientific/Electronics Name: libserialport -Version: 0.1.1 +Version: 0.1.2 Release: 0 URL: http://sigrok.org BuildRequires: autoconf @@ -31,7 +31,7 @@ BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(libudev) -Source0: http://sigrok.org/download/source/libserialport/%{name}-%{version}.tar.gz +Source0: https://sigrok.org/download/source/libserialport/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -79,7 +79,7 @@ %setup -q %build -# ./autogen.sh +autoreconf -f %configure --disable-static make %{?smp_mflags} @@ -94,11 +94,13 @@ %files -n %libname %defattr(-,root,root,-) -%doc COPYING README NEWS +%license COPYING +%doc README NEWS %_libdir/*.so.* %files devel %defattr(-,root,root,-) +%license COPYING %_libdir/*.so %_includedir/* %_libdir/pkgconfig/* ++++++ libserialport-0.1.1.tar.gz -> libserialport-0.1.2.tar.gz ++++++ ++++ 39832 lines of diff (skipped)