Hello community,

here is the log from the commit of package liblightgrep for openSUSE:Factory 
checked in at 2014-01-06 17:45:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblightgrep (Old)
 and      /work/SRC/openSUSE:Factory/.liblightgrep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblightgrep"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblightgrep/liblightgrep.changes        
2013-09-13 14:44:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes   
2014-01-06 17:45:23.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Jan  6 13:00:46 UTC 2014 - [email protected]
+
+- fix searching for boost libs on ppc64le
+
+- added patches:
+  * ppc64le.patch
+-------------------------------------------------------------------

New:
----
  ppc64le.patch

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

Other differences:
------------------
++++++ liblightgrep.spec ++++++
--- /var/tmp/diff_new_pack.0tSjbw/_old  2014-01-06 17:45:24.000000000 +0100
+++ /var/tmp/diff_new_pack.0tSjbw/_new  2014-01-06 17:45:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblightgrep
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,22 +11,25 @@
 # 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 soname 0
 
 Name:           liblightgrep
 %define lname %{name}%soname
 Version:        1.2.1
 Release:        0
-License:        GPL-3.0+
 Summary:        Not the worst forensics regexp engine
-Url:            https://github.com/jonstewart/liblightgrep#readme
+License:        GPL-3.0+
 Group:          Productivity/File utilities
+Url:            https://github.com/jonstewart/liblightgrep#readme
 # not yet released, using "git clone --recursive 
git://github.com/LightboxTech/liblightgrep.git"
 # DL-URL:         
https://github.com/LightboxTech/liblightgrep/archive/v1.2.1.tar.gz
 Source:         liblightgrep-1.2.1.tar.gz
+Patch:          ppc64le.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -55,8 +58,8 @@
 Lightgrep is still pretty new and doesn't have all the regexp features you 
might be used to. But it has enough features to be more than a toy, and what is 
supported is well-tested.
 
 %package -n %{lname}
-License:        LGPL-3.0+
 Summary:        Not the worst forensics regexp engine
+License:        LGPL-3.0+
 Group:          System/Libraries
 
 %description -n %lname
@@ -73,8 +76,8 @@
 Lightgrep is still pretty new and doesn't have all the regexp features you 
might be used to. But it has enough features to be more than a toy, and what is 
supported is well-tested.
 
 %package devel
-License:        LGPL-3.0+
 Summary:        Development files for liblightgrep
+License:        LGPL-3.0+
 Group:          Development/Libraries/C and C++
 Requires:       %{name}%{soname} = %{version}
 
@@ -86,6 +89,7 @@
 
 %prep
 %setup -q
+%patch -p1
 #The test file test_kilopattern.CPP breaks ARM builds
 find . -name 'test_kilopattern.CPP' -delete
 

++++++ 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 = ppc64 -o $ax_arch = ppc64le -o 
$ax_arch = s390x -o $ax_arch = sparc64; then
         libsubdirs="lib64 lib lib64"
     fi
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to