Accepting request 282351 from security:forensics
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/282351 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmsiecf?expand=0&rev=9
This commit is contained in:
parent
dacad27675
commit
8f47166758
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7535c7b7860fa6bff26c343269ba268cbc6cd431c322c0b5433be2052cc4e4e2
|
|
||||||
size 1371232
|
|
3
libmsiecf-alpha-20150106.tar.gz
Normal file
3
libmsiecf-alpha-20150106.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f0c963394d4c9b2210158af28330be7a190562c48ded45edc474037adcc7c96a
|
||||||
|
size 1380982
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 14 16:04:18 UTC 2015 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- update to 0~20150106
|
||||||
|
* 2015 update
|
||||||
|
* worked on Python 3 support
|
||||||
|
* worked on tests
|
||||||
|
* code clean up
|
||||||
|
* bug fix in Python-bindings
|
||||||
|
* update Python-bindings tests
|
||||||
|
- update URL to the new github site
|
||||||
|
- replace Source: field with fully defined URL
|
||||||
|
- remove DL-URL comment
|
||||||
|
- add BuildRequires for libyal packages newly released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 26 16:56:24 UTC 2014 - Greg.Freemyer@gmail.com
|
Tue Aug 26 16:56:24 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmsiecf
|
# spec file for package libmsiecf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,16 +18,14 @@
|
|||||||
|
|
||||||
Name: libmsiecf
|
Name: libmsiecf
|
||||||
%define lname libmsiecf1
|
%define lname libmsiecf1
|
||||||
%define timestamp 20140731
|
%define timestamp 20150106
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to parse MS Internet Explorer Cache Files
|
Summary: Library to parse MS Internet Explorer Cache Files
|
||||||
License: LGPL-3.0+ and GFDL-1.3+
|
License: LGPL-3.0+ and GFDL-1.3+
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: http://code.google.com/p/libmsiecf/
|
Url: https://github.com/libyal/libmsiecf/wiki
|
||||||
|
Source: https://github.com/libyal/libmsiecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
||||||
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/libmsiecf-alpha-20140731.tar.gz
|
|
||||||
Source: %name-alpha-%timestamp.tar.gz
|
|
||||||
Source2: MSIE_Cache_File_(index.dat)_format.pdf
|
Source2: MSIE_Cache_File_(index.dat)_format.pdf
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -38,16 +36,15 @@ 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(libcsystem) >= 20150101
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
BuildRequires: pkgconfig(libfdatetime) >= 20120522
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20120426
|
BuildRequires: pkgconfig(libfguid) >= 20120426
|
||||||
|
BuildRequires: pkgconfig(libfole) >= 20150104
|
||||||
|
BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||||
# these packages fail if the factory version is used, verified 10/15/2013
|
# these packages fail if the factory version is used, verified 1/14/2015
|
||||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||||
# these packages have not been released standalone by upstream
|
|
||||||
#BuildRequires: pkgconfig(libfole) >= 20120426
|
|
||||||
#BuildRequires: pkgconfig(libfvalue) >= 20120428
|
|
||||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||||
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user