From 22a715415006ba6496ea0797b20acc1d64b6f19c3ce63bd6661e6b874251c6e0 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 3 Apr 2017 06:48:21 +0000 Subject: [PATCH] Accepting request 484096 from home:dsterba:branches:Base:System update to 2.10 OBS-URL: https://build.opensuse.org/request/show/484096 OBS-URL: https://build.opensuse.org/package/show/Base:System/lzo?expand=0&rev=30 --- lzo-2.09.tar.gz | 3 --- lzo-2.10.tar.gz | 3 +++ lzo.changes | 9 +++++++++ lzo.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 lzo-2.09.tar.gz create mode 100644 lzo-2.10.tar.gz diff --git a/lzo-2.09.tar.gz b/lzo-2.09.tar.gz deleted file mode 100644 index 01f39b5..0000000 --- a/lzo-2.09.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c -size 594855 diff --git a/lzo-2.10.tar.gz b/lzo-2.10.tar.gz new file mode 100644 index 0000000..e991376 --- /dev/null +++ b/lzo-2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072 +size 600622 diff --git a/lzo.changes b/lzo.changes index 43d6988..8559951 100644 --- a/lzo.changes +++ b/lzo.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 30 00:00:00 CEST 2017 - dsterba@suse.cz + +- Update to 2.10 + * Improve CMake build support. + * Add support for pkg-config. + * Do not redefine "snprintf" so that the examples build with MSVC 2015. + * Assorted cleanups. + ------------------------------------------------------------------- Tue Feb 24 20:20:31 UTC 2015 - mpluskal@suse.com diff --git a/lzo.spec b/lzo.spec index c2e9cb9..d0a190c 100644 --- a/lzo.spec +++ b/lzo.spec @@ -1,7 +1,7 @@ # # spec file for package lzo # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,7 +17,7 @@ Name: lzo -Version: 2.09 +Version: 2.10 Release: 0 Summary: A Real-Time Data Compression Library License: GPL-2.0+ @@ -130,6 +130,7 @@ rm -v %{buildroot}%{_libdir}/liblzo2.la %doc doc/* util/* %{_libdir}/liblzo2.so %{_includedir}/lzo +%{_libdir}/pkgconfig/lzo2.pc %files devel-static %defattr (-,root,root)