SHA256
1
0
forked from pool/lz4
Commit Graph

36 Commits

Author SHA256 Message Date
Dominique Leuenberger
9433a79af7 Accepting request 573842 from Archiving
- Update to new upstream release 1.8.1.2

OBS-URL: https://build.opensuse.org/request/show/573842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=11
2018-02-10 16:54:24 +00:00
a4863e8ba7 - changes to the build are not too interesting to the user.
- restore verbose making of liblz4.so.

OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=35
2018-02-07 14:56:10 +00:00
7d4f9e60cc Accepting request 573568 from home:avindra
- Update to new upstream release 1.8.1.2
  * Most visible new feature is support for dictionary compression
  * Support is now more formally added on the API side within
    lib/lz4frame_static.h. It's early days, and this new API is
    tagged "experimental" for the time being.
  * Support is also added in the command line utility lz4, using
    the new command -D. The behavior of this command is identical
    to zstd, should you be already familiar.
  * lz4 doesn't specify how to build a dictionary. All it says is
    that it can be any file up to 64 KB.
  * This approach is compatible with zstd dictionary builder, which
    can be instructed to create a 64 KB dictionary.
  * Improved performance at ultra settings (levels 10+).
  * These levels receive a new code, called optimal parser,
    available in lib/lz4_opt.h.
  * New parser uses less memory (from 384KB to 256KB), performs
    faster, compresses a little bit better (not much, as it was
    already close to theoretical limit), and resists pathological
    patterns which could destroy performance.
  * New parser is directly compatible with lower compression levels,
    which brings additional benefits:
    + Compatibility with LZ4_*_destSize() variant, which reverses
      the logic by trying to fit as much data as possible into a
      predefined limited size buffer.
    + Compatibility with Dictionary compression, as it uses the
      same tables as regular HC mode
  * In the future, this compatibility will also allow dynamic change
    of compression level.
  * Small set of bug fixes and improvements:
    + perf : faster and stronger ultra modes (levels 10+)
    + perf : slightly faster compression and decompression speed
    + perf : fix bad degenerative case
    + fix : decompression failed when using a combination of
      extDict + low memory address
    + cli : support for dictionary compression (-D)
    + cli : fix : lz4 -d --rm preserves timestamp
    + cli : fix : do not modify /dev/null permission as root
    + api : _destSize() variant supported for all compression
      levels
    + build : make and make test compatible with parallel build -jX
    + build : can control LZ4LIB_VISIBILITY macro
    + install: fix man page directory
- partial cleanup with spec-cleaner
- rebase lz4-use-shlib.diff
- drop lz4-use-shlib.diff, breaks build
- misc spec cleanups
  - remove Makefile fix
  - build and install separately
  - New URL

OBS-URL: https://build.opensuse.org/request/show/573568
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=34
2018-02-07 13:33:33 +00:00
Dominique Leuenberger
b2c64c0b62 Accepting request 518774 from Archiving
- Update to new upstream release 1.8.0

