From b239e9212563628fdc6dbbcbcc176ca6efb9231d93c6ad3f35bd8b6a5c90726a Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 11 Dec 2018 13:23:28 +0000 Subject: [PATCH 1/2] 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.3.0.tar.gz | 3 +++ fuse-exfat.changes | 14 ++++++++++++++ fuse-exfat.spec | 19 +++++++++---------- 3 files changed, 26 insertions(+), 10 deletions(-) create mode 100644 fuse-exfat-1.3.0.tar.gz 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 From c834462bc37cc73aa203cf8aa929b136b026defc1bd50cc111e067171ee334e7 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 12 Dec 2018 11:29:33 +0000 Subject: [PATCH 2/2] Accepting request 657197 from home:jengelh:branches:filesystems - Trim filler wording from description. OBS-URL: https://build.opensuse.org/request/show/657197 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=10 --- fuse-exfat-1.3.0.tar.gz | 3 --- fuse-exfat.changes | 5 +++++ fuse-exfat.spec | 10 +++++----- 3 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 fuse-exfat-1.3.0.tar.gz diff --git a/fuse-exfat-1.3.0.tar.gz b/fuse-exfat-1.3.0.tar.gz deleted file mode 100644 index 6a8ba2f..0000000 --- a/fuse-exfat-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3 -size 161278 diff --git a/fuse-exfat.changes b/fuse-exfat.changes index 77e0b6e..5bceb24 100644 --- a/fuse-exfat.changes +++ b/fuse-exfat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 11 13:49:16 UTC 2018 - Jan Engelhardt + +- Trim filler wording from description. + ------------------------------------------------------------------- Mon Dec 10 20:26:48 UTC 2018 - astieger@suse.com diff --git a/fuse-exfat.spec b/fuse-exfat.spec index 04dca2b..b4c5043 100644 --- a/fuse-exfat.spec +++ b/fuse-exfat.spec @@ -20,7 +20,7 @@ Name: fuse-exfat Version: 1.3.0 Release: 0 -Summary: Free exFAT file system implementation +Summary: exFAT file system implementation License: GPL-2.0-or-later Group: System/Filesystems URL: https://github.com/relan/exfat @@ -34,10 +34,10 @@ Requires: fuse >= 2.6 Recommends: exfat-utils %description -This driver is the first free exFAT file system implementation with write -support. exFAT is a simple file system created by Microsoft. It is intended -to replace FAT32 removing some of it's limitations. exFAT is a standard FS -for SDXC memory cards. +This driver is an exFAT file system implementation with write +support. exFAT is a simple file system created by Microsoft. It is +intended to replace FAT32, removing some of its limitations. exFAT is +a standard FS for SDXC memory cards. %prep %setup -q