Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package exfat-utils for openSUSE:Factory checked in at 2023-03-08 14:52:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exfat-utils (Old) and /work/SRC/openSUSE:Factory/.exfat-utils.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exfat-utils" Wed Mar 8 14:52:59 2023 rev:5 rq:1070008 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/exfat-utils/exfat-utils.changes 2023-01-04 17:53:17.618425949 +0100 +++ /work/SRC/openSUSE:Factory/.exfat-utils.new.31432/exfat-utils.changes 2023-03-08 14:53:03.870836767 +0100 @@ -1,0 +2,15 @@ +Mon Mar 6 14:54:07 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to 1.4.0 + * Added exfatattrib utility which prints or changes file attributes + * Added FUSE 3 support. FUSE 2 continues to be supported. + * Added support for timezone offsets + * Fixed device opening error being reported as FS error. + * Fixed possible data leakage when uninitialized clusters were allocated using NtSetInformationFile() call under Windows and FS was not unmounted correctly. + * Improved compatibility with autoconf 2.70. + * Allowed to specify the "nonempty" mount option. + * Fixed file data contiguity handling bug which could cause performance degradation + * Fixed possible crashes on invalid UTF-8 sequences. + * Fixed a situation when FS could be erroneously marked as dirty (not cleanly unmounted). + +------------------------------------------------------------------- Old: ---- exfat-utils-1.3.0.tar.gz New: ---- exfat-utils-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exfat-utils.spec ++++++ --- /var/tmp/diff_new_pack.QxLp23/_old 2023-03-08 14:53:04.394839620 +0100 +++ /var/tmp/diff_new_pack.QxLp23/_new 2023-03-08 14:53:04.398839642 +0100 @@ -18,7 +18,7 @@ Name: exfat-utils -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: Utilities for exFAT file system License: GPL-2.0-or-later @@ -28,23 +28,22 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool -BuildRequires: pkg-config +BuildRequires: pkgconfig Recommends: fuse-exfat -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A set of utilities for creating, checking, dumping and labelling exFAT file system. %prep -%setup -q +%autosetup %build # force installation of manual pages sed -i -e 's/no-installman//' configure.ac autoreconf -fiv %configure -make %{?_smp_mflags} +%make_build %install %make_install @@ -58,8 +57,8 @@ popd %files -%defattr(-,root,root) -%doc ChangeLog COPYING README +%license COPYING +%doc ChangeLog README %if 0%{?suse_version} < 1550 /sbin/* %endif @@ -68,12 +67,14 @@ %{_sbindir}/exfatlabel %{_sbindir}/fsck.exfat %{_sbindir}/mkexfatfs +%{_sbindir}/exfatattrib %{_sbindir}/mkfs.exfat -%{_mandir}/man8/dumpexfat.8%{ext_man} -%{_mandir}/man8/exfatfsck.8%{ext_man} -%{_mandir}/man8/exfatlabel.8%{ext_man} -%{_mandir}/man8/fsck.exfat.8%{ext_man} -%{_mandir}/man8/mkexfatfs.8%{ext_man} -%{_mandir}/man8/mkfs.exfat.8%{ext_man} +%{_mandir}/man8/dumpexfat.8%{?ext_man} +%{_mandir}/man8/exfatfsck.8%{?ext_man} +%{_mandir}/man8/exfatlabel.8%{?ext_man} +%{_mandir}/man8/fsck.exfat.8%{?ext_man} +%{_mandir}/man8/mkexfatfs.8%{?ext_man} +%{_mandir}/man8/mkfs.exfat.8%{?ext_man} +%{_mandir}/man8/exfatattrib.8%{?ext_man} %changelog ++++++ exfat-utils-1.3.0.tar.gz -> exfat-utils-1.4.0.tar.gz ++++++ ++++ 9513 lines of diff (skipped)