OBS-URL: https://build.opensuse.org/request/show/518774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=10
2017-08-29 09:40:44 +00:00
7697e50f35 OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=32 2017-08-25 14:19:45 +00:00
ac939cb9f0 - Update to new upstream release 1.8.0
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=31
2017-08-25 14:19:22 +00:00
Dominique Leuenberger
10658e4675 Accepting request 517316 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/517316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=9
2017-08-22 09:05:24 +00:00
Ismail Dönmez
bc07f88d2e Accepting request 517196 from home:dmdiss:lz4_upstream
- Use official upstream repository; (boo#1053910)

OBS-URL: https://build.opensuse.org/request/show/517196
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=29
2017-08-17 08:00:05 +00:00
Dominique Leuenberger
fbee2c7d65 Accepting request 508431 from Archiving
- Update to new upstrema release 1.7.5 (2017-01-03)

OBS-URL: https://build.opensuse.org/request/show/508431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=8
2017-07-24 10:32:55 +00:00
635d648597 OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=27 2017-07-06 00:01:36 +00:00
a01ff0309b - Update to new upstrema release 1.7.5 (2017-01-03)
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=26
2017-07-05 23:54:59 +00:00
Dominique Leuenberger
184cefa341 Accepting request 450474 from Archiving
- Add baselibs.conf: provide liblz4-1_7 as -32bit compatibility
  package, required by systemd-32bit. (forwarded request 450469 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/450474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=7
2017-01-16 09:34:22 +00:00
0852f6428a Accepting request 450469 from home:dimstar:Factory
- Add baselibs.conf: provide liblz4-1_7 as -32bit compatibility
  package, required by systemd-32bit.

OBS-URL: https://build.opensuse.org/request/show/450469
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=24
2017-01-16 08:58:06 +00:00
Dominique Leuenberger
ee3f9fe8a2 Accepting request 383424 from Archiving
- Update to new upstream release 131 (library 1.7) (boo#973735)
* slightly improved decoding speed
* lz4frame API is included in liblz4
* new -m command line option to compress multiple files
* new lz4 and lz4hc compression API (old one retained)

OBS-URL: https://build.opensuse.org/request/show/383424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=6
2016-04-07 11:35:47 +00:00
Martin Pluskal
28d0a53f32 - Update to new upstream release 131 (library 1.7) (boo#973735)
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=22
2016-04-03 07:41:13 +00:00
405a7fce34 OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=21 2016-04-02 23:56:32 +00:00
fb8c9d8784 OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=20 2016-04-02 23:45:52 +00:00
3f17948b3e OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=19 2016-04-02 19:43:04 +00:00
99d039b750 - Update to new upstream release 131 (library 1.7)
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=18
2016-04-02 19:30:27 +00:00
Dominique Leuenberger
640676fad2 Accepting request 263956 from Archiving
- Update to version 1.4+svn124

OBS-URL: https://build.opensuse.org/request/show/263956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=5
2014-12-05 20:04:06 +00:00
b8440fcd19 lz4-1.4.0+svn124
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=16
2014-11-28 19:13:39 +00:00
Stephan Kulow
f1177374d8 Accepting request 253633 from Archiving
- Update to version 1.3.1+svn123

OBS-URL: https://build.opensuse.org/request/show/253633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=4
2014-10-05 18:31:04 +00:00
1a1b923331 Set version
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=14
2014-10-01 12:25:10 +00:00
3641d88213 lz4-1.2.3+svn123
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=13
2014-10-01 12:23:22 +00:00
Stephan Kulow
8b435b2348 Accepting request 241281 from Archiving
- Update to svn revision 119

OBS-URL: https://build.opensuse.org/request/show/241281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=2
2014-07-17 15:31:49 +00:00
9e6a832b97 Remove old BuildRequires
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=11
2014-07-16 14:43:04 +00:00
dc2fde8d3c Add lz4-use-shlib.diff
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=10
2014-07-16 14:42:40 +00:00
cd2a8694e9 lz4-1.2.0.r119
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=9
2014-07-16 14:37:16 +00:00
Stephan Kulow
5d9e1fd47e Accepting request 239750 from Archiving
optional dependency of: openvpn, mysql, squashfs, dovecot.. upcoming systemd-journal versions

OBS-URL: https://build.opensuse.org/request/show/239750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=1
2014-07-16 14:19:33 +00:00
8b4deb0d22 Accepting request 208363 from home:dsterba:branches:Archiving
- update to svn 108, set version to 1.4 (current windows release)
  - added manpage
  - minor code updates

OBS-URL: https://build.opensuse.org/request/show/208363
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=7
2013-11-26 04:03:34 +00:00
74632d505a Name the devel package liblz4-devel, similar to bzip2
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=6
2013-09-03 17:10:15 +00:00
3c9187502e lz4-svn102
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=5
2013-09-03 16:51:56 +00:00
fe3bb6b9a5 Avoid dist-xz for SLES's sake
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=4
2013-02-21 05:54:14 +00:00
898a7df38c Kill %makeinstall
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=3
2013-02-21 05:53:07 +00:00
f45c51bccb lz4-svn77
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=2
2012-09-01 11:25:18 +00:00
Ismail Dönmez
50794e89f5 Accepting request 109822 from home:jengelh:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/109822
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=1
2012-03-18 18:08:42 +00:00