Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfdata for openSUSE:Factory checked in at 2024-01-15 22:19:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfdata (Old) and /work/SRC/openSUSE:Factory/.libfdata.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfdata" Mon Jan 15 22:19:34 2024 rev:14 rq:1138718 version:20240114 Changes: -------- --- /work/SRC/openSUSE:Factory/libfdata/libfdata.changes 2023-03-24 15:21:05.307096723 +0100 +++ /work/SRC/openSUSE:Factory/.libfdata.new.21961/libfdata.changes 2024-01-15 22:19:46.532049129 +0100 @@ -1,0 +2,9 @@ +Sun Jan 14 08:22:59 UTC 2024 - Jan Engelhardt <[email protected]> + +- Update to release 20240114 + * No user-relevant changes +- Delete libfdata-20211023-1TB-fix.patch: this patch is bogus. + The return value is used exclusively for status, but + offsets/sizes are in the 3rd paramter instead. + +------------------------------------------------------------------- Old: ---- libfdata-20211023-1TB-fix.patch libfdata-alpha-20230319.tar.gz libfdata-alpha-20230319.tar.gz.asc New: ---- libfdata-alpha-20240114.tar.gz libfdata-alpha-20240114.tar.gz.asc BETA DEBUG BEGIN: Old: * No user-relevant changes - Delete libfdata-20211023-1TB-fix.patch: this patch is bogus. The return value is used exclusively for status, but BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfdata.spec ++++++ --- /var/tmp/diff_new_pack.hZEmq6/_old 2024-01-15 22:19:47.808096025 +0100 +++ /var/tmp/diff_new_pack.hZEmq6/_new 2024-01-15 22:19:47.808096025 +0100 @@ -1,7 +1,7 @@ # # spec file for package libfdata # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libfdata %define lname libfdata1 -Version: 20230319 +Version: 20240114 Release: 0 Summary: Library to provide generic file data functions License: LGPL-3.0-or-later @@ -27,31 +27,29 @@ Source: https://github.com/libyal/libfdata/releases/download/%version/libfdata-alpha-%version.tar.gz Source2: https://github.com/libyal/libfdata/releases/download/%version/libfdata-alpha-%version.tar.gz.asc Source3: %name.keyring -# The source code assumes 64bit integers for one of the function returns. Fix that. -Patch2: libfdata-20211023-1TB-fix.patch BuildRequires: c_compiler BuildRequires: pkg-config -BuildRequires: pkgconfig(libcdata) >= 20230108 -BuildRequires: pkgconfig(libcerror) >= 20220101 -BuildRequires: pkgconfig(libcnotify) >= 20220108 -BuildRequires: pkgconfig(libcthreads) >= 20220102 -BuildRequires: pkgconfig(libfcache) >= 20230115 +BuildRequires: pkgconfig(libcdata) >= 20240103 +BuildRequires: pkgconfig(libcerror) >= 20240101 +BuildRequires: pkgconfig(libcnotify) >= 20240108 +BuildRequires: pkgconfig(libcthreads) >= 20240102 +BuildRequires: pkgconfig(libfcache) >= 20240112 # Various notes: https://en.opensuse.org/libyal %description Library to provide generic file data functions for the libyal family of libraries. -%package -n %{lname} +%package -n %lname Summary: Library to provide generic file data functions Group: System/Libraries -%description -n %{lname} +%description -n %lname Library to provide generic file data functions for the libyal family of libraries. %package devel Summary: Development files for libfdata Group: Development/Libraries/C and C++ -Requires: %{lname} = %{version} +Requires: %lname = %version %description devel Library to provide generic file data functions for the libyal family of libraries. @@ -70,19 +68,19 @@ %install %make_install -find %{buildroot} -type f -name "*.la" -delete -print +find %buildroot -type f -name "*.la" -delete -print -%post -n %{lname} -p /sbin/ldconfig -%postun -n %{lname} -p /sbin/ldconfig +%post -n %lname -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig -%files -n %{lname} +%files -n %lname %license COPYING* -%{_libdir}/libfdata.so.* +%_libdir/libfdata.so.* %files devel -%{_includedir}/libfdata.h -%{_includedir}/libfdata/ -%{_libdir}/libfdata.so -%{_libdir}/pkgconfig/libfdata.pc -%{_mandir}/man3/libfdata.3* +%_includedir/libfdata.h +%_includedir/libfdata/ +%_libdir/libfdata.so +%_libdir/pkgconfig/libfdata.pc +%_mandir/man3/libfdata.3* ++++++ libfdata-alpha-20230319.tar.gz -> libfdata-alpha-20240114.tar.gz ++++++ ++++ 4529 lines of diff (skipped)
