From 21ae1bff4a9753ed594b83431807fb03a5fd56b88d55aa72795cd9f8a648b8fe Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 9 Jul 2018 13:16:33 +0000 Subject: [PATCH] - Update to version 2.0.2: * libmtd: Add support to access OOB available size * mkfs.ubifs: Allow root entry in device table * Fix unit-test header and file paths for out of tree builds * Fix unit test mockup for oobavail sysfs file * misc-utils: flash_erase: Fix Jffs2 type flash erase problem * libmtd_legacy: Fix some function description mismatches * mtd-utils: ubifs: fix typo in without_lzo definition * mtd: tests: check erase block count in page test * mtd: unittests: Stop testing stat() calls * mtd: unittests: Decode arg size from ioctl request * mtd: unittests: Use proper unsigned long type for ioctl requests * mtd: tests: Fix check on ebcnt in nandpagetest * ubi-utils: ubicrc32: process command line arguments first * nandbiterrs: Fix erroneous counter increment in for loop body * jittertest: Use the appropriate versions of abs() * Mark or fix switch cases that fall through * mkfs.ubifs: ignore EOPNOTSUPP when listing extended attributes * misc-utils: initialize "ip" in docfdisk to NULL * mkfs.ubifs: Apply squash-uids to the root node OBS-URL: https://build.opensuse.org/package/show/filesystems/mtd-utils?expand=0&rev=15 --- mtd-utils-2.0.1.tar.bz2 | 3 --- mtd-utils-2.0.1.tar.bz2.asc | 10 ---------- mtd-utils-2.0.2.tar.bz2 | 3 +++ mtd-utils-2.0.2.tar.bz2.asc | 10 ++++++++++ mtd-utils.changes | 24 ++++++++++++++++++++++++ mtd-utils.spec | 15 ++++++++------- 6 files changed, 45 insertions(+), 20 deletions(-) delete mode 100644 mtd-utils-2.0.1.tar.bz2 delete mode 100644 mtd-utils-2.0.1.tar.bz2.asc create mode 100644 mtd-utils-2.0.2.tar.bz2 create mode 100644 mtd-utils-2.0.2.tar.bz2.asc diff --git a/mtd-utils-2.0.1.tar.bz2 b/mtd-utils-2.0.1.tar.bz2 deleted file mode 100644 index a95c473..0000000 --- a/mtd-utils-2.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:312baa0446e4e728ceb413c53533e41e547d1c13ffa0752b2f879fd289fc2f63 -size 600415 diff --git a/mtd-utils-2.0.1.tar.bz2.asc b/mtd-utils-2.0.1.tar.bz2.asc deleted file mode 100644 index 38b099e..0000000 --- a/mtd-utils-2.0.1.tar.bz2.asc +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEcBAABAgAGBQJZnshKAAoJELzl3Dx0GgLR5D0H/3k7RPkwLWUR2FixzIwUjYQM -5yeWKQKZryxYtkZDFkun45MkZrtc+5700RQefCO4PVY4u2lt4y35XAI/K/hKv9OO -3zeeQdIdTETCH5M1aKKqq1/FQ7pz1j16kUDVaLCVztzBkt2LUw42oDUqRYh7/p4c -B1iNTEGJML64/sC6cSLY12TejcgDLqptBJBOWsh8qY/mcs/sdNZ1KmBg8i5mmW7I -Zkt3o79fFv/WyBXbDkWPg5KtKrDKyEUvOTFFP0zBUHyspEI+L8L1xYBXuVxX5p2e -PMoEYLLeeVzd5p8LC14YO2DNwReudAZBeZMiZe6xi08CNChaWJfi2a6KtcFQMkc= -=MkLh ------END PGP SIGNATURE----- diff --git a/mtd-utils-2.0.2.tar.bz2 b/mtd-utils-2.0.2.tar.bz2 new file mode 100644 index 0000000..b85f859 --- /dev/null +++ b/mtd-utils-2.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3de61be8e932abb424e8ea3c30298f553d5f970ad158a737bb303bbf9660b8 +size 608152 diff --git a/mtd-utils-2.0.2.tar.bz2.asc b/mtd-utils-2.0.2.tar.bz2.asc new file mode 100644 index 0000000..d76bdf7 --- /dev/null +++ b/mtd-utils-2.0.2.tar.bz2.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABAgAGBQJa1MdEAAoJELzl3Dx0GgLRkA0IAMev22NiVi8bd17TTrDTUbBH +ur1SV0PkdrejK1IKtnJzBkQ8EOGR/YDM2AeWWipYSWO0WJ4mCGPjLaiXnQaF/7JX +BE4lrs963uzN2W2QoFQsS+nIzeGbqtgKHLcNG9GB3Ueh1i4DIAW/kPyhLUfs9aFD +kVMClfa7lBoCUQPDeEs1d5cwRjWLHHj70O6JWaxQtSk08lMFyA3Hon0INdbaCOth +v81RO84KmPCmZJT+aEgx0WwPrGA6lplmZiYcGYLNMjyldUvJhvmoDTRARyf2lx9b ++q0xU0vrj9koPq2a/l+IKyWmNljrApAwE/R3src3iCDAe/adUp2pzUSDZ5aLQko= +=fjoo +-----END PGP SIGNATURE----- diff --git a/mtd-utils.changes b/mtd-utils.changes index d0375f0..3ecad9e 100644 --- a/mtd-utils.changes +++ b/mtd-utils.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Jul 9 13:13:38 UTC 2018 - mpluskal@suse.com + +- Update to version 2.0.2: + * libmtd: Add support to access OOB available size + * mkfs.ubifs: Allow root entry in device table + * Fix unit-test header and file paths for out of tree builds + * Fix unit test mockup for oobavail sysfs file + * misc-utils: flash_erase: Fix Jffs2 type flash erase problem + * libmtd_legacy: Fix some function description mismatches + * mtd-utils: ubifs: fix typo in without_lzo definition + * mtd: tests: check erase block count in page test + * mtd: unittests: Stop testing stat() calls + * mtd: unittests: Decode arg size from ioctl request + * mtd: unittests: Use proper unsigned long type for ioctl requests + * mtd: tests: Fix check on ebcnt in nandpagetest + * ubi-utils: ubicrc32: process command line arguments first + * nandbiterrs: Fix erroneous counter increment in for loop body + * jittertest: Use the appropriate versions of abs() + * Mark or fix switch cases that fall through + * mkfs.ubifs: ignore EOPNOTSUPP when listing extended attributes + * misc-utils: initialize "ip" in docfdisk to NULL + * mkfs.ubifs: Apply squash-uids to the root node + ------------------------------------------------------------------- Mon Aug 28 10:50:24 UTC 2017 - mpluskal@suse.com diff --git a/mtd-utils.spec b/mtd-utils.spec index f195704..1a01c17 100644 --- a/mtd-utils.spec +++ b/mtd-utils.spec @@ -1,7 +1,7 @@ # # spec file for package mtd-utils # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,12 +17,12 @@ Name: mtd-utils -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: Tools for maintaining Memory Technology Devices -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Filesystems -Url: http://www.linux-mtd.infradead.org/ +URL: http://www.linux-mtd.infradead.org/ Source0: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-%{version}.tar.bz2 Source1: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-%{version}.tar.bz2.asc Source2: %{name}.keyring @@ -49,7 +49,8 @@ make %{?_smp_mflags} V=1 %make_install %files -%doc COPYING ubifs-utils/mkfs.ubifs/README +%license COPYING +%doc ubifs-utils/mkfs.ubifs/README %{_sbindir}/doc_loadbios %{_sbindir}/docfdisk %{_sbindir}/flash_erase @@ -92,7 +93,7 @@ make %{?_smp_mflags} V=1 %{_sbindir}/ubirmvol %{_sbindir}/ubirsvol %{_sbindir}/ubiupdatevol -%{_mandir}/man1/mkfs.jffs2.1%{ext_man} -%{_mandir}/man8/ubinize.8%{ext_man} +%{_mandir}/man1/mkfs.jffs2.1%{?ext_man} +%{_mandir}/man8/ubinize.8%{?ext_man} %changelog