Hello community,

here is the log from the commit of package sleuthkit for openSUSE:Factory 
checked in at 2012-03-16 13:25:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sleuthkit (Old)
 and      /work/SRC/openSUSE:Factory/.sleuthkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sleuthkit", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/sleuthkit/sleuthkit.changes      2011-10-12 
16:16:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sleuthkit.new/sleuthkit.changes 2012-03-16 
13:25:41.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Oct 21 12:56:42 UTC 2011 - [email protected]
+
+- Add EnCase image support for reading
+       - Source code support was already present, this just involved linking 
libewf into the build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sleuthkit.spec ++++++
--- /var/tmp/diff_new_pack.z6jW3P/_old  2012-03-16 13:25:42.000000000 +0100
+++ /var/tmp/diff_new_pack.z6jW3P/_new  2012-03-16 13:25:42.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sleuthkit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,30 +11,33 @@
 # 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/
 #
 
+
 %define sosuffix -3
+
 Name:           sleuthkit
 Version:        3.2.3
 Release:        0
 Summary:        The Sleuth Kit (TSK): tools for file system and volume 
forensic analysis
 
-License:        CPL and IBM and GPLv2+
+License:        CPL-1.0 and IPL-1.0 and GPL-2.0+
 Url:            http://www.sleuthkit.org/
 Group:          System/Monitoring
 Source0:        
http://downloads.sourceforge.net/sleuthkit/%{name}-%{version}.tar.gz
-BuildRequires:  gcc-c++,
+BuildRequires:  gcc-c++
 BuildRequires:  libopenssl-devel
-BuildRequires:  zlib-devel,
+BuildRequires:  zlib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #BuildRequires:  libtool
 
-# afflib - BSD with advertising, GPL incompatible
+# afflib - BSD with advertising, GPL incompatible - note sleuthkit is not GPL
 #BuildRequires:  afflib-devel >= 3.3.4
+BuildRequires:  afflib-devel
 # libewf - Newer versions are plain BSD (older are BSD with advertising)
-#BuildRequires:  libewf-devel
+BuildRequires:  libewf-devel
 
 Requires:       file
 Requires:       libtsk3%sosuffix = %{version}-%{release}
@@ -65,7 +68,6 @@
 %prep
 %setup -q
 
-
 # re-run autotools
 %if 0
 libtoolize  --force
@@ -75,7 +77,6 @@
 automake
 %endif
 
-
 %build
 export LIBS=' -lpthread -ldl'
 %configure --disable-static
@@ -88,12 +89,11 @@
 # clean unused-direct-shlib-dependencies
 #sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 
-# export CFLAGS="%{optflags}"
-# export CXXFLAGS="%{optflags}"
+# export CFLAGS="%%{optflags}"
+# export CXXFLAGS="%%{optflags}"
 export LDFLAGS="-avoid-version -module"
 
-make %{?_smp_mflags}
-
+%{__make} %{?_smp_mflags}
 
 %install
 %if 0%{?sles_version} > 0
@@ -103,16 +103,10 @@
 %endif
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
-%clean
-rm -rf %{buildroot}
-
-
 %post -n libtsk3%sosuffix -p /sbin/ldconfig
 
 %postun -n libtsk3%sosuffix -p /sbin/ldconfig
 
-
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog.txt NEWS.txt README.txt licenses/*
@@ -183,7 +177,6 @@
 %{_mandir}/man1/tsk_loaddb.1.gz
 %{_mandir}/man1/tsk_recover.1.gz
 
-
 %files -n libtsk3%sosuffix
 %defattr(-,root,root,-)
 # CPL and IBM

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

Reply via email to