Hello community, here is the log from the commit of package mtd-utils for openSUSE:Factory checked in at 2019-06-19 21:02:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mtd-utils (Old) and /work/SRC/openSUSE:Factory/.mtd-utils.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mtd-utils" Wed Jun 19 21:02:12 2019 rev:6 rq:706319 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mtd-utils/mtd-utils.changes 2018-07-10 16:16:41.569418861 +0200 +++ /work/SRC/openSUSE:Factory/.mtd-utils.new.4811/mtd-utils.changes 2019-06-19 21:02:15.470181693 +0200 @@ -1,0 +2,29 @@ +Wed May 29 13:35:46 UTC 2019 - Martin Pluskal <[email protected]> + +- Update to version 2.1.0: + * Features: + + mkfs.ubifs: Implement support for file system encryption + + mkfs.ubifs: Implement selinux labelling support + + ubinize: add support for skipping CRC check of a static volume when opening + + ubimkvol: add support for skipping CRC check of a static volume when opening + + Add lsmtd program + * Fixes: + - update various kernel headers + + Instead of doing preprocessor magic, just output off_t as long long + + fix verification percent display in flashcp + + mkfs.ubifs: fix double free + + mkfs.ubifs: Fix xattr nlink value + + ubinize: avoid to create two UBI_LAYOUT_VOLUME_ID volume + + common.h: fix prompt function + + libmtd: don't print an error message for devices without ecc support + + io_paral: Fix error handling of update_volume() + + ubimkvol: Initialize req to zero to make sure no flags are set by default + + libubi: add volume flags to ubi_mkvol_request + + mkfs.ubifs: add_xattr is not depending on host XATTR support + + Revert "Return correct error number in ubi_get_vol_info1" which introduced a regression. + + make sure pkg-config is installed in configure script + + ubiformat: process command line arguments before handling file arguments + * Cleanup: + + ubiformat: remove no-volume-table option + +------------------------------------------------------------------- Old: ---- mtd-utils-2.0.2.tar.bz2 mtd-utils-2.0.2.tar.bz2.asc New: ---- mtd-utils-2.1.0.tar.bz2 mtd-utils-2.1.0.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mtd-utils.spec ++++++ --- /var/tmp/diff_new_pack.zPo64k/_old 2019-06-19 21:02:16.110182230 +0200 +++ /var/tmp/diff_new_pack.zPo64k/_new 2019-06-19 21:02:16.110182230 +0200 @@ -1,7 +1,7 @@ # # spec file for package mtd-utils # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,12 +12,12 @@ # 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/ # Name: mtd-utils -Version: 2.0.2 +Version: 2.1.0 Release: 0 Summary: Tools for maintaining Memory Technology Devices License: GPL-2.0-or-later @@ -29,6 +29,7 @@ BuildRequires: libacl-devel BuildRequires: lzo-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(zlib) Supplements: filesystem(jffs2) @@ -66,6 +67,7 @@ %{_sbindir}/ftl_format %{_sbindir}/jffs2dump %{_sbindir}/jffs2reader +%{_sbindir}/lsmtd %{_sbindir}/mkfs.jffs2 %{_sbindir}/mkfs.ubifs %{_sbindir}/mtd_debug @@ -94,6 +96,7 @@ %{_sbindir}/ubirsvol %{_sbindir}/ubiupdatevol %{_mandir}/man1/mkfs.jffs2.1%{?ext_man} +%{_mandir}/man8/lsmtd.8%{?ext_man} %{_mandir}/man8/ubinize.8%{?ext_man} %changelog ++++++ mtd-utils-2.0.2.tar.bz2 -> mtd-utils-2.1.0.tar.bz2 ++++++ ++++ 9926 lines of diff (skipped)
