Accepting request 185327 from devel:libraries:c_c++
update to 0~20130529 part of summer 2013 libyal refresh for opensuse 2013 OBS-URL: https://build.opensuse.org/request/show/185327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmsiecf?expand=0&rev=2
This commit is contained in:
parent
74296e7019
commit
96245dbbdf
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9a4e1cc181d459f15b612a9a3fbce571418508cc9b5fc288cfa50367d557bb2
|
||||
size 240222
|
||||
oid sha256:4a819a00f96af56328d80bc277e58d56ffcc932dedeff6bb471ba6c3fc27d0d6
|
||||
size 266813
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a04e9f52d09257c13d98eb55bf0dad291e2c4632e45a6b3483d7c0da44ca8d1
|
||||
size 722120
|
3
libmsiecf-alpha-20130529.tar.gz
Normal file
3
libmsiecf-alpha-20130529.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7cb5089876e3516716da2f8ef910908cdae9dfe100c4020221e5cbb5a6c9aad
|
||||
size 1328055
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 16:18:31 UTC 2013 - Greg.Freemyer@gmail.com
|
||||
|
||||
- updated to v0~20120529
|
||||
* updated dependencies
|
||||
* worked on pymsiecf simple inheritance of leak, redirected and url items
|
||||
* worked on hash calculation
|
||||
* worked on tests
|
||||
* bug fix in record scan due to recent dependency update
|
||||
* textual changes
|
||||
* updates and bug fixes in pymsiecf
|
||||
* fixed codepage 1255 restriction
|
||||
* fixed codepage 949 and 950 restriction
|
||||
- change to gz compression to simplyfy download/convert
|
||||
- use libyal packages from factory where possible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 11:44:43 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libmsiecf
|
||||
%define lname libmsiecf1
|
||||
%define timestamp 20130317
|
||||
%define timestamp 20130529
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library to parse MS Internet Explorer Cache Files
|
||||
@ -26,27 +26,28 @@ License: LGPL-3.0+ and GFDL-1.3+
|
||||
Group: Productivity/File utilities
|
||||
Url: http://code.google.com/p/libmsiecf/
|
||||
|
||||
#DL-URL: http://libmsiecf.googlecode.com/files/libmsiecf-alpha-20130317.tar.gz
|
||||
Source: %name-alpha-%timestamp.tar.xz
|
||||
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/libmsiecf-alpha-20130529.tar.gz
|
||||
Source: %name-alpha-%timestamp.tar.gz
|
||||
Source2: MSIE_Cache_File_(index.dat)_format.pdf
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: xz
|
||||
#BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||
#BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||
#BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||
BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||
#BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
||||
BuildRequires: pkgconfig(libfguid) >= 20120426
|
||||
# these packages fail if the factory version is used, verified 7/30/2013
|
||||
#BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||
#BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
||||
#BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
#BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||
# these packages have not been released standalone by upstream
|
||||
#BuildRequires: pkgconfig(libfole) >= 20120426
|
||||
#BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||
#BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user