Hello community, here is the log from the commit of package lzop for openSUSE:Factory checked in at 2018-02-12 10:12:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lzop (Old) and /work/SRC/openSUSE:Factory/.lzop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lzop" Mon Feb 12 10:12:00 2018 rev:11 rq:574544 version:1.04 Changes: -------- --- /work/SRC/openSUSE:Factory/lzop/lzop.changes 2017-11-19 11:09:24.211735823 +0100 +++ /work/SRC/openSUSE:Factory/.lzop.new/lzop.changes 2018-02-12 10:12:01.804391690 +0100 @@ -1,0 +2,6 @@ +Fri Feb 9 10:03:53 UTC 2018 - [email protected] + +- Use pkgconfig style dependencies +- Mark license as such + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lzop.spec ++++++ --- /var/tmp/diff_new_pack.u6T7MR/_old 2018-02-12 10:12:02.836354501 +0100 +++ /var/tmp/diff_new_pack.u6T7MR/_new 2018-02-12 10:12:02.840354356 +0100 @@ -1,7 +1,7 @@ # # spec file for package lzop # -# 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 @@ -22,11 +22,12 @@ Summary: Dictionary-based LZ-type compressor favoring speed License: GPL-2.0+ Group: Productivity/Archiving/Compression -Url: http://www.lzop.org +URL: http://www.lzop.org Source0: http://www.lzop.org/download/%{name}-%{version}.tar.gz Source1: %{name}.changes BuildRequires: cmake >= 3.0 -BuildRequires: lzo-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(lzo2) %description lzop is a general-purpose file compressor similar to gzip. @@ -59,7 +60,8 @@ %ctest %files -%doc AUTHORS ChangeLog COPYING NEWS README THANKS +%doc AUTHORS ChangeLog NEWS README THANKS +%license COPYING %{_bindir}/lzop %{_mandir}/man1/lzop.1%{ext_man}
