Hello community,

here is the log from the commit of package bulk_extractor for openSUSE:Factory 
checked in at 2013-04-06 08:51:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bulk_extractor (Old)
 and      /work/SRC/openSUSE:Factory/.bulk_extractor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bulk_extractor", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/bulk_extractor/bulk_extractor.changes    
2012-12-31 14:24:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bulk_extractor.new/bulk_extractor.changes       
2013-04-06 08:51:37.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Apr  4 23:03:38 UTC 2013 - greg.freem...@gmail.com
+
+- upgrade to v1.3.1
+  * Numerous updates and fixes, see ChangeLog
+- use tsk3-9 instead of tsk3-3 (tsk3-3 is no longer in factory)
+- update cpuid.patch and rename to be-1.3.1-cpuid.patch
+- add be-1.3.1-remove-date-time.patch
+- update url and source fields
+
+-------------------------------------------------------------------

Old:
----
  bulk_extractor-1.2.0.tar.gz
  cpuid.patch

New:
----
  be-1.3.1-cpuid.patch
  be-1.3.1-remove-date-time.patch
  bulk_extractor-1.3.1.tar.gz

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

Other differences:
------------------
++++++ bulk_extractor.spec ++++++
--- /var/tmp/diff_new_pack.h0DSGZ/_old  2013-04-06 08:51:39.000000000 +0200
+++ /var/tmp/diff_new_pack.h0DSGZ/_new  2013-04-06 08:51:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bulk_extractor
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,22 +17,25 @@
 
 
 Name:           bulk_extractor
-Version:        1.2.0
+Version:        1.3.1
 Release:        0
 Summary:        Bulk Email and URL extraction tool
 License:        GPL-3.0+
 Group:          Productivity/File utilities
-Url:            http://afflib.org
-# Source:         bulk_extractor-%%{version}.tar.gz
-Source:         http://afflib.org/downloads/bulk_extractor-%{version}.tar.gz
-Patch1:         cpuid.patch
+Url:            
https://github.com/simsong/bulk_extractor/wiki/Introducing-bulk_extractor
+Source:         
https://github.com/downloads/simsong/bulk_extractor/bulk_extractor-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM be-1.3.1-cpuid.patch [allow build on non-x86]
+Patch1:         be-1.3.1-cpuid.patch
+# PATCH-FIX-UPSTREAM ppc-cpuid.patch [allow build on PPC]
 Patch2:         ppc-cpuid.patch
+# PATCH-FIX-OPENSUSE be-1.3.1-remove-date-time.patch [remove __DATE__ and 
__TIME__]
+Patch3:         be-1.3.1-remove-date-time.patch
 BuildRequires:  afflib-devel
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  libewf-devel
 BuildRequires:  libexiv2-devel
-BuildRequires:  libtsk3-3
+BuildRequires:  libtsk3-9
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
 
@@ -48,10 +51,11 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %make_install

++++++ be-1.3.1-cpuid.patch ++++++
Index: bulk_extractor-1.3.1/src/be13_api/xml.cpp
===================================================================
--- bulk_extractor-1.3.1.orig/src/be13_api/xml.cpp
+++ bulk_extractor-1.3.1/src/be13_api/xml.cpp
@@ -484,6 +484,7 @@ void xml::set_oneline(bool v)
 
 void xml::cpuid(uint32_t op, unsigned long *eax, unsigned long *ebx,
                 unsigned long *ecx, unsigned long *edx) {
+#ifdef HAVE_ASM_CPUID
 #if defined(__i386__) && defined(__PIC__)
     __asm__ __volatile__("pushl %%ebx      \n\t" /* save %ebx */
                          "cpuid            \n\t"
@@ -499,6 +500,7 @@ void xml::cpuid(uint32_t op, unsigned lo
                          : "cc");
 
 #endif
+#endif
 }
 
 
++++++ be-1.3.1-remove-date-time.patch ++++++
Index: bulk_extractor-1.3.1/src/be13_api/xml.cpp
===================================================================
--- bulk_extractor-1.3.1.orig/src/be13_api/xml.cpp
+++ bulk_extractor-1.3.1/src/be13_api/xml.cpp
@@ -739,13 +739,6 @@ void xml::add_DFXML_build_environment()
 #ifdef LIBS
     xmlout("LIBS",LIBS,"",true);
 #endif    
-#if defined(__DATE__) && defined(__TIME__) && defined(HAVE_STRPTIME)
-    if(strptime(__DATE__,"%b %d %Y",&tm)){
-       char buf[64];
-       
snprintf(buf,sizeof(buf),"%4d-%02d-%02dT%s",tm.tm_year+1900,tm.tm_mon+1,tm.tm_mday,__TIME__);
-       xmlout("compilation_date",buf);
-    }
-#endif
 #ifdef HAVE_LIBTSK3
     xmlout("library", "", std::string("name=\"tsk\" version=\"") + 
tsk_version_get_str() + "\"",false);
 #endif
++++++ bulk_extractor-1.2.0.tar.gz -> bulk_extractor-1.3.1.tar.gz ++++++
++++ 74146 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to