Hello community, here is the log from the commit of package liblightgrep for openSUSE:Factory checked in at 2013-09-13 14:44:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblightgrep (Old) and /work/SRC/openSUSE:Factory/.liblightgrep.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblightgrep" Changes: -------- New Changes file: --- /dev/null 2013-07-23 23:44:04.804033756 +0200 +++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes 2013-09-13 14:44:16.000000000 +0200 @@ -0,0 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 12 17:52:29 UTC 2013 - [email protected] + +- update to v1.2.1 + * No ChangeLog + * I suspect this is the first released version +- update specfile to reflect a release, not a git pull + +------------------------------------------------------------------- +Wed Apr 24 22:25:27 UTC 2013 - [email protected] + +- initial package - pulled from git - not yet released I don't think + New: ---- liblightgrep-1.2.1.tar.gz liblightgrep.changes liblightgrep.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblightgrep.spec ++++++ # # spec file for package liblightgrep # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # 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 Group: Productivity/File utilities # 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 BuildRequires: autoconf BuildRequires: automake BuildRequires: bison BuildRequires: boost-devel BuildRequires: gcc-c++ BuildRequires: libicu-devel BuildRequires: libtool # With v1.2.1, to run the %check section, you may need extra modules: # - Boost::asio # - Boost::chrono # - Boost::program_options # - Boost::system # - Boost::thread # - Scope (a git submodule) %description liblightgrep is a new regular expression engine, designed specifically for digital forensics. Why another regexp engine? Lightgrep: searches for many patterns simultaneously searches binary data as a stream, not as discrete lines of text searches for patterns in many different encodings; give it dirty data, lightgrep don't care never, ever, ever, never, never looks at a byte twice or backs up in your input 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 Group: System/Libraries %description -n %lname liblightgrep is a new regular expression engine, designed specifically for digital forensics. Why another regexp engine? Lightgrep: searches for many patterns simultaneously searches binary data as a stream, not as discrete lines of text searches for patterns in many different encodings; give it dirty data, lightgrep don't care never, ever, ever, never, never looks at a byte twice or backs up in your input 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 Group: Development/Libraries/C and C++ Requires: %{name}%{soname} = %{version} %description devel Development files for liblightgrep, a new regex engine designed specifically for digital forensics. This subpackage contains libraries and header files for developing applications that want to make use of %{name}. %prep %setup -q #The test file test_kilopattern.CPP breaks ARM builds find . -name 'test_kilopattern.CPP' -delete %build autoreconf -i %configure --disable-static make %{?_smp_mflags} %install %make_install find %{buildroot} -name '*.la' -delete %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %check #these take many minutes, so don't run them all the time # THIS IS FAILING TO BUILD WITH v1.2.1, so comment out #make check %files -n %lname %defattr(-,root,root) %doc README.md COPYING %{_libdir}/liblightgrep.so.* %files devel %defattr(-,root,root) %doc README.md COPYING %{_includedir}/lightgrep/ %{_libdir}/liblightgrep.so %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
