From b081918bc6ce00f9cbe33e9c0ddc971c8f76c7d2c6fb5245c305d6708f92d26c Mon Sep 17 00:00:00 2001 From: Greg Freemyer <Greg.Freemyer@gmail.com> Date: Wed, 3 Feb 2016 04:21:27 +0000 Subject: [PATCH] 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 --- libfdata-experimental-20150104.tar.gz | 3 --- libfdata-experimental-20150825.tar.gz | 3 +++ libfdata.changes | 11 +++++++++++ libfdata.spec | 12 +++++------- 4 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 libfdata-experimental-20150104.tar.gz create mode 100644 libfdata-experimental-20150825.tar.gz diff --git a/libfdata-experimental-20150104.tar.gz b/libfdata-experimental-20150104.tar.gz deleted file mode 100644 index a862f92..0000000 --- a/libfdata-experimental-20150104.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e2733214ac11a174e2423fbb6491296e721c3aa203bf87d4b6023d3b86a5f8f -size 630933 diff --git a/libfdata-experimental-20150825.tar.gz b/libfdata-experimental-20150825.tar.gz new file mode 100644 index 0000000..fda6dd5 --- /dev/null +++ b/libfdata-experimental-20150825.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f45a1c5be0c072d292cd7b49e6458e0140f4f24debd5cce06720c073d87edc +size 633119 diff --git a/libfdata.changes b/libfdata.changes index ff1ce85..e4fac78 100644 --- a/libfdata.changes +++ b/libfdata.changes @@ -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 diff --git a/libfdata.spec b/libfdata.spec index 082fd61..d50e556 100644 --- a/libfdata.spec +++ b/libfdata.spec @@ -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}