Accepting request 859311 from home:gregfreemyer:Tools-for-forensic-boot-cd

- update to v0~20201129
        * changes for libcdata
        * small changes in vector
        * removed no longer used B-tree support
        * worked on stream
        * worked on list
        * changes for libfcache get/set value by identifier

OBS-URL: https://build.opensuse.org/request/show/859311
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfdata?expand=0&rev=10
This commit is contained in:
Greg Freemyer 2020-12-30 03:38:34 +00:00 committed by Git OBS Bridge
parent 1ae6eb5429
commit 0e657ddbe0
4 changed files with 17 additions and 6 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05d235de86b700346ff375234c7d99877d4b9e0c2f2e9bc7dfe2fd842a9d86ce
size 725653

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Dec 29 22:40:21 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20201129
* changes for libcdata
* small changes in vector
* removed no longer used B-tree support
* worked on stream
* worked on list
* changes for libfcache get/set value by identifier
-------------------------------------------------------------------
Mon Apr 15 19:38:43 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libfdata
#
# 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
@ -18,13 +18,13 @@
Name: libfdata
%define lname libfdata1
%define timestamp 20181124
%define timestamp 20201129
Version: 0~%{timestamp}
Release: 0
Summary: Library to provide generic file data functions
License: LGPL-3.0-or-later
Group: Productivity/File utilities
Url: https://github.com/libyal/libfdata/wiki
URL: https://github.com/libyal/libfdata/wiki
Source: https://github.com/libyal/libfdata/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
BuildRequires: pkg-config
BuildRequires: python-devel