Accepting request 205738 from devel:libraries:c_c++
libevtx in factory fails to buil against latest libwrc. Update to latest libevtx snapshot and fix build by using an internal copy of libwrc. OBS-URL: https://build.opensuse.org/request/show/205738 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevtx?expand=0&rev=5
This commit is contained in:
parent
e81ace907b
commit
924b3573eb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1242d9d11ddb64c1b02418c5babca86486d39ec833e678b6f00386ad5f9b06c6
|
|
||||||
size 1718762
|
|
3
libevtx-alpha-20131013.tar.gz
Normal file
3
libevtx-alpha-20131013.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aab3c588df734e48b9f028b5fd17eec7e87ce5e790083f4b30fe511555a2c709
|
||||||
|
size 1727083
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 4 18:00:35 UTC 2013 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- update to 0~20131013
|
||||||
|
* updated dependencies
|
||||||
|
- using internal libwrc, latest factory update broke libevtx
|
||||||
|
- removed 0~ from buildrequires dependencies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 17:38:29 UTC 2013 - Greg.Freemyer@gmail.com
|
Wed Oct 2 17:38:29 UTC 2013 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
27
libevtx.spec
27
libevtx.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libevtx
|
Name: libevtx
|
||||||
%define lname libevtx1
|
%define lname libevtx1
|
||||||
%define timestamp 20130923
|
%define timestamp 20131013
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools to access the Windows XML Event Log (EVTX) format
|
Summary: Library and tools to access the Windows XML Event Log (EVTX) format
|
||||||
@ -26,23 +26,24 @@ License: LGPL-3.0+ and GFDL-1.3
|
|||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: http://code.google.com/p/libevtx/
|
Url: http://code.google.com/p/libevtx/
|
||||||
|
|
||||||
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSRnQ0SExzX3JjdFE/libevtx-alpha-20130923.tar.gz
|
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSRnQ0SExzX3JjdFE/libevtx-alpha-20131013.tar.gz
|
||||||
Source: %name-alpha-%timestamp.tar.gz
|
Source: %name-alpha-%timestamp.tar.gz
|
||||||
Source2: Windows_XML_Event_Log_(EVTX).pdf
|
Source2: Windows_XML_Event_Log_(EVTX).pdf
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: pkgconfig(libcdata) >= 0~20130407
|
BuildRequires: pkgconfig(libcdata) >= 20130407
|
||||||
BuildRequires: pkgconfig(libcfile) >= 0~20130609
|
BuildRequires: pkgconfig(libcfile) >= 20130609
|
||||||
BuildRequires: pkgconfig(libclocale) >= 0~20130609
|
BuildRequires: pkgconfig(libclocale) >= 20130609
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 0~20130609
|
BuildRequires: pkgconfig(libcnotify) >= 20130609
|
||||||
BuildRequires: pkgconfig(libcpath) >= 0~20130609
|
BuildRequires: pkgconfig(libcpath) >= 20130609
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 0~20130609
|
BuildRequires: pkgconfig(libcsplit) >= 20130609
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 0~20130317
|
BuildRequires: pkgconfig(libfdatetime) >= 20130317
|
||||||
BuildRequires: pkgconfig(libfguid) >= 0~20130317
|
BuildRequires: pkgconfig(libfguid) >= 20130317
|
||||||
BuildRequires: pkgconfig(libregf) >= 0~20130716
|
BuildRequires: pkgconfig(libregf) >= 20130716
|
||||||
BuildRequires: pkgconfig(libuna) >= 0~20130609
|
BuildRequires: pkgconfig(libuna) >= 20130609
|
||||||
BuildRequires: pkgconfig(libwrc) >= 0~20130319
|
|
||||||
#build fails if the factory package is used, use the internal version
|
#build fails if the factory package is used, use the internal version
|
||||||
|
#verified 11/1/2013
|
||||||
|
#BuildRequires: pkgconfig(libwrc) > 20131017
|
||||||
#verified 7/30/2013
|
#verified 7/30/2013
|
||||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||||
#BuildRequires: pkgconfig(libbfio) >= 20120426
|
#BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||||
|
Loading…
Reference in New Issue
Block a user