Accepting request 185295 from devel:libraries:c_c++

update to v0~20130727
part of summer 2013 libyal refresh for opensuse 13.1

OBS-URL: https://build.opensuse.org/request/show/185295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevtx?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2013-08-01 13:37:52 +00:00 committed by Git OBS Bridge
parent e00a1330ea
commit a555661aaa
5 changed files with 49 additions and 25 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffa23a66ec38de895612820f371a5680a2e3313ee1f18e9ef450a8700b0dcc2d
size 280338
oid sha256:aeb71c98c364847d0aa37badb679b22ef5b6022cfe9503285ca6e38914c42548
size 285528

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f60c4ab964f118cc46f887afa3e4d436a57388331c297fc774a2102e5a0a180b
size 901028

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13395e4526713508e951b32ef4123c6ea82d6758f076ce2f841b0625cce5c9ad
size 1678166

View File

@ -1,7 +1,29 @@
-------------------------------------------------------------------
Wed Jul 31 02:37:55 UTC 2013 - Greg.Freemyer@gmail.com
- 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
-------------------------------------------------------------------
Mon Apr 8 23:32:44 UTC 2013 - Greg.Freemyer@gmail.com
- update to 0~20130329
* bug fix for recent libfdata changes
-------------------------------------------------------------------
Thu Apr 4 21:53:08 UTC 2013 - jengelh@inai.de

View File

@ -18,7 +18,7 @@
Name: libevtx
%define lname libevtx1
%define timestamp 20130329
%define timestamp 20130727
Version: 0~%timestamp
Release: 0
Summary: Library and tools to access the Windows XML Event Log (EVTX) format
@ -26,34 +26,36 @@ License: LGPL-3.0+ and GFDL-1.3
Group: Productivity/File utilities
Url: http://code.google.com/p/libevtx/
#DL-URL: http://libevtx.googlecode.com/files/libevtx-alpha-20130329.tar.gz
Source: %name-alpha-%timestamp.tar.xz
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSRnQ0SExzX3JjdFE/libevtx-alpha-20130727.tar.gz
Source: %name-alpha-%timestamp.tar.gz
Source2: Windows_XML_Event_Log_(EVTX).pdf
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRequires: xz
#BuildRequires: pkgconfig(libbfio) >= 20120426
#BuildRequires: pkgconfig(libcdata) >= 20120425
#BuildRequires: pkgconfig(libcdirectory) >= 20120425
BuildRequires: pkgconfig(libcdata) >= 0~20130407
BuildRequires: pkgconfig(libcfile) >= 0~20130609
BuildRequires: pkgconfig(libclocale) >= 0~20130609
BuildRequires: pkgconfig(libcnotify) >= 0~20130609
BuildRequires: pkgconfig(libcpath) >= 0~20130609
BuildRequires: pkgconfig(libcsplit) >= 0~20130609
BuildRequires: pkgconfig(libfdatetime) >= 0~20130317
BuildRequires: pkgconfig(libfguid) >= 0~20130317
BuildRequires: pkgconfig(libregf) >= 0~20130716
BuildRequires: pkgconfig(libuna) >= 0~20130609
BuildRequires: pkgconfig(libwrc) >= 0~20130319
#build fails if the factory package is used, use the internal version
#verified 7/30/2013
#BuildRequires: pkgconfig(libcerror) >= 20120425
#BuildRequires: pkgconfig(libcfile) >= 20120526
#BuildRequires: pkgconfig(libclocale) >= 20120425
BuildRequires: pkgconfig(libcnotify) >= 20120425
#BuildRequires: pkgconfig(libcpath) >= 20120701
BuildRequires: pkgconfig(libcsplit) >= 20120701
#BuildRequires: pkgconfig(libbfio) >= 20120426
#packages not yet released by upstream
#BuildRequires: pkgconfig(libcstring) >= 20120425
#BuildRequires: pkgconfig(libcsystem) >= 20120425
#BuildRequires: pkgconfig(libexe) >= 20120405
#BuildRequires: pkgconfig(libfcache) >= 20120405
#BuildRequires: pkgconfig(libfdata) >= 20120405
BuildRequires: pkgconfig(libfdatetime) >= 20120522
BuildRequires: pkgconfig(libfguid) >= 20120426
#BuildRequires: pkgconfig(libcdirectory) >= 20120425
#BuildRequires: pkgconfig(libfvalue) >= 20120428
#BuildRequires: pkgconfig(libfwevt) >= 20120426
#BuildRequires: pkgconfig(libfwnt) >= 20120426
BuildRequires: pkgconfig(libregf) >= 20120405
BuildRequires: pkgconfig(libuna) >= 20120425
BuildRequires: pkgconfig(libwrc) >= 20120405
#BuildRequires: pkgconfig(libexe) >= 20120405
#BuildRequires: pkgconfig(libfcache) >= 20120405
#BuildRequires: pkgconfig(libfdata) >= 20120405
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description