Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nilfs-utils for openSUSE:Factory 
checked in at 2021-05-11 23:03:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nilfs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.nilfs-utils.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nilfs-utils"

Tue May 11 23:03:55 2021 rev:21 rq:892087 version:2.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/nilfs-utils/nilfs-utils.changes  2015-08-01 
11:37:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nilfs-utils.new.2988/nilfs-utils.changes        
2021-05-11 23:03:58.997006151 +0200
@@ -1,0 +2,43 @@
+Sat May  8 19:00:38 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 2.2.8:
+  * fix some build issues
+  * fix bugs:
+  - mkfs.nilfs2: fix underflow in calculation of minimum number of
+    segments
+  - mkfs.nilfs2: fix wrong suggestion of minimum device size
+  * update maintainer's email address
+  * Fix conflicting data buffer error; this fixes a cleanerd crash
+    issue in some high loads that leads the file system to a disk
+    full.
+  * dumpseg: fix misuse of endian conversion macro for ss_nblocks
+  * libnilfs: fix potential memory access overrun at
+  * nilfs_psegment_is_valid()
+  * libnilfs: fix potential underflow at nilfs_psegment_is_end()
+  * libnilfs: fix potential underflow of p_maxblocks at
+    nilfs_psegment_init()
+  * libnilfs: add missing errno setting at nilfs_sb_write()
+  * libnilfs: add sanity check on segment summary header size
+  * libnilfs: check range of finfo and binfos before reading them
+  * libnilfs: add sanity check for block counts in finfo
+  * libnilfs: get rid of HAVE_MUNMAP
+  * fix the problem that checkpoints and blocks with a future timestamp
+  * fix the problem that cleanerd timeout can be too long when the
+    system time is changed to earlier time:
+  * fix other problems that can happen when the system time is changed
+    to earlier time
+  * fix bugs
+  * improve checkpatch script:
+  * fix coding style issues:
+  * minor-amendments:
+  * cleanups:
+  * lib/nilfs.c: add missing initialization of nilfs->n_opts
+  * lib/cleaner_exec.c: use _exit() to safely terminate child processes
+  * update checkpatch.pl and misspelled words dictionary (spelling.txt)
+  * lib/Makefile.am: do not set -fPIC and -static manually
+  * lib/Makefile.am: use AM_CFLAGS and AM_CPPFLAGS for simplicity
+  * lib/crc32.c: make crc32tab array static const
+  * remove obsolete email addresses
+  * AUTHORS: update header line of author list 
+
+-------------------------------------------------------------------

Old:
----
  nilfs-utils-2.2.3.tar.bz2

New:
----
  nilfs-utils-2.2.8.tar.bz2

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

Other differences:
------------------
++++++ nilfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.jtsSrR/_old  2021-05-11 23:03:59.529003725 +0200
+++ /var/tmp/diff_new_pack.jtsSrR/_new  2021-05-11 23:03:59.533003706 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nilfs-utils
 #
-# Copyright (c) 2015 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,17 +20,16 @@
 %define libcleaner  libnilfscleaner0
 %define libgc       libnilfsgc0
 Name:           nilfs-utils
-Version:        2.2.3
+Version:        2.2.8
 Release:        0
 Summary:        Utilities for NILFS
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/Filesystems
-Url:            http://www.nilfs.org
-Source:         
http://nilfs.sourceforge.net/download/%{name}-%{version}.tar.bz2
+URL:            https://nilfs.sourceforge.io/en/
+Source:         
https://nilfs.sourceforge.io/download/%{name}-%{version}.tar.bz2
 BuildRequires:  chrpath
 BuildRequires:  libmount-devel
 BuildRequires:  libuuid-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains utility programs for NILFS v2.
@@ -74,7 +73,7 @@
 %configure \
   --disable-static \
   --enable-libmount
-make %{?_smp_mflags}
+%make_build
 
 %install
 make install DESTDIR=%{buildroot} root_sbindir=/sbin root_libdir=/%{_lib}
@@ -85,13 +84,11 @@
 %post -n %{libnilfs}      -p /sbin/ldconfig
 %post -n %{libcleaner}    -p /sbin/ldconfig
 %post -n %{libgc}         -p /sbin/ldconfig
-
 %postun -n %{libnilfs}    -p /sbin/ldconfig
 %postun -n %{libcleaner}  -p /sbin/ldconfig
 %postun -n %{libgc}       -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %config(noreplace) %{_sysconfdir}/nilfs_cleanerd.conf
 /sbin/*
 %{_sbindir}/*
@@ -99,19 +96,15 @@
 %{_mandir}/man?/*
 
 %files -n %{libnilfs}
-%defattr(-,root,root)
 %{_libdir}/libnilfs.so.*
 
 %files -n %{libcleaner}
-%defattr(-,root,root)
 %{_libdir}/libnilfscleaner.so.*
 
 %files -n %{libgc}
-%defattr(-,root,root)
 %{_libdir}/libnilfsgc.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/nilfs.h
 %{_includedir}/nilfs2_fs.h
 %{_includedir}/nilfs_cleaner.h

++++++ nilfs-utils-2.2.3.tar.bz2 -> nilfs-utils-2.2.8.tar.bz2 ++++++
++++ 37666 lines of diff (skipped)

Reply via email to