From 33c3a0f0dc33b35585822481c4f4af2b83daeb757801f9e4c502a390fcaebe45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Fri, 6 May 2011 14:02:59 +0000 Subject: [PATCH] Accepting request 69785 from home:elvigia:branches:Base:System - Update to version 2.05 * Converted the configure system to non-recursive Automake. * Applied some overdue speed optimizations for modern x86/x64 architectures and current compilers like gcc 4.6 and MSVC 2010. OBS-URL: https://build.opensuse.org/request/show/69785 OBS-URL: https://build.opensuse.org/package/show/Base:System/lzo?expand=0&rev=14 --- lzo-2.04.tar.bz2 | 3 --- lzo-2.05.tar.bz2 | 3 +++ lzo.changes | 8 ++++++++ lzo.spec | 12 ++++++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 lzo-2.04.tar.bz2 create mode 100644 lzo-2.05.tar.bz2 diff --git a/lzo-2.04.tar.bz2 b/lzo-2.04.tar.bz2 deleted file mode 100644 index b187421..0000000 --- a/lzo-2.04.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:414bcb5361d50528723e20c154a776b2fa0d9c3a6e33cd6d0a4ef7b645fe5de1 -size 478581 diff --git a/lzo-2.05.tar.bz2 b/lzo-2.05.tar.bz2 new file mode 100644 index 0000000..dcab0e0 --- /dev/null +++ b/lzo-2.05.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ce7994dd5f9988f4e8b663c9e71ed929451d3315e76874aa6da58f3aa936f7 +size 472379 diff --git a/lzo.changes b/lzo.changes index 1708c06..8fd4fb7 100644 --- a/lzo.changes +++ b/lzo.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 6 13:51:51 UTC 2011 - crrodriguez@opensuse.org + +- Update to version 2.05 + * Converted the configure system to non-recursive Automake. + * Applied some overdue speed optimizations for modern x86/x64 architectures + and current compilers like gcc 4.6 and MSVC 2010. + ------------------------------------------------------------------- Wed Dec 22 03:29:01 UTC 2010 - aj@suse.de diff --git a/lzo.spec b/lzo.spec index 363d2c6..139adda 100644 --- a/lzo.spec +++ b/lzo.spec @@ -1,5 +1,5 @@ # -# spec file for package lzo (Version 2.03) +# spec file for package lzo (Version 2.04) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,8 +20,8 @@ Name: lzo Url: http://www.oberhumer.com/opensource/lzo/ -Version: 2.04 -Release: 12 +Version: 2.05 +Release: 1 Group: Development/Libraries/C and C++ Source: lzo-%{version}.tar.bz2 Source2: baselibs.conf @@ -104,7 +104,11 @@ Authors: %build export CFLAGS="%optflags -fvisibility=hidden" -%configure --enable-shared --disable-static --libdir=/%{_lib} +%configure --enable-shared \ + --disable-static \ + --libdir=/%{_lib} \ + --disable-silent-rules \ + --docdir=%{_docdir}/%{name}-devel #On windows, the build system defines __LZO_EXPORT1 to # __attribute__((dllexport))) which we can abuse to make