Hello community,

here is the log from the commit of package analyzeMFT for openSUSE:Factory 
checked in at 2014-09-22 09:23:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/analyzeMFT (Old)
 and      /work/SRC/openSUSE:Factory/.analyzeMFT.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "analyzeMFT"

Changes:
--------
--- /work/SRC/openSUSE:Factory/analyzeMFT/analyzeMFT.changes    2012-03-16 
13:08:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.analyzeMFT.new/analyzeMFT.changes       
2014-09-22 09:23:48.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Sep 11 19:56:49 UTC 2014 - [email protected]
+
+- update to v2.0.4
+       * converted to a module
+       * setup for pypi 
+- updated Url and Source fields
+- use newly available python setup.py install
+- updated %files section since this is now a more traditional python package
+
+-------------------------------------------------------------------

Old:
----
  analyzeMFT-v1.7.py.tar.gz

New:
----
  v2.0.4.tar.gz

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

Other differences:
------------------
++++++ analyzeMFT.spec ++++++
--- /var/tmp/diff_new_pack.5qj4OY/_old  2014-09-22 09:23:49.000000000 +0200
+++ /var/tmp/diff_new_pack.5qj4OY/_new  2014-09-22 09:23:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package analyzeMFT
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,24 +11,24 @@
 # 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:           analyzeMFT
-Version:        1.7
+Version:        2.0.4
 Release:        0
-License:        CPL-1.0
 Summary:        A Python tool to deconstruct the Windows NTFS $MFT file
-Url:            http://code.google.com/p/opensourceforensics/wiki/analyzeMFT
+License:        CPL-1.0
 Group:          Development/Libraries/Python
-#Source:         
http://opensourceforensics.googlecode.com/files/analyzeMFT-v1.7.py.tar.gz
-Source:         analyzeMFT-v1.7.py.tar.gz
-BuildArch:      noarch
+Url:            https://github.com/dkovar/analyzeMFT
+Source:         https://github.com/dkovar/analyzeMFT/archive/v2.0.4.tar.gz
 BuildRequires:  python-devel
 Requires:         python
 Requires:        python-tk
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 analyzeMFT.py is designed to fully parse the MFT file from an NTFS filesystem 
and present the results as accurately as possible in a format that allows 
further analysis with other tools. At present, it parses the attributes from a 
$MFT file to produce the following output:
@@ -70,13 +70,14 @@
 
 %build
 
-
 %install
-install -Dpm 0755 %{name}-v%{version}.py %{buildroot}%{_bindir}/%{name}
+python setup.py install --root=%{buildroot} --prefix=%{_prefix}
 
 %files 
 %defattr(-,root,root)
-%doc api.txt README
-%{_bindir}/%{name}
+%doc CHANGES.txt LICENSE.txt README.txt
+%{_bindir}/analyzeMFT.py
+%{python_sitelib}/analyzeMFT-%{version}-py2.7.egg-info
+%attr(644,root,root) %{python_sitelib}/analyzemft
 
 %changelog

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

Reply via email to