SHA256
1
0
forked from pool/fuse-exfat

Accepting request 656936 from home:AndreasStieger:branches:filesystems

fuse-exfat 1.3.0 boo#1118871

OBS-URL: https://build.opensuse.org/request/show/656936
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=9
This commit is contained in:
David Sterba 2018-12-11 13:23:28 +00:00 committed by Git OBS Bridge
parent 62c5337b17
commit 718a609f94
4 changed files with 26 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82c3cd328179fd1ab8c5e9f1a10b831c2d67c1cf15a7b9b361fc35d02c63c035
size 135447

3
fuse-exfat-1.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3
size 161278

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Dec 10 20:26:48 UTC 2018 - astieger@suse.com
- fuse-exfat 1.3.0:
* Clean up FUSE code preparing for FUSE 3 support
-------------------------------------------------------------------
Mon Dec 10 20:18:13 UTC 2018 - astieger@suse.com
- fuse-exfat 1.2.8:
* Fixed new files or directories creation in the root directory:
ensure there are no 0x00 entries before valid ones; otherwise
Windows can corrupt them boo#1118871
-------------------------------------------------------------------
Sat Aug 19 13:18:17 UTC 2017 - asarai@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package fuse-exfat
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 Sidlovsky, Yaroslav <zawertun@gmail.com>
#
# All modifications and additions to the file contributed by third parties
@ -13,26 +13,25 @@
# 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: fuse-exfat
Version: 1.2.7
Version: 1.3.0
Release: 0
Summary: Free exFAT file system implementation
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/Filesystems
Url: https://github.com/relan/exfat
URL: https://github.com/relan/exfat
Source0: https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fuse-devel >= 2.6
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig
Requires: fuse >= 2.6
Recommends: exfat-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This driver is the first free exFAT file system implementation with write
@ -75,13 +74,13 @@ if [ "$1" == "0" ]; then
fi
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README
%license COPYING
%doc ChangeLog README
#UsrMerge
/sbin/*
#EndUsrMerge
%{_sbindir}/mount.exfat
%{_sbindir}/mount.exfat-fuse
%{_mandir}/man8/mount.exfat-fuse.8%{ext_man}
%{_mandir}/man8/mount.exfat-fuse.8%{?ext_man}
%changelog