diff --git a/libfsntfs-experimental-20190104.tar.gz b/libfsntfs-experimental-20190104.tar.gz deleted file mode 100644 index e04d8db..0000000 --- a/libfsntfs-experimental-20190104.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27c6c4c037724e853edefd8f541510f81788bdd1a2de895d895ddfe2e45e9cb1 -size 1729804 diff --git a/libfsntfs-experimental-20200223.tar.gz b/libfsntfs-experimental-20200223.tar.gz new file mode 100644 index 0000000..9d60707 --- /dev/null +++ b/libfsntfs-experimental-20200223.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6b5efe86de8f5a430583eb439b1adc9c7d2c785243577cbebd85bca41c083b +size 1966959 diff --git a/libfsntfs.changes b/libfsntfs.changes index 6f8c653..a3cd622 100644 --- a/libfsntfs.changes +++ b/libfsntfs.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Apr 5 20:40:53 UTC 2020 - Greg Freemyer + +- update to v0~20200223 + * the codebase has seen significant rework and improvements + * improved format support + * improved documentation + * improved python binding + * worked on mount tool + * worked on WofCompressedData format + * worked on casesensitive support + * added namespace API function + ------------------------------------------------------------------- Mon Apr 15 20:24:11 UTC 2019 - Greg Freemyer diff --git a/libfsntfs.spec b/libfsntfs.spec index 2a0fbc3..01289cf 100644 --- a/libfsntfs.spec +++ b/libfsntfs.spec @@ -1,7 +1,7 @@ # # spec file for package libfsntfs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ %define lname libfsntfs1 -%define timestamp 20190104 +%define timestamp 20200223 Name: libfsntfs Version: 0~%{timestamp} Release: 0 Summary: Library and tools to access the NTFS filesystem License: LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Productivity/File utilities -Url: https://github.com/libyal/libfsntfs/wiki +URL: https://github.com/libyal/libfsntfs/wiki Source: https://github.com/libyal/libfsntfs/releases/download/%{timestamp}/%{name}-experimental-%{timestamp}.tar.gz BuildRequires: pkg-config BuildRequires: python-devel