diff --git a/Windows_XML_Event_Log_(EVTX).pdf b/Windows_XML_Event_Log_EVTX.pdf similarity index 100% rename from Windows_XML_Event_Log_(EVTX).pdf rename to Windows_XML_Event_Log_EVTX.pdf diff --git a/libevtx-alpha-20160107.tar.gz b/libevtx-alpha-20160107.tar.gz deleted file mode 100644 index 1c87b74..0000000 --- a/libevtx-alpha-20160107.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4270b3079a1a5395114f8d7b145b9d8cc4a75f9ef49ad968ceb7e4ed8975c28 -size 1837955 diff --git a/libevtx-alpha-20181227.tar.gz b/libevtx-alpha-20181227.tar.gz new file mode 100644 index 0000000..2c8ada2 --- /dev/null +++ b/libevtx-alpha-20181227.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0661138389a0ffc01428143c7a905d6dc60837912dc7fd04624b356dea4ead +size 1912084 diff --git a/libevtx.changes b/libevtx.changes index 88fbe85..af9a073 100644 --- a/libevtx.changes +++ b/libevtx.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 28 17:20:30 UTC 2019 - Greg Freemyer + +- update to v0~20181227 + * work on python bindings + * code clean-up + * documentation fixes + * Added fallback for caseless wide string compare + * address libfdata API changes + ------------------------------------------------------------------- Tue Jan 26 16:37:33 UTC 2016 - Greg.Freemyer@gmail.com diff --git a/libevtx.spec b/libevtx.spec index 39cffce..4694209 100644 --- a/libevtx.spec +++ b/libevtx.spec @@ -1,7 +1,7 @@ # # spec file for package libevtx # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,21 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libevtx %define lname libevtx1 -%define timestamp 20160107 +%define timestamp 20181227 Version: 0~%timestamp Release: 0 Summary: Library and tools to access the Windows XML Event Log (EVTX) format -License: LGPL-3.0+ and GFDL-1.3 +License: LGPL-3.0-or-later AND GFDL-1.3-only Group: Productivity/File utilities Url: https://github.com/libyal/libevtx/wiki Source: https://github.com/libyal/libevtx/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz -Source2: Windows_XML_Event_Log_(EVTX).pdf +Source2: Windows_XML_Event_Log_EVTX.pdf BuildRequires: pkg-config BuildRequires: python-devel #latest version of these in OBS as of Jan 28, 2016 @@ -65,7 +65,7 @@ For the Windows pre-XML Event Log (EVT) format, see libevt. %package -n %lname Summary: Library to access the Windows XML Event Log (EVTX) format -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: System/Libraries %description -n %lname @@ -74,7 +74,7 @@ For the Windows pre-XML Event Log (EVT) format, see libevt. %package tools Summary: Utilities to export events from Windows XML event files (EVTX) -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Productivity/File utilities %description tools @@ -82,7 +82,7 @@ Tools for parsing EVTX files. These include evtxinfo and evtxexport. %package devel Summary: Development files for libevtx, a Windows XML Event file parser -License: LGPL-3.0+ and GFDL-1.3 +License: LGPL-3.0-or-later AND GFDL-1.3-only Group: Development/Libraries/C and C++ Requires: %lname = %version @@ -94,7 +94,7 @@ applications that want to make use of %name. %package -n python-%name Summary: Python bindings for libevtx -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/Python Requires: %lname = %version Requires: python @@ -120,7 +120,8 @@ find %buildroot -name '*.la' -delete %files -n %lname %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING %_libdir/libevtx.so.* %files tools @@ -139,7 +140,8 @@ find %buildroot -name '*.la' -delete %files -n python-%name %defattr(-,root,root) -%doc AUTHORS COPYING README +%doc AUTHORS README +%license COPYING %python_sitearch/pyevtx.so %changelog