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:
parent
f9952353b6
commit
b239e92125
3
fuse-exfat-1.3.0.tar.gz
Normal file
3
fuse-exfat-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3
|
||||||
|
size 161278
|
@ -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
|
Sat Aug 19 13:18:17 UTC 2017 - asarai@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fuse-exfat
|
# 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>
|
# Copyright (c) 2013 Sidlovsky, Yaroslav <zawertun@gmail.com>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: fuse-exfat
|
||||||
Version: 1.2.7
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Free exFAT file system implementation
|
Summary: Free exFAT file system implementation
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Filesystems
|
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
|
Source0: https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: fuse-devel >= 2.6
|
BuildRequires: fuse-devel >= 2.6
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
Requires: fuse >= 2.6
|
Requires: fuse >= 2.6
|
||||||
Recommends: exfat-utils
|
Recommends: exfat-utils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This driver is the first free exFAT file system implementation with write
|
This driver is the first free exFAT file system implementation with write
|
||||||
@ -75,13 +74,13 @@ if [ "$1" == "0" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc ChangeLog COPYING README
|
%doc ChangeLog README
|
||||||
#UsrMerge
|
#UsrMerge
|
||||||
/sbin/*
|
/sbin/*
|
||||||
#EndUsrMerge
|
#EndUsrMerge
|
||||||
%{_sbindir}/mount.exfat
|
%{_sbindir}/mount.exfat
|
||||||
%{_sbindir}/mount.exfat-fuse
|
%{_sbindir}/mount.exfat-fuse
|
||||||
%{_mandir}/man8/mount.exfat-fuse.8%{ext_man}
|
%{_mandir}/man8/mount.exfat-fuse.8%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user