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

for review

OBS-URL: https://build.opensuse.org/request/show/357445
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfdata?expand=0&rev=4
This commit is contained in:
Greg Freemyer 2016-02-03 04:21:27 +00:00 committed by Git OBS Bridge
parent 52d9b030c0
commit b081918bc6
4 changed files with 19 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 31 03:48:26 UTC 2016 - Greg.Freemyer@gmail.com
- update to v0~20150825
* worked on stream
- added get mapped range function
- added mapped size
* worked on btree search flags
* added support for less equal and greater equal for compare functions
in libfdata_btree_node_get_sub_node_data_range_by_key
-------------------------------------------------------------------
Thu Jan 8 21:46:31 UTC 2015 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libfdata
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: libfdata
%define lname libfdata1
%define timestamp 20150104
%define timestamp 20150825
Version: 0~%{timestamp}
Release: 0
Summary: Library to provide generic file data functions
@ -28,12 +28,12 @@ Url: https://github.com/libyal/libfdata/wiki
Source: https://github.com/libyal/libfdata/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRequires: pkgconfig(libcerror) >= 20140105
BuildRequires: pkgconfig(libcdata) >= 20140105
BuildRequires: pkgconfig(libcerror) >= 20140105
BuildRequires: pkgconfig(libcnotify)
BuildRequires: pkgconfig(libfcache)
BuildRequires: pkgconfig(libcthreads) >= 20130723
BuildRequires: pkgconfig(libcstring) >= 20120425
BuildRequires: pkgconfig(libcthreads) >= 20130723
BuildRequires: pkgconfig(libfcache)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -41,7 +41,6 @@ Library to provide generic file data functions for the libyal family of librarie
%package -n %{lname}
Summary: Library to provide generic file data functions
License: LGPL-3.0+
Group: System/Libraries
%description -n %{lname}
@ -49,7 +48,6 @@ Library to provide generic file data functions for the libyal family of librarie
%package devel
Summary: Development files for libfdata
License: LGPL-3.0+
Group: Development/Libraries/C and C++
Requires: %{lname} = %{version}