Hello community,

here is the log from the commit of package liblightgrep for openSUSE:Factory 
checked in at 2018-05-04 11:28:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblightgrep (Old)
 and      /work/SRC/openSUSE:Factory/.liblightgrep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblightgrep"

Fri May  4 11:28:23 2018 rev:7 rq:602493 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblightgrep/liblightgrep.changes        
2017-02-03 17:47:56.061822115 +0100
+++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes   
2018-05-04 11:28:53.181116449 +0200
@@ -1,0 +2,6 @@
+Mon Apr 30 09:47:15 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Update ppc64le.patch to aarch64_and_ppc64le.patch to also include
+  aarch64
+
+-------------------------------------------------------------------

Old:
----
  ppc64le.patch

New:
----
  aarch64_and_ppc64le.patch

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

Other differences:
------------------
++++++ liblightgrep.spec ++++++
--- /var/tmp/diff_new_pack.ENF6bR/_old  2018-05-04 11:28:54.093082992 +0200
+++ /var/tmp/diff_new_pack.ENF6bR/_new  2018-05-04 11:28:54.097082845 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblightgrep
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,14 @@
 Version:        1.4
 Release:        0
 Summary:        Not the worst forensics regexp engine
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/File utilities
 Url:            https://github.com/jonstewart/liblightgrep
 # The original archive contains tests : 155MB. As we don't run them, save 
space by removing them :
 # /pytest, /re_gen and /test
 #Source:         
https://github.com/LightboxTech/liblightgrep/archive/v%{version}.tar.gz
 Source:         %{name}-%{version}.tar.xz
-Patch0:         ppc64le.patch
+Patch0:         aarch64_and_ppc64le.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -67,7 +67,7 @@
 
 %package -n %{lname}
 Summary:        Not the worst forensics regexp engine
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          System/Libraries
 
 %description -n %lname
@@ -85,7 +85,7 @@
 
 %package devel
 Summary:        Development files for liblightgrep
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 Requires:       %{name}%{soname} = %{version}
 

++++++ aarch64_and_ppc64le.patch ++++++
Index: liblightgrep-1.2.1/m4/ax_boost_base.m4
===================================================================
--- liblightgrep-1.2.1.orig/m4/ax_boost_base.m4
+++ liblightgrep-1.2.1/m4/ax_boost_base.m4
@@ -91,7 +91,7 @@ if test "x$want_boost" = "xyes"; then
     dnl are found, e.g. when only header-only libraries are installed!
     libsubdirs="lib"
     ax_arch=`uname -m`
-    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
+    if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o 
$ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64; then
         libsubdirs="lib64 lib lib64"
     fi
 

Reply via email to