forked from pool/mtools
Accepting request 71006 from Base:System
- updated to 4.0.16: * fixed formatting of fat_size_calculation.tex document * Make it clear that label is limited to 13 characters * Fixed typo in initialization of FAT32 info sector - remove invalid-memory.diff OBS-URL: https://build.opensuse.org/request/show/71006 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtools?expand=0&rev=26
This commit is contained in:
commit
e1796c38b7
@ -1,13 +0,0 @@
|
|||||||
Index: mtools-4.0.15/fat.c
|
|
||||||
===================================================================
|
|
||||||
--- mtools-4.0.15.orig/fat.c
|
|
||||||
+++ mtools-4.0.15/fat.c
|
|
||||||
@@ -468,7 +468,7 @@ void fat_write(Fs_t *This)
|
|
||||||
set_dword(infoSector->signature2, INFOSECT_SIGNATURE2);
|
|
||||||
set_dword(infoSector->pos, This->last);
|
|
||||||
set_dword(infoSector->count, This->freeSpace);
|
|
||||||
- set_dword(infoSector->signature3, 0xaa55);
|
|
||||||
+ set_word(infoSector->signature3, 0xaa55);
|
|
||||||
if(forceWriteSector(This, (char *)infoSector, This->infoSectorLoc, 1) !=
|
|
||||||
(signed int) This->sector_size)
|
|
||||||
fprintf(stderr,"Trouble writing the info sector\n");
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:290defca107cc183a17c98d3f7d00db02228b724084a2a818f1dd6ea86973899
|
|
||||||
size 386339
|
|
3
mtools-4.0.16.tar.bz2
Normal file
3
mtools-4.0.16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c9e337786d142399d37202ff2002f95bfb3f4e96620223a18d7206708ad2ed5
|
||||||
|
size 408615
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 10:07:58 UTC 2011 - pgajdos@novell.com
|
||||||
|
|
||||||
|
- updated to 4.0.16:
|
||||||
|
* fixed formatting of fat_size_calculation.tex document
|
||||||
|
* Make it clear that label is limited to 13 characters
|
||||||
|
* Fixed typo in initialization of FAT32 info sector
|
||||||
|
- remove invalid-memory.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 17 11:13:49 CET 2011 - pgajdos@suse.cz
|
Thu Mar 17 11:13:49 CET 2011 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: mtools
|
Name: mtools
|
||||||
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
|
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
|
||||||
Version: 4.0.15
|
Version: 4.0.16
|
||||||
Release: 7
|
Release: 7
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
@ -33,7 +33,6 @@ Patch1: %{name}-%{version}-autoconf.diff
|
|||||||
Patch3: %{name}-%{version}-aliasing.diff
|
Patch3: %{name}-%{version}-aliasing.diff
|
||||||
Patch4: %{name}-%{version}-fat-bits.diff
|
Patch4: %{name}-%{version}-fat-bits.diff
|
||||||
Patch5: %{name}-%{version}-prototypes.diff
|
Patch5: %{name}-%{version}-prototypes.diff
|
||||||
Patch6: %{name}-%{version}-invalid-memory.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -94,7 +93,6 @@ Authors:
|
|||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
%patch6 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{suse_update_config -f}
|
%{suse_update_config -f}
|
||||||
|
Loading…
Reference in New Issue
Block a user