Hello community,

here is the log from the commit of package fiwalk for openSUSE:Factory checked 
in at 2012-03-20 02:05:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fiwalk (Old)
 and      /work/SRC/openSUSE:Factory/.fiwalk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fiwalk", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/fiwalk/fiwalk.changes    2012-02-14 
19:00:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fiwalk.new/fiwalk.changes       2012-03-20 
02:05:16.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Mar 17 22:37:44 UTC 2012 - dims...@opensuse.org
+
+- Add fiwalk-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  fiwalk-gcc47.patch

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

Other differences:
------------------
++++++ fiwalk.spec ++++++
--- /var/tmp/diff_new_pack.srKSMT/_old  2012-03-20 02:05:17.000000000 +0100
+++ /var/tmp/diff_new_pack.srKSMT/_new  2012-03-20 02:05:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fiwalk
 #
-# 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
@@ -15,17 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           fiwalk
 Version:        0.6.15
 Release:        0
-License:        SUSE-Public-Domain
 Summary:        A computer forensic application for walking forensic images
-Url:            http://afflib.org/downloads/%name.tar.gz
+License:        SUSE-Public-Domain
 Group:          Productivity/File utilities
+Url:            http://afflib.org/downloads/%name.tar.gz
 Source:         %name.tar.gz
+Patch0:         fiwalk-gcc47.patch
+BuildRequires:  afflib-devel
 BuildRequires:  gcc-c++
-BuildRequires:  zlib-devel openssl-devel
-BuildRequires:  libtsk3-3 sleuthkit-devel libewf-devel afflib-devel
+BuildRequires:  libewf-devel
+BuildRequires:  libtsk3-3
+BuildRequires:  openssl-devel
+BuildRequires:  sleuthkit-devel
+BuildRequires:  zlib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -36,6 +42,7 @@
 
 %prep
 %setup -q 
+%patch0 -p1
 
 %build
 %configure 
@@ -50,4 +57,5 @@
 %_bindir/fiwalk
 %_bindir/jpeg_extract
 %_bindir/test_arff
+
 %changelog

++++++ fiwalk-gcc47.patch ++++++
Only in fiwalk-0.6.15/plugins: jpeg_extract
Only in fiwalk-0.6.15/plugins: jpeg_extract.o
Only in fiwalk-0.6.15/src: fiwalk
Only in fiwalk-0.6.15/src: test_arff
Only in fiwalk-0.6.15/src: test_arff.o
diff -upr fiwalk-0.6.15.orig/src/xml.cpp fiwalk-0.6.15/src/xml.cpp
--- fiwalk-0.6.15.orig/src/xml.cpp      2011-05-13 15:51:12.000000000 +0000
+++ fiwalk-0.6.15/src/xml.cpp   2012-03-17 22:36:34.472147899 +0000
@@ -29,6 +29,7 @@ using namespace std;
 #include <sys/param.h>
 #include <assert.h>
 #include <fcntl.h>
+#include <unistd.h>
 
 
 // Implementation of mkstemp for windows found on pan-devel mailing
Only in fiwalk-0.6.15/src: xml.o
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to