diff --git a/libolecf-alpha-20151223.tar.gz b/libolecf-alpha-20151223.tar.gz deleted file mode 100644 index 9111a93..0000000 --- a/libolecf-alpha-20151223.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:723983636a9eec6e04834bc6ac4605ecf433ea4f9d4a1ca344c7490327b9febe -size 1478608 diff --git a/libolecf-alpha-20160107.tar.gz b/libolecf-alpha-20160107.tar.gz new file mode 100644 index 0000000..e3baa10 --- /dev/null +++ b/libolecf-alpha-20160107.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eed5d30cb919d2880ec5e4846ac737c36bbe8c7b7918ef2ff8f4e0b7ae1a6b4 +size 1509120 diff --git a/libolecf.changes b/libolecf.changes index 327c2f6..0861791 100644 --- a/libolecf.changes +++ b/libolecf.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 26 23:43:22 UTC 2016 - Greg.Freemyer@gmail.com + +- update to v0~20160107 + * worked on Python 3 support + * 2016 update +- use libcdata from factory, not internal. Tested via plaso/run_tests.py +- use libfdatetime from factory, not internal. Tested via plaso/run_tests.py +- use libcerror internal package. Build fails with factory version +- use libcstring internal package. Build fails with factory version +- use libfvalue internal package. Build fails with factory version + ------------------------------------------------------------------- Sat Jan 23 15:54:59 UTC 2016 - Greg.Freemyer@gmail.com diff --git a/libolecf.spec b/libolecf.spec index 3f2323a..1cd599d 100644 --- a/libolecf.spec +++ b/libolecf.spec @@ -18,7 +18,7 @@ Name: libolecf %define lname libolecf1 -%define timestamp 20151223 +%define timestamp 20160107 Version: 0~%timestamp Release: 0 Summary: Library and tools to access the OLE 2 Compound File (OLECF) format @@ -30,22 +30,23 @@ Source2: OLE_Compound_File_format.pdf BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: pkgconfig(libbfio) -BuildRequires: pkgconfig(libcerror) +BuildRequires: pkgconfig(libcdata) >= 20160108 BuildRequires: pkgconfig(libcfile) BuildRequires: pkgconfig(libclocale) BuildRequires: pkgconfig(libcnotify) BuildRequires: pkgconfig(libcpath) BuildRequires: pkgconfig(libcsplit) -BuildRequires: pkgconfig(libcstring) >= 20120425 BuildRequires: pkgconfig(libcsystem) >= 20120425 BuildRequires: pkgconfig(libcthreads) >= 20130723 +BuildRequires: pkgconfig(libfdatetime) >= 20150507 BuildRequires: pkgconfig(libfguid) >= 20140103 BuildRequires: pkgconfig(libfole) >= 20120426 -BuildRequires: pkgconfig(libfvalue) >= 20151226 BuildRequires: pkgconfig(libuna) -# testing fails with external package from factory -#BuildRequires: pkgconfig(libcdata) > 20140105 -#BuildRequires: pkgconfig(libfdatetime) > 20140105 + +# Building fails with external package from factory - verified Jan 27, 2016 +#BuildRequires: pkgconfig(libcstring) > 20150101 +#BuildRequires: pkgconfig(libcerror) > 20150407 +#BuildRequires: pkgconfig(libfvalue) > 20151226 # released, but not yet packaged. This is the only user in OBS. #BuildRequires: pkgconfig(libwfps) > 20150104 BuildRoot: %{_tmppath}/%{name}-%{version}-build