Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dosfstools for openSUSE:Factory checked in at 2021-02-11 12:46:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dosfstools (Old) and /work/SRC/openSUSE:Factory/.dosfstools.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dosfstools" Thu Feb 11 12:46:49 2021 rev:54 rq:869554 version:4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes 2021-01-19 15:59:41.091152375 +0100 +++ /work/SRC/openSUSE:Factory/.dosfstools.new.28504/dosfstools.changes 2021-02-11 12:47:52.897532051 +0100 @@ -1,0 +2,11 @@ +Tue Feb 2 00:55:39 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 4.2: + * mkfs.fat: Allow to specify disk geometry via new -g option + * fsck.fat: Add code for fixing first FAT cluster + * fatlabel: Do not call parts of fsck repair procedure + * Update warning message about lowercase labels + * mkfs.fat: Read geom_start from sysfs + * Add missing files into distribution tarball + +------------------------------------------------------------------- Old: ---- _service _servicedata dosfstools-4.1+git.1610658652.9443732.tar.gz New: ---- dosfstools-4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dosfstools.spec ++++++ --- /var/tmp/diff_new_pack.kwqq40/_old 2021-02-11 12:47:53.553533006 +0100 +++ /var/tmp/diff_new_pack.kwqq40/_new 2021-02-11 12:47:53.557533013 +0100 @@ -17,26 +17,22 @@ Name: dosfstools -Version: 4.1+git.1610658652.9443732 +Version: 4.2 Release: 0 Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux License: GPL-3.0-or-later Group: System/Filesystems URL: https://github.com/dosfstools/dosfstools -Source: dosfstools-%{version}.tar.gz -# Source: https://github.com/dosfstools/dosfstools/releases/download/v%%{version}/dosfstools-%%{version}.tar.gz +Source: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz # Source2: https://github.com/dosfstools/dosfstools/releases/download/v%%{version}/dosfstools-%%{version}.tar.gz.sig # Source3: %%{name}.keyring BuildRequires: pkgconfig # xxd from vim is required for testsuite BuildRequires: vim BuildRequires: pkgconfig(libudev) -# for ./autogen.sh -BuildRequires: libtool Supplements: filesystem(vfat) Provides: dosfsck Provides: mkdosfs -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The dosfstools package includes the mkdosfs and dosfsck utilities, which @@ -45,13 +41,12 @@ %prep %setup -q -./autogen.sh %build %configure \ --docdir=%{_docdir}/dosfstools \ --enable-compat-symlinks -make %{?_smp_mflags} CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" +%make_build CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" %install %make_install @@ -61,10 +56,9 @@ %endif %check -make check +%make_build check %files -%defattr(-,root,root) %doc %{_docdir}/dosfstools %if !0%{?usrmerged} /sbin/* @@ -79,15 +73,15 @@ %{_sbindir}/mkfs.fat %{_sbindir}/mkfs.msdos %{_sbindir}/mkfs.vfat -%{_mandir}/man8/dosfsck.8%{ext_man} -%{_mandir}/man8/dosfslabel.8%{ext_man} -%{_mandir}/man8/fatlabel.8%{ext_man} -%{_mandir}/man8/fsck.fat.8%{ext_man} -%{_mandir}/man8/fsck.msdos.8%{ext_man} -%{_mandir}/man8/fsck.vfat.8%{ext_man} -%{_mandir}/man8/mkdosfs.8%{ext_man} -%{_mandir}/man8/mkfs.fat.8%{ext_man} -%{_mandir}/man8/mkfs.msdos.8%{ext_man} -%{_mandir}/man8/mkfs.vfat.8%{ext_man} +%{_mandir}/man8/dosfsck.8%{?ext_man} +%{_mandir}/man8/dosfslabel.8%{?ext_man} +%{_mandir}/man8/fatlabel.8%{?ext_man} +%{_mandir}/man8/fsck.fat.8%{?ext_man} +%{_mandir}/man8/fsck.msdos.8%{?ext_man} +%{_mandir}/man8/fsck.vfat.8%{?ext_man} +%{_mandir}/man8/mkdosfs.8%{?ext_man} +%{_mandir}/man8/mkfs.fat.8%{?ext_man} +%{_mandir}/man8/mkfs.msdos.8%{?ext_man} +%{_mandir}/man8/mkfs.vfat.8%{?ext_man} %changelog ++++++ dosfstools-4.1+git.1610658652.9443732.tar.gz -> dosfstools-4.2.tar.gz ++++++ ++++ 28177 lines of diff (skipped)