From 54ffe429bf8982b6d0b9d5983c37781d0345782e7a8e5ab4a5d212f5ab679b51 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Sep 2011 09:30:55 +0000 Subject: [PATCH] Accepting request 84743 from home:elvigia:branches:Base:System - Update to version 2.06 * Some minor optimizations for big-endian architectures. * Fixed overly strict malloc() misalignment check in examples. OBS-URL: https://build.opensuse.org/request/show/84743 OBS-URL: https://build.opensuse.org/package/show/Base:System/lzo?expand=0&rev=16 --- lzo-2.05.tar.bz2 | 3 --- lzo-2.06.tar.bz2 | 3 +++ lzo.changes | 7 +++++++ lzo.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 lzo-2.05.tar.bz2 create mode 100644 lzo-2.06.tar.bz2 diff --git a/lzo-2.05.tar.bz2 b/lzo-2.05.tar.bz2 deleted file mode 100644 index dcab0e0..0000000 --- a/lzo-2.05.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64ce7994dd5f9988f4e8b663c9e71ed929451d3315e76874aa6da58f3aa936f7 -size 472379 diff --git a/lzo-2.06.tar.bz2 b/lzo-2.06.tar.bz2 new file mode 100644 index 0000000..a96a1f6 --- /dev/null +++ b/lzo-2.06.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439c686693ef99fda76b8e6b90d30d5557d7b8aafabf2eb038ebb0754119690e +size 476529 diff --git a/lzo.changes b/lzo.changes index 8fd4fb7..3a317d9 100644 --- a/lzo.changes +++ b/lzo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Sep 25 17:06:01 UTC 2011 - crrodriguez@opensuse.org + +- Update to version 2.06 +* Some minor optimizations for big-endian architectures. +* Fixed overly strict malloc() misalignment check in examples. + ------------------------------------------------------------------- Fri May 6 13:51:51 UTC 2011 - crrodriguez@opensuse.org diff --git a/lzo.spec b/lzo.spec index ed471b9..ccb7ac6 100644 --- a/lzo.spec +++ b/lzo.spec @@ -20,7 +20,7 @@ Name: lzo Url: http://www.oberhumer.com/opensource/lzo/ -Version: 2.05 +Version: 2.06 Release: 1 Group: Development/Libraries/C and C++ Source: lzo-%{version}.tar.bz2