Hello community,

here is the log from the commit of package liblightgrep for openSUSE:Factory 
checked in at 2015-02-18 11:39:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2014-01-06 17:45:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes   
2015-02-18 12:09:00.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Feb 17 00:30:14 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.4
+  * Significant performance improvements
+- Point Url to the home page instead of README github file
+- Add pkg-config requirement; new dependency
+
+-------------------------------------------------------------------

Old:
----
  liblightgrep-1.2.1.tar.gz

New:
----
  liblightgrep-1.4.tar.xz

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

Other differences:
------------------
++++++ liblightgrep.spec ++++++
--- /var/tmp/diff_new_pack.Qkx4m0/_old  2015-02-18 12:09:01.000000000 +0100
+++ /var/tmp/diff_new_pack.Qkx4m0/_new  2015-02-18 12:09:01.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblightgrep
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -20,16 +20,17 @@
 
 Name:           liblightgrep
 %define lname %{name}%soname
-Version:        1.2.1
+Version:        1.4
 Release:        0
 Summary:        Not the worst forensics regexp engine
 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
+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
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -37,6 +38,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
 BuildRequires:  libtool
+BuildRequires:  pkg-config
 # With v1.2.1, to run the %check section, you may need extra modules:
 # - Boost::asio
 # - Boost::chrono
@@ -89,7 +91,7 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 #The test file test_kilopattern.CPP breaks ARM builds
 find . -name 'test_kilopattern.CPP' -delete
 
@@ -120,5 +122,6 @@
 %doc README.md COPYING
 %{_includedir}/lightgrep/
 %{_libdir}/liblightgrep.so
+%{_libdir}/pkgconfig/lightgrep.pc
 
 %changelog

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

Reply via email to