Accepting request 207809 from devel:libraries:c_c++
update to 20131013 OBS-URL: https://build.opensuse.org/request/show/207809 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevt?expand=0&rev=4
This commit is contained in:
parent
bc3d54a0b5
commit
a68c7cfc1c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3562506ba8cf849535781b1f0b89294e987fbf6d3700eda64615e934d0720097
|
|
||||||
size 1661585
|
|
3
libevt-alpha-20131013.tar.gz
Normal file
3
libevt-alpha-20131013.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:975ae3b5ebc9b67a4d2a603e3ebdfe1a6482a226060eee6fa1bc62561ef9683d
|
||||||
|
size 1711601
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 14 02:33:34 UTC 2013 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- update to 0~20131013
|
||||||
|
* worked on setup.py, largely for MSI builds
|
||||||
|
* updated dependencies
|
||||||
|
* worked on libcthreads build support
|
||||||
|
- use libcthreads and libcfile from factory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 02:11:05 UTC 2013 - Greg.Freemyer@gmail.com
|
Wed Jul 31 02:11:05 UTC 2013 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
11
libevt.spec
11
libevt.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libevt
|
Name: libevt
|
||||||
%define lname libevt1
|
%define lname libevt1
|
||||||
%define timestamp 20130726
|
%define timestamp 20131013
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools to access the Windows Event Log (EVT) format
|
Summary: Library and tools to access the Windows Event Log (EVT) format
|
||||||
@ -26,26 +26,27 @@ License: LGPL-3.0+ and GFDL-1.3+
|
|||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: http://code.google.com/p/libevt/
|
Url: http://code.google.com/p/libevt/
|
||||||
|
|
||||||
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSYm01VnUtLXNUZ2M/libevt-alpha-20130726.tar.gz
|
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSYm01VnUtLXNUZ2M/libevt-alpha-20131013.tar.gz
|
||||||
Source: %name-alpha-%timestamp.tar.gz
|
Source: %name-alpha-%timestamp.tar.gz
|
||||||
Source2: Windows_Event_Log_(EVT).pdf
|
Source2: Windows_Event_Log_(EVT).pdf
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: pkgconfig(libbfio) >= 20120426
|
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20120425
|
BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||||
|
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20120425
|
BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcpath) >= 20120701
|
BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
||||||
|
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20120426
|
BuildRequires: pkgconfig(libfguid) >= 20120426
|
||||||
BuildRequires: pkgconfig(libregf) >= 20120405
|
BuildRequires: pkgconfig(libregf) >= 20120405
|
||||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||||
BuildRequires: pkgconfig(libwrc) >= 20120405
|
BuildRequires: pkgconfig(libwrc) >= 20120405
|
||||||
# build fails with version in factory, use internal version
|
# build fails with version in factory, use internal version
|
||||||
#verified 7/30/2013
|
#verified 10/13/2013
|
||||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
#BuildRequires: pkgconfig(libcerror) >= 20130904
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
|
||||||
# not released as a package by upstream
|
# not released as a package by upstream
|
||||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||||
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||||
|
Loading…
Reference in New Issue
Block a user