Accepting request 69786 from 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. (forwarded request 69785 from elvigia) OBS-URL: https://build.opensuse.org/request/show/69786 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzo?expand=0&rev=18
This commit is contained in:
commit
1244fd3daf
@ -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
|
||||
|
||||
|
8
lzo.spec
8
lzo.spec
@ -20,7 +20,7 @@
|
||||
|
||||
Name: lzo
|
||||
Url: http://www.oberhumer.com/opensource/lzo/
|
||||
Version: 2.04
|
||||
Version: 2.05
|
||||
Release: 1
|
||||
Group: Development/Libraries/C and C++
|
||||
Source: lzo-%{version}.tar.bz2
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user