Hello community,

here is the log from the commit of package python-plaso for openSUSE:Factory 
checked in at 2014-06-04 18:39:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-plaso (Old)
 and      /work/SRC/openSUSE:Factory/.python-plaso.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-plaso"

Changes:
--------
New Changes file:

--- /dev/null   2014-05-19 01:51:27.372033255 +0200
+++ /work/SRC/openSUSE:Factory/.python-plaso.new/python-plaso.changes   
2014-06-04 18:39:08.000000000 +0200
@@ -0,0 +1,39 @@
+-------------------------------------------------------------------
+Fri May 30 18:38:10 UTC 2014 - [email protected]
+
+- specfile cleanup
+-- added %doc directive
+-- added fdupes call
+-- fixes a few permissions issues reported by rpmlint
+-- ran spec-cleaner
+
+-------------------------------------------------------------------
+Mon Oct 15 15:29:29 UTC 2013 - [email protected]
+
+- update to v1.0.2
+  * Lots of upstream development
+  * Several new parsers
+  * first support of TSK v4.1
+  * improvements in export_image.py
+  * For detaiils see 
http://blog.kiddaland.net/2013/10/halloween-brings-with-it-riding-witches.html
+- reverse hack associated with plaso in a sub-folder.  Now handled properly by 
upstream
+- remove support of openSUSE 11.1 and older
+- add requires for OleFileIO_PL
+- add requires for python-libolecf
+- add requires for python-binplist
+- add requires for python-construct
+- add requires for python-dpkt
+- add requires for python-pyparsing
+- quit using the --record-files feature to know what files to put in the 
%files section
+
+-------------------------------------------------------------------
+Wed Apr 24 03:12:20 UTC 2013 - [email protected]
+
+- update to v1.0.1alpha
+- update build and install to handle upstream change to have plaso in a 
sub-folder
+
+-------------------------------------------------------------------
+Tue Mar 26 23:12:58 UTC 2013 - [email protected]
+
+- initial build
+

New:
----
  plaso_source_1.0.2.tar.gz
  python-plaso.changes
  python-plaso.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-plaso.spec ++++++
#
# spec file for package python-plaso
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python-plaso
Version:        1.0.2
Release:        0
Summary:        Plaso is a library for working with forensic timelines
License:        Apache-2.0
Group:          Development/Libraries/Python
Url:            http://plaso.kiddaland.net/
#DL-URL:        
https://googledrive.com/host/0B30H7z4S52FleW5vUHBnblJfcjg/1.0.2/final/plaso_source_1.0.2.tar.gz
Source0:        plaso_source_%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  pkg-config
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       OleFileIO_PL
Requires:       python-binplist
Requires:       python-construct
Requires:       python-dateutil
Requires:       python-dpkt
Requires:       python-hachoir-core
Requires:       python-hachoir-metadata
Requires:       python-hachoir-parser
Requires:       python-libevt
Requires:       python-libevtx
Requires:       python-liblnk
Requires:       python-libmsiecf
Requires:       python-libolecf
Requires:       python-libregf
Requires:       python-libvshadow
Requires:       python-protobuf
Requires:       python-pyparsing
Requires:       python-tsk
Requires:       python-tz
Requires:       python-yaml
Recommends:     IPython
Recommends:     libevt-tools
Recommends:     libevtx-tools
Recommends:     libewf-tools
Recommends:     liblnk-tools
Recommends:     libmsiecf-tools
Recommends:     libolecf-tools
Recommends:     libregf-tools
Recommends:     libvshadow-tools
Recommends:     sleuthkit
Provides:       plaso
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Plaso (plaso langar að safna öllu) is the Python based back-end engine used by 
tools such as log2timeline for automatic creation of a super timelines. The 
goal of log2timeline (and thus plaso) is to provide a single tool that can 
parse various log files and forensic artifacts from computer and related 
systems, such as network equipment to produce a single correlated timeline. 
This timeline can then be easily analysed by forensic investigators/analysts, 
speeding up investigations by correlating the vast amount of information found 
on an average computer system.

%prep
%setup -q -n plaso

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root=%{buildroot} --prefix=%{_prefix}
%fdupes -s %{buildroot}

%files
%defattr(-,root,root)
%doc ACKNOWLEDGEMENT AUTHORS LICENSE.TXT
%{python_sitelib}/plaso-1.0.2alpha-py2.7.egg-info
%defattr(755,root,root)
%{python_sitelib}/plaso
%exclude %{python_sitelib}/test_data/__init__.py
%exclude %{python_sitelib}/test_data/__init__.pyc
%{_bindir}/image_export.py
%{_bindir}/log2timeline.py
%{_bindir}/pinfo.py
%{_bindir}/plasm.py
%{_bindir}/plaso_extract_search_history.py
%{_bindir}/pprof.py
%{_bindir}/preg.py
%{_bindir}/pshell.py
%{_bindir}/psort.py

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to