From 3cef645a774ad370ad24b1c2bc8f82939949e065558950fd3c730dd4a733c36e Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 24 May 2011 07:17:18 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/mtools revision 27.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=1dbbac19503cd245cfd023f6669f1cdc --- mtools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtools.spec b/mtools.spec index 50d0304..41a277d 100644 --- a/mtools.spec +++ b/mtools.spec @@ -21,7 +21,7 @@ Name: mtools BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel Version: 4.0.16 -Release: 7 +Release: 1 AutoReqProv: on Group: System/Filesystems License: GPLv2+ From 0a191e96723366c1aa54220f3ccb2106c47300a3e0836ce16aa9b12762e5551d Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 30 Jun 2011 13:54:34 +0000 Subject: [PATCH 2/2] - updated to 4.0.17: * mbadblocks now takes a list of bad blocks (either as sectors or as clusters) * mbadblocks now is able to do write scanning for bad blocks * mshowfat can show cluster of specific offset * Enable mtools to deal with very small sector sizes... * Fixed encoding of all-lowercase names (no need to mangle these) * Consider every directory entry after an ENDMARK (0x00) to be deleted * After writing a new entry at end of a directory, be sure to also add an ENDMARK (0x00) * Deal with possibility of a NULL pointer being returned by localtime during timestamp conversion OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=24 --- mtools-4.0.16.tar.bz2 | 3 --- ...aliasing.diff => mtools-4.0.17-aliasing.diff | 0 ...autoconf.diff => mtools-4.0.17-autoconf.diff | 0 ...-4.0.16-conf.diff => mtools-4.0.17-conf.diff | 0 ...fat-bits.diff => mtools-4.0.17-fat-bits.diff | 0 ...otypes.diff => mtools-4.0.17-prototypes.diff | 0 mtools-4.0.17.tar.bz2 | 3 +++ mtools.changes | 17 +++++++++++++++++ mtools.spec | 2 +- 9 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 mtools-4.0.16.tar.bz2 rename mtools-4.0.16-aliasing.diff => mtools-4.0.17-aliasing.diff (100%) rename mtools-4.0.16-autoconf.diff => mtools-4.0.17-autoconf.diff (100%) rename mtools-4.0.16-conf.diff => mtools-4.0.17-conf.diff (100%) rename mtools-4.0.16-fat-bits.diff => mtools-4.0.17-fat-bits.diff (100%) rename mtools-4.0.16-prototypes.diff => mtools-4.0.17-prototypes.diff (100%) create mode 100644 mtools-4.0.17.tar.bz2 diff --git a/mtools-4.0.16.tar.bz2 b/mtools-4.0.16.tar.bz2 deleted file mode 100644 index 69fe2b0..0000000 --- a/mtools-4.0.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c9e337786d142399d37202ff2002f95bfb3f4e96620223a18d7206708ad2ed5 -size 408615 diff --git a/mtools-4.0.16-aliasing.diff b/mtools-4.0.17-aliasing.diff similarity index 100% rename from mtools-4.0.16-aliasing.diff rename to mtools-4.0.17-aliasing.diff diff --git a/mtools-4.0.16-autoconf.diff b/mtools-4.0.17-autoconf.diff similarity index 100% rename from mtools-4.0.16-autoconf.diff rename to mtools-4.0.17-autoconf.diff diff --git a/mtools-4.0.16-conf.diff b/mtools-4.0.17-conf.diff similarity index 100% rename from mtools-4.0.16-conf.diff rename to mtools-4.0.17-conf.diff diff --git a/mtools-4.0.16-fat-bits.diff b/mtools-4.0.17-fat-bits.diff similarity index 100% rename from mtools-4.0.16-fat-bits.diff rename to mtools-4.0.17-fat-bits.diff diff --git a/mtools-4.0.16-prototypes.diff b/mtools-4.0.17-prototypes.diff similarity index 100% rename from mtools-4.0.16-prototypes.diff rename to mtools-4.0.17-prototypes.diff diff --git a/mtools-4.0.17.tar.bz2 b/mtools-4.0.17.tar.bz2 new file mode 100644 index 0000000..f1039a2 --- /dev/null +++ b/mtools-4.0.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecc358e30a72d215b1d4c625b27e67121cd6f6075370dfb791ef2a8b980ecb6 +size 412310 diff --git a/mtools.changes b/mtools.changes index 870eb96..d843d38 100644 --- a/mtools.changes +++ b/mtools.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jun 30 13:53:42 UTC 2011 - pgajdos@novell.com + +- updated to 4.0.17: + * mbadblocks now takes a list of bad blocks (either as sectors + or as clusters) + * mbadblocks now is able to do write scanning for bad blocks + * mshowfat can show cluster of specific offset + * Enable mtools to deal with very small sector sizes... + * Fixed encoding of all-lowercase names (no need to mangle + these) + * Consider every directory entry after an ENDMARK (0x00) to be deleted + * After writing a new entry at end of a directory, be sure to also add + an ENDMARK (0x00) + * Deal with possibility of a NULL pointer being returned by + localtime during timestamp conversion + ------------------------------------------------------------------- Mon May 23 10:07:58 UTC 2011 - pgajdos@novell.com diff --git a/mtools.spec b/mtools.spec index 41a277d..29308fa 100644 --- a/mtools.spec +++ b/mtools.spec @@ -20,7 +20,7 @@ Name: mtools BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel -Version: 4.0.16 +Version: 4.0.17 Release: 1 AutoReqProv: on Group: System/Filesystems