From 795e5ccfa2228616d1766f56bf1798dedbd5f81c Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Nov 25 2013 14:26:33 +0000 Subject: New version Resolves: rhbz#1034058 - Dropped fix-big-endian patch (upstreamed) --- diff --git a/dosfstools-3.0.23-fix-big-endian.patch b/dosfstools-3.0.23-fix-big-endian.patch deleted file mode 100644 index c7a5b64..0000000 --- a/dosfstools-3.0.23-fix-big-endian.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/boot.c b/src/boot.c -index 2c6a38f..7acec70 100644 ---- a/src/boot.c -+++ b/src/boot.c -@@ -62,7 +62,7 @@ static struct { - - /* Unaligned fields must first be accessed byte-wise */ - #define GET_UNALIGNED_W(f) \ -- le16toh( (__u16)f[0] | ((__u16)f[1]<<8) ) -+ ( (__u16)f[0] | ((__u16)f[1]<<8) ) - - static char *get_media_descr(unsigned char media) - { diff --git a/dosfstools.spec b/dosfstools.spec index 0ba0841..7328a28 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -1,13 +1,12 @@ Name: dosfstools Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux -Version: 3.0.23 -Release: 3%{?dist} +Version: 3.0.24 +Release: 1%{?dist} License: GPLv3+ Group: Applications/System Source0: http://www.daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz URL: http://www.daniel-baumann.ch/software/dosfstools/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: dosfstools-3.0.23-fix-big-endian.patch %description The dosfstools package includes the mkdosfs and dosfsck utilities, @@ -16,7 +15,6 @@ drives or on floppies. %prep %setup -q -%patch0 -p1 -b .fix-big-endian %build make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing" @@ -37,6 +35,11 @@ rm -rf %{buildroot} %changelog +* Mon Nov 25 2013 Jaroslav Škarvada - 3.0.24-1 +- New version + Resolves: rhbz#1034058 +- Dropped fix-big-endian patch (upstreamed) + * Fri Nov 22 2013 Jaroslav Škarvada - 3.0.23-3 - Used /usr/sbin directory instead of /sbin diff --git a/sources b/sources index a97c3b6..aa8452c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfdca786880a7f1cc9ce8ac68cb1fd51 dosfstools-3.0.23.tar.xz +41931f36ebee6e79e9dafe85cc916f2b dosfstools-3.0.24.tar.xz