From 718a609f941689e5c760dc90dfae53709034a8a89b92eab7908d453878e584cc Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 11 Dec 2018 13:23:28 +0000 Subject: [PATCH] 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 --- fuse-exfat-1.2.7.tar.gz | 3 --- fuse-exfat-1.3.0.tar.gz | 3 +++ fuse-exfat.changes | 14 ++++++++++++++ fuse-exfat.spec | 19 +++++++++---------- 4 files changed, 26 insertions(+), 13 deletions(-) delete mode 100644 fuse-exfat-1.2.7.tar.gz create mode 100644 fuse-exfat-1.3.0.tar.gz diff --git a/fuse-exfat-1.2.7.tar.gz b/fuse-exfat-1.2.7.tar.gz deleted file mode 100644 index c13f8e7..0000000 --- a/fuse-exfat-1.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82c3cd328179fd1ab8c5e9f1a10b831c2d67c1cf15a7b9b361fc35d02c63c035 -size 135447 diff --git a/fuse-exfat-1.3.0.tar.gz b/fuse-exfat-1.3.0.tar.gz new file mode 100644 index 0000000..6a8ba2f --- /dev/null +++ b/fuse-exfat-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3 +size 161278 diff --git a/fuse-exfat.changes b/fuse-exfat.changes index a35446f..77e0b6e 100644 --- a/fuse-exfat.changes +++ b/fuse-exfat.changes @@ -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 diff --git a/fuse-exfat.spec b/fuse-exfat.spec index 5e1ef26..04dca2b 100644 --- a/fuse-exfat.spec +++ b/fuse-exfat.spec @@ -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 # # 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