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 2021-11-24 23:54:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gfs2-utils (Old)
 and      /work/SRC/openSUSE:Factory/.gfs2-utils.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gfs2-utils"

Wed Nov 24 23:54:35 2021 rev:5 rq:933570 version:3.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gfs2-utils/gfs2-utils.changes    2016-08-09 
22:14:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gfs2-utils.new.1895/gfs2-utils.changes  
2021-11-24 23:55:03.164362161 +0100
@@ -1,0 +2,15 @@
+Wed Nov 24 16:23:38 UTC 2021 - [email protected]
+
+- Update to version 3.4.1+git.87.c0ea1bc4:
+  * libgfs2: Remove new_rgrps from struct gfs2_sbd
+  * tests: Increase the size of the sparse file used by tests
+  * gfs2/edit: always use "%s"-style format for printf()-style functions
+  * tunegfs2: Use O_EXCL when opening the device rw
+  * Make sure i_bh is set after lgfs2_gfs_inode_get()
+  * libgfs2: Avoid potential gfs/gfs2 superblock update clash
+  * gfs2_edit: Fix segfault in hexdump()
+  * libgfs2: Add NULL-checking for ip->i_bh in inode_put()
+  * fsck.gfs2: Fix remaining endianness sparse warnings
+  * gfs2_edit: Fix remaining endianness sparse warnings
+
+-------------------------------------------------------------------

Old:
----
  gfs2-utils-3.1.9.tar.xz

New:
----
  _servicedata
  gfs2-utils-3.4.1.tar.bz2

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

Other differences:
------------------
++++++ gfs2-utils.spec ++++++
--- /var/tmp/diff_new_pack.spZqj4/_old  2021-11-24 23:55:03.696360374 +0100
+++ /var/tmp/diff_new_pack.spZqj4/_new  2021-11-24 23:55:03.696360374 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gfs2-utils
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,33 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           gfs2-utils
-Version:        3.1.9
+Version:        3.4.1
 Release:        0
 Summary:        Utilities for managing the global file system (GFS2)
-License:        GPL-2.0+ and LGPL-2.0+
+License:        GPL-2.0-or-later AND LGPL-2.0-or-later
 Group:          System/Filesystems
+BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
-BuildRequires:  check-devel
+BuildRequires:  bzip2
+BuildRequires:  check
 BuildRequires:  flex
-BuildRequires:  gettext-devel
-BuildRequires:  kernel-headers
+BuildRequires:  gettext
 BuildRequires:  libblkid-devel
+BuildRequires:  libblkid1
+BuildRequires:  libbz2-devel
 BuildRequires:  libtool
+BuildRequires:  libuuid-devel
+BuildRequires:  libuuid1
+BuildRequires:  make
 BuildRequires:  ncurses-devel
-BuildRequires:  perl
-BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
-Url:            https://fedorahosted.org/cluster/wiki/HomePage
+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:
@@ -42,8 +46,7 @@
 # cd gfs2-utils
 # ./make-tarball.sh
 #
-Source0:        
https://fedorahosted.org/released/gfs2-utils/%{name}-%{version}.tar.xz
-#Source0:        gfs2-utils-%{version}.tar.gz
+Source0:        gfs2-utils-%{version}.tar.bz2
 
 %description
 The gfs2-utils package contains a number of utilities for creating,
@@ -54,7 +57,8 @@
 %setup -q 
 
 %build
-NOCONFIGURE=1 ./autogen.sh
+#NOCONFIGURE=1
+./autogen.sh
 %configure
 make %{_smp_mflags}
 
@@ -80,6 +84,7 @@
 %{_sbindir}/mkfs.gfs2
 %{_sbindir}/tunegfs2
 %{_sbindir}/gfs2_*
+%{_libexecdir}/gfs2_withdraw_helper
 /usr/lib/udev/rules.d/82-gfs2-withdraw.rules
 %{_mandir}/man8/*gfs2*
 %{_mandir}/man5/*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.spZqj4/_old  2021-11-24 23:55:03.760360160 +0100
+++ /var/tmp/diff_new_pack.spZqj4/_new  2021-11-24 23:55:03.764360146 +0100
@@ -1,18 +1,19 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">git://git.fedorahosted.org/gfs2-utils.git</param>
+    <param name="url">https://pagure.io/gfs2-utils.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="versionformat">3.1.9+git.%ct.%h</param>
+    <param name="versionformat">@PARENT_TAG@</param>
     <param name="revision">master</param>
+    <param name="changesgenerate">enable</param>
   </service>
 
   <service name="recompress" mode="disabled">
-    <param name="file">gfs2*.tar</param>
-    <param name="compression">gz</param>
+    <param name="file">gfs2-utils*.tar</param>
+    <param name="compression">bz2</param>
   </service>
 
   <service name="set_version" mode="disabled">
-    <param name="basename">gfs2</param>
+    <param name="basename">gfs2-utils</param>
   </service>
 </services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://pagure.io/gfs2-utils.git</param>
              <param 
name="changesrevision">c0ea1bc41123b44f9211cacf3d3f7f4e7e79d387</param></service></servicedata>++++++
 gfs2-utils-3.1.9.tar.xz -> gfs2-utils-3.4.1.tar.bz2 ++++++
++++ 37108 lines of diff (skipped)

Reply via email to