43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Feb 21 08:24:46 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 27 17:33:20 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Update to v1.8.0
|
|
* Changes:
|
|
+ Apple Silicon M1 support
|
|
+ Dependencies upgrade
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 27 13:15:17 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Update to v1.7.1
|
|
* Minor code improvements
|
|
- Update to v1.7.0
|
|
* Use Netty Buffer API for Buffer pooling
|
|
* Avoid creating 'byte[]' copies on decompression which leads
|
|
to less garbage generation
|
|
- Update patch brotli4j-loadlibrary.patch
|
|
- Add build dependency on mvn(io.netty:netty-buffer) and add netty
|
|
to build classpath
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 25 09:01:41 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Install the shared library into the file-system.
|
|
- Change build to use ant in order to be able to have this package
|
|
relatively low in the build chain, since it has basically no
|
|
dependency
|
|
- Added patch:
|
|
* brotli4j-loadlibrary.patch
|
|
+ Do not use a convoluted way of finding the shared library,
|
|
since we know exactly where it is installed
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 24 09:09:11 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Initial packaging with v1.6.0
|