Hello community, here is the log from the commit of package dosfstools for openSUSE:Factory checked in at 2013-03-12 11:07:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dosfstools (Old) and /work/SRC/openSUSE:Factory/.dosfstools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dosfstools", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes 2012-10-31 06:57:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes 2013-03-12 11:08:27.000000000 +0100 @@ -1,0 +2,31 @@ +Mon Mar 4 07:16:53 UTC 2013 - [email protected] + +- update to 3.0.16: label fixes + * dropped upstreamed + - dosfstools-create-rootdir-label.patch + - dosfstools-dosfslabel-forbid-lowercase.patch + - dosfstools-dosfslabel-from-rootdir.patch + - dosfstools-fsck-file-name.patch + - dosfstools-mkdosfs-no-label.patch + - dosfstools-mkdosfs-uppercase-label.patch + +------------------------------------------------------------------- +Mon Feb 25 07:01:42 UTC 2013 - [email protected] + +- update to 3.0.15: bugfixes for device detection, root directory + allocation, and messages about unicode filenames. + * dropped dosfstools-filename-buffer-overflow.patch (upstreamed) + * dropped dosfstools-mdraid-partition.patch (upstreamed) + * refreshed dosfstools-suse-dirs.patch + * refreshed ppc-reserved-sectors-fix.patch + (will be dropped if not upstreamed) + * dosfstools-label.patch splitted to: + - dosfstools-create-rootdir-label.patch + - dosfstools-dosfslabel-forbid-lowercase.patch + - dosfstools-dosfslabel-from-rootdir.patch + - dosfstools-fsck-file-name.patch + - dosfstools-mkdosfs-no-label.patch + - dosfstools-mkdosfs-uppercase-label.patch + (will be upstreamed or dropped) + +------------------------------------------------------------------- Old: ---- dosfstools-filename-buffer-overflow.patch dosfstools-label.patch dosfstools-mdraid-partition.patch dosfstools_3.0.10.orig.tar.bz2 New: ---- dosfstools_3.0.16.orig.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dosfstools.spec ++++++ --- /var/tmp/diff_new_pack.x1jEso/_old 2013-03-12 11:09:09.000000000 +0100 +++ /var/tmp/diff_new_pack.x1jEso/_new 2013-03-12 11:09:09.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package dosfstools # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,15 +22,14 @@ Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux License: GPL-3.0+ Group: System/Filesystems -Version: 3.0.10 +Version: 3.0.16 Release: 0 Url: http://freshmeat.net/projects/dosfstools -Source: %{name}_%{version}.orig.tar.bz2 +Source: %{name}_%{version}.orig.tar.xz Patch0: %{name}-suse-dirs.patch -Patch1: %{name}-mdraid-partition.patch -Patch2: %{name}-label.patch -Patch3: %{name}-filename-buffer-overflow.patch -Patch4: ppc-reserved-sectors-fix.patch +# workaround for +# https://bugs.launchpad.net/ubuntu/+source/dosfstools/+bug/746262 +Patch100: ppc-reserved-sectors-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Supplements: filesystem(vfat) @@ -42,10 +41,7 @@ %prep %setup %patch0 -p1 -%patch1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 +%patch100 -p1 %build make CC="%__cc" OPTFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $RPM_OPT_FLAGS" %{?_smp_mflags} ++++++ dosfstools-suse-dirs.patch ++++++ --- /var/tmp/diff_new_pack.x1jEso/_old 2013-03-12 11:09:09.000000000 +0100 +++ /var/tmp/diff_new_pack.x1jEso/_new 2013-03-12 11:09:09.000000000 +0100 @@ -1,9 +1,9 @@ -Index: dosfstools-3.0.10/Makefile +Index: dosfstools-3.0.15/Makefile =================================================================== ---- dosfstools-3.0.10.orig/Makefile -+++ dosfstools-3.0.10/Makefile -@@ -19,9 +19,9 @@ - # can be found in /usr/share/common-licenses/GPL-3 file. +--- dosfstools-3.0.15.orig/Makefile ++++ dosfstools-3.0.15/Makefile +@@ -20,9 +20,9 @@ + DESTDIR = -PREFIX = /usr/local ++++++ ppc-reserved-sectors-fix.patch ++++++ --- /var/tmp/diff_new_pack.x1jEso/_old 2013-03-12 11:09:09.000000000 +0100 +++ /var/tmp/diff_new_pack.x1jEso/_new 2013-03-12 11:09:09.000000000 +0100 @@ -1,13 +1,13 @@ -Index: dosfstools-3.0.10/src/mkdosfs.c +Index: dosfstools-3.0.15/src/mkdosfs.c =================================================================== ---- dosfstools-3.0.10.orig/src/mkdosfs.c -+++ dosfstools-3.0.10/src/mkdosfs.c -@@ -1059,7 +1059,7 @@ setup_tables (void) - } +--- dosfstools-3.0.15.orig/src/mkdosfs.c ++++ dosfstools-3.0.15/src/mkdosfs.c +@@ -1016,7 +1016,7 @@ static void setup_tables(void) + } - /* Adjust the reserved number of sectors for alignment */ -- reserved_sectors = align_object(reserved_sectors, bs.cluster_size); -+ /* reserved_sectors = align_object(reserved_sectors, bs.cluster_size); */ - bs.reserved = CT_LE_W(reserved_sectors); + /* Adjust the reserved number of sectors for alignment */ +- reserved_sectors = align_object(reserved_sectors, bs.cluster_size); ++ /* reserved_sectors = align_object(reserved_sectors, bs.cluster_size); */ + bs.reserved = CT_LE_W(reserved_sectors); - /* Adjust the number of root directory entries to help enforce alignment */ + /* Adjust the number of root directory entries to help enforce alignment */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
