From 0e657ddbe0c4599f42b65a57e793f54cf14bf68cff76ccd9eac2d453404994c9 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 30 Dec 2020 03:38:34 +0000 Subject: [PATCH 1/2] 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 --- libfdata-alpha-20181124.tar.gz | 3 --- libfdata-alpha-20201129.tar.gz | 3 +++ libfdata.changes | 11 +++++++++++ libfdata.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 libfdata-alpha-20181124.tar.gz create mode 100644 libfdata-alpha-20201129.tar.gz diff --git a/libfdata-alpha-20181124.tar.gz b/libfdata-alpha-20181124.tar.gz deleted file mode 100644 index 8a6aee5..0000000 --- a/libfdata-alpha-20181124.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b31711659878bd02ae73ba3303d6fb030b661ecb8867fe4ebc617d63055d3367 -size 725676 diff --git a/libfdata-alpha-20201129.tar.gz b/libfdata-alpha-20201129.tar.gz new file mode 100644 index 0000000..d7d59d6 --- /dev/null +++ b/libfdata-alpha-20201129.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d235de86b700346ff375234c7d99877d4b9e0c2f2e9bc7dfe2fd842a9d86ce +size 725653 diff --git a/libfdata.changes b/libfdata.changes index 259a5e0..654289e 100644 --- a/libfdata.changes +++ b/libfdata.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 29 22:40:21 UTC 2020 - Greg Freemyer + +- 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 diff --git a/libfdata.spec b/libfdata.spec index f18ce93..1e46a66 100644 --- a/libfdata.spec +++ b/libfdata.spec @@ -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 From 8697f5974583e5eda73acbd6055b6586a9fd202b75b40a89db631b50380e1f4e Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 30 Dec 2020 03:43:29 +0000 Subject: [PATCH 2/2] Accepting request 859343 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 - remove BuildRequires pkg-config - add COPYING* to %license line - update to v0~20181124 * Changes for libfcache get/set value by identifier - update to v0~20170112 - 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 - update to v0~20150104 * libfcache integration improvements * btree improvements and tests - update URL to the new github site - replace Source: field with fully defined URL - remove DL-URL comment - remove %if for opensuse version - no longer needed since all of libyal is in security:forensics - start using libcstring from OBS, not internal version - initial package in OBS (v0~20140601) OBS-URL: https://build.opensuse.org/request/show/859343 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfdata?expand=0&rev=11 --- libfdata.changes | 2 ++ libfdata.spec | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libfdata.changes b/libfdata.changes index 654289e..4b15fb3 100644 --- a/libfdata.changes +++ b/libfdata.changes @@ -8,6 +8,8 @@ Tue Dec 29 22:40:21 UTC 2020 - Greg Freemyer * worked on stream * worked on list * changes for libfcache get/set value by identifier +- remove BuildRequires pkg-config +- add COPYING* to %license line ------------------------------------------------------------------- Mon Apr 15 19:38:43 UTC 2019 - Greg Freemyer diff --git a/libfdata.spec b/libfdata.spec index 1e46a66..f8fbd69 100644 --- a/libfdata.spec +++ b/libfdata.spec @@ -26,7 +26,7 @@ License: LGPL-3.0-or-later Group: Productivity/File utilities 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: pkg-config BuildRequires: python-devel BuildRequires: pkgconfig(libcdata) >= 20140105 BuildRequires: pkgconfig(libcerror) >= 20140105 @@ -75,13 +75,13 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n %{lname} %defattr(-,root,root) %doc AUTHORS ChangeLog -%license COPYING +%license COPYING* %{_libdir}/libfdata.so.* %files devel %defattr(-,root,root) %doc AUTHORS README ChangeLog -%license COPYING +%license COPYING* %{_includedir}/libfdata.h %{_includedir}/libfdata/ %{_libdir}/libfdata.so