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
This commit is contained in:
parent
8aa12bd937
commit
33c3a0f0dc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:414bcb5361d50528723e20c154a776b2fa0d9c3a6e33cd6d0a4ef7b645fe5de1
|
|
||||||
size 478581
|
|
3
lzo-2.05.tar.bz2
Normal file
3
lzo-2.05.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:64ce7994dd5f9988f4e8b663c9e71ed929451d3315e76874aa6da58f3aa936f7
|
||||||
|
size 472379
|
@ -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
|
Wed Dec 22 03:29:01 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
12
lzo.spec
12
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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
Name: lzo
|
Name: lzo
|
||||||
Url: http://www.oberhumer.com/opensource/lzo/
|
Url: http://www.oberhumer.com/opensource/lzo/
|
||||||
Version: 2.04
|
Version: 2.05
|
||||||
Release: 12
|
Release: 1
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Source: lzo-%{version}.tar.bz2
|
Source: lzo-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
@ -104,7 +104,11 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%optflags -fvisibility=hidden"
|
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
|
#On windows, the build system defines __LZO_EXPORT1 to
|
||||||
# __attribute__((dllexport))) which we can abuse to make
|
# __attribute__((dllexport))) which we can abuse to make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user