commit dosfstools for openSUSE:Factory
Hello community, here is the log from the commit of package dosfstools for openSUSE:Factory checked in at 2017-01-31 12:30:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dosfstools (Old) and /work/SRC/openSUSE:Factory/.dosfstools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "dosfstools" Changes: -------- --- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes 2016-05-19 12:04:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes 2017-02-03 17:35:56.343665101 +0100 @@ -1,0 +2,12 @@ +Thu Jan 26 10:10:57 UTC 2017 - mpluskal@suse.com + +- Update to version 4.1: + * Now the default for mkfs for filesystems smaller than 512 MB is + 64 / 32 sectors + * The parsing of octal character specifications for filenames in + the -u and -d 25 options of fsck now works. + * Fixed a possible fatlabel crash when writing a label to an + unlabelled filesystem + * Testsuite is now available + +------------------------------------------------------------------- Old: ---- dosfstools-4.0.tar.gz dosfstools-4.0.tar.gz.sig New: ---- dosfstools-4.1.tar.gz dosfstools-4.1.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dosfstools.spec ++++++ --- /var/tmp/diff_new_pack.bNywGk/_old 2017-02-03 17:35:57.079560944 +0100 +++ /var/tmp/diff_new_pack.bNywGk/_new 2017-02-03 17:35:57.079560944 +0100 @@ -1,7 +1,7 @@ # # spec file for package dosfstools # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: dosfstools -Version: 4.0 +Version: 4.1 Release: 0 Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux License: GPL-3.0+ @@ -26,9 +26,10 @@ 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 +# xxd from vim is required for testsuite BuildRequires: pkgconfig -# Linking fails with udev enabled -# BuildRequires: pkgconfig(libudev) +BuildRequires: vim +BuildRequires: pkgconfig(libudev) Supplements: filesystem(vfat) Provides: dosfsck Provides: mkdosfs @@ -49,12 +50,15 @@ make %{?_smp_mflags} CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install #UsrMerge mkdir %{buildroot}/sbin ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos,fsck.fat,fsck.vfat,mkfs.fat,mkfs.vfat} %{buildroot}/sbin #EndUsrMerge +%check +make check + %files %defattr(-,root,root) %doc %{_docdir}/dosfstools ++++++ dosfstools-4.0.tar.gz -> dosfstools-4.1.tar.gz ++++++ ++++ 3335 lines of diff (skipped)
participants (1)
-
root@hilbertn.suse.de