Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gfs2-utils for openSUSE:Factory checked in at 2023-08-10 15:33:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gfs2-utils (Old) and /work/SRC/openSUSE:Factory/.gfs2-utils.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gfs2-utils" Thu Aug 10 15:33:22 2023 rev:6 rq:1103175 version:3.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gfs2-utils/gfs2-utils.changes 2021-11-24 23:55:03.164362161 +0100 +++ /work/SRC/openSUSE:Factory/.gfs2-utils.new.11712/gfs2-utils.changes 2023-08-10 15:33:40.744080925 +0200 @@ -1,0 +2,18 @@ +Mon Mar 6 15:28:16 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to version 3.5.0: + * Update translation template + * Fix uninitialized memory coverity warnings + * gfs2_grow: Don't free rgs when it's NULL + * libgfs2: Fix potential NULL deref in lgfs2_lookupi() + * libgfs2: Add lgfs2_bfree(), lgfs2_inode_free() + * Free per_node in build_per_node error paths + * fsck.gfs2: Fix wrong entry used in dentry comparison + * added unit tests + * Remove lgfs2_breadm() + * libgfs2: Make sure block_alloc() fails when out of space + * Remove dependency on linux/limits.h + * mkfs.gfs2: Improve journal write error reporting + * mkfs.gfs2: Add -U UUID option + +------------------------------------------------------------------- Old: ---- gfs2-utils-3.4.1.tar.bz2 New: ---- gfs2-utils-3.5.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gfs2-utils.spec ++++++ --- /var/tmp/diff_new_pack.lIrbMK/_old 2023-08-10 15:33:41.596086239 +0200 +++ /var/tmp/diff_new_pack.lIrbMK/_new 2023-08-10 15:33:41.600086264 +0200 @@ -1,7 +1,7 @@ # # spec file for package gfs2-utils # -# Copyright (c) 2021 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 @@ -17,11 +17,19 @@ Name: gfs2-utils -Version: 3.4.1 +Version: 3.5.0 Release: 0 Summary: Utilities for managing the global file system (GFS2) License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: System/Filesystems +URL: https://pagure.io/gfs2-utils +# The source for this package was pulled from the upstream git tree. +# Use the following commands to generate the tarball: +# git clone git://git.fedorahosted.org/gfs2-utils.git +# cd gfs2-utils +# ./make-tarball.sh +# +Source: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -38,15 +46,6 @@ BuildRequires: make BuildRequires: ncurses-devel BuildRequires: zlib-devel -URL: https://pagure.io/gfs2-utils - -# The source for this package was pulled from the upstream git tree. -# Use the following commands to generate the tarball: -# git clone git://git.fedorahosted.org/gfs2-utils.git -# cd gfs2-utils -# ./make-tarball.sh -# -Source0: gfs2-utils-%{version}.tar.bz2 %description The gfs2-utils package contains a number of utilities for creating, @@ -60,13 +59,12 @@ #NOCONFIGURE=1 ./autogen.sh %configure -make %{_smp_mflags} +%make_build -#%check -#make check +%check +make check %install -rm -rf %{buildroot} make -C gfs2 install DESTDIR=%{buildroot} # Don't ship gfs2_{trace,lockcapture} in this package rm -f %{buildroot}%{_sbindir}/gfs2_trace @@ -75,19 +73,19 @@ rm -f %{buildroot}%{_mandir}/man8/gfs2_lockcapture.8 %files -%defattr(-,root,root,-) -%doc doc/COPYING.* doc/COPYRIGHT doc/README.* doc/*.txt -%dir /usr/lib/udev -%dir /usr/lib/udev/rules.d +%license doc/COPYING.* +%doc doc/COPYRIGHT doc/README.* doc/*.txt +%dir %{_prefix}/lib/udev +%dir %{_prefix}/lib/udev/rules.d %{_sbindir}/fsck.gfs2 %{_sbindir}/glocktop %{_sbindir}/mkfs.gfs2 %{_sbindir}/tunegfs2 %{_sbindir}/gfs2_* %{_libexecdir}/gfs2_withdraw_helper -/usr/lib/udev/rules.d/82-gfs2-withdraw.rules -%{_mandir}/man8/*gfs2* +%{_prefix}/lib/udev/rules.d/82-gfs2-withdraw.rules +%{_mandir}/man8/*gfs2*%{?ext_man} %{_mandir}/man5/* -%{_mandir}/man8/glocktop.8.gz +%{_mandir}/man8/glocktop.8%{?ext_man} %changelog ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.lIrbMK/_old 2023-08-10 15:33:41.648086563 +0200 +++ /var/tmp/diff_new_pack.lIrbMK/_new 2023-08-10 15:33:41.652086588 +0200 @@ -1,6 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">https://pagure.io/gfs2-utils.git</param> - <param name="changesrevision">c0ea1bc41123b44f9211cacf3d3f7f4e7e79d387</param></service></servicedata> -(No newline at EOF) + <param name="changesrevision">be61c349dbad8003c03344190dca0a003a9962ee</param></service></servicedata>