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

- update to v0~20191221
        * Added binary XML creation time to API and evtxexport #21
        * worked on tests
- rename python-libevtx to python2-libevtx
- add python3 subpackage
- update to v0~20181227
	* work on python bindings
	* code clean-up
	* documentation fixes
	* Added fallback for caseless wide string compare
	* address libfdata API changes
- update to v0~20160107
	* 2016 update
	* worked on Python 3 support
	* Worked on format support
	* applied updates
	* worked on Python bindings
	* updated m4 scripts
	* changed version for pypi repacking
	* worked on setup.py
- use internal libfwevt.  fixes failures found in integration testing with plaso
- update to v0~20150105
	* 2015 update
	* worked on Python 3 support
	* worked on tests
	* code clean up
- Use libyal packages from OBS where appropriate
	* test the builds by running "run_tests.py" from the plaso tarball
	* don't use OBS packages thst introduce test failures.
- update to 0~20141112
	* changes to expose the event identifier qualifiers in the python bindings
	* updated dependencies and corresponding changes
	* update Python-bindings tests
- update URL and Source fields to use the new github site
- update to 0~20140901
	* bug fix in Python-bindings
- update Source: field to have fullpath, delete DL_URL
- testing failed, passes if these 2 internal packages are used
	* libfguid
	* libfdatetime
- add these 2 lines to python sub-project to ensure proper syncronization between versions
	* Requires:     %lname = %version
	* Provides:	pyevtx = %version
- update to 0~20140731
	* bug fix in Python-bindings
	* worked on dpkg debug packages support
	* updated dependencies
	* worked on Python-bindings
	* replaced PackageMaker for pkgbuild
	* code clean up
	* worked on setup.py
	* added evtxexport man page
	* removed examples
	* 2014 update
	* small fix in evtxexport -h output
- use libregf from external package
- using internal libregf, latest factory update broke libevtx
- update to 0~20131013
	* updated dependencies
- using internal libwrc, latest factory update broke libevtx
- removed 0~ from buildrequires dependencies
-  update to 0~20130923
	* updated dependencies
	* worked on libcthreads build support
- update to 0~20130727
	* updated dependencies
	* pyevtx
	  - changed event identifier to an unsigned long
	  - fixes for >2G file objects in BFIO glue code
	  - other updates and bug fixes
	* removed unnecessary restriction in library include headers
	* worked on tests
	* improved reading from dirty files with an incorrect number of chunks
	* fix for encoding special characters in XML output
	* added support for parsing ProcessingErrorData
	* worked on improving corruption detection for recovered records
	* textual changes
	* fixed codepage 1255 restriction
	* improvements to message string support
- changed to gz compression to simplyfy donwload/convert
- used factory version of libyal libraries if possible
- update to 0~20130329
	* bug fix for recent libfdata changes
- Cleanups: Set RPM group, license, summary and description
  metadata; remove unused %py_requires; do not bloat shlib package
  with documentation
- Use system libraries instead of bundled ones where possible
- Name the tools package according to upstream's recommendation
- Drop unnecessary -fno-strict-aliasing
- initial package (version 0~20130319) for build.opensuse.org

OBS-URL: https://build.opensuse.org/request/show/792564
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libevtx?expand=0&rev=18
This commit is contained in:
Greg Freemyer 2020-04-08 22:55:06 +00:00 committed by Git OBS Bridge
parent de3dd6bed1
commit 402351bf3a
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Tue Apr 7 18:49:27 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20191221
* Added binary XML creation time to API and evtxexport #21
* worked on tests
- rename python-libevtx to python2-libevtx
- add python3 subpackage
-------------------------------------------------------------------

View File

@ -99,6 +99,7 @@ Group: Development/Libraries/Python
Requires: %lname = %version
BuildRequires: pkgconfig(python2)
Obsoletes: pyevtx <= 20191221
Obsoletes: python-%name <= 20191221
%description -n python2-%name
Python bindings for libevtx, which can read Windows XML Event files.