Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bulk_extractor for openSUSE:Factory 
checked in at 2023-04-04 21:26:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bulk_extractor (Old)
 and      /work/SRC/openSUSE:Factory/.bulk_extractor.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bulk_extractor"

Tue Apr  4 21:26:04 2023 rev:3 rq:1077103 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bulk_extractor/bulk_extractor.changes    
2022-06-16 18:22:21.640263287 +0200
+++ /work/SRC/openSUSE:Factory/.bulk_extractor.new.19717/bulk_extractor.changes 
2023-04-04 21:26:22.879223338 +0200
@@ -1,0 +2,5 @@
+Mon Apr  3 22:32:47 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Add gcc13.diff
+
+-------------------------------------------------------------------

New:
----
  gcc13.diff

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

Other differences:
------------------
++++++ bulk_extractor.spec ++++++
--- /var/tmp/diff_new_pack.ZtzbDk/_old  2023-04-04 21:26:23.939229354 +0200
+++ /var/tmp/diff_new_pack.ZtzbDk/_new  2023-04-04 21:26:23.943229377 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bulk_extractor
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,9 +12,10 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %ifarch aarch64 %{arm}
 # Workaround until fixed upstream - 
https://github.com/simsong/bulk_extractor/issues/360
 %define _lto_cflags %{nil}
@@ -24,10 +25,11 @@
 Version:        2.0.0
 Release:        0
 Summary:        Bulk Email and URL extraction tool
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/File utilities
-Url:            
https://github.com/simsong/bulk_extractor/wiki/Introducing-bulk_extractor
+URL:            
https://github.com/simsong/bulk_extractor/wiki/Introducing-bulk_extractor
 Source:         
https://github.com/simsong/bulk_extractor/releases/download/v2.0.0/bulk_extractor-2.0.0.tar.gz
+Patch1:         gcc13.diff
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  java-devel
@@ -48,18 +50,17 @@
 as features that are more common tend to be more important.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 install -dm 0755 "%{buildroot}/%{_datadir}/%{name}"
 
 %files
-%defattr(-,root,root)
 %doc ChangeLog README COPYING 
 %doc doc
 %{_mandir}/man1/bulk_extractor.1.gz

++++++ gcc13.diff ++++++
From: Jan Engelhardt <jeng...@inai.de>
Date: 2023-04-04 00:21:56.539266534 +0200
Sent: no

[  113s] be20_api/unicode_escape.h:29:26: error: 'uint32_t' was not declared in 
this scope; did you mean 'utf8::uint32_t'?

---
 src/be20_api/unicode_escape.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: bulk_extractor-2.0.0/src/be20_api/unicode_escape.h
===================================================================
--- bulk_extractor-2.0.0.orig/src/be20_api/unicode_escape.h
+++ bulk_extractor-2.0.0/src/be20_api/unicode_escape.h
@@ -8,7 +8,7 @@
 #define UNICODE_ESCAPE_H
 
 #include <codecvt>
-//#include <cstdint>
+#include <cstdint>
 #include <cstring>
 #include <cwctype>
 #include <iostream>

Reply via email to