Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 471a7a8f35 | |||
| a5b96a88fe |
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 16:16:16 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.0:
|
||||
* Add loads of new jc_* functions and constants
|
||||
* Add jc_errno to replace errno
|
||||
* Completely remove API feature tables
|
||||
* Fixes for building on macOS and Hurd
|
||||
* Add rolling hash capability to jc_block_hash()
|
||||
* Add jc_get_d_namlen() to enable strlen() skips for directory
|
||||
objects
|
||||
* Add file linking functions with batch processing (incomplete,
|
||||
do not use yet)
|
||||
* Time functions now have nanosecond precision on Windows
|
||||
* Add jc_str_t data type (string prefixed with its own length)
|
||||
* Add jc_close() stub function
|
||||
* jc_get_proc_cacheinfo() is a stub function on non-Linux for
|
||||
future use
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 13:44:08 UTC 2024 - Giacomo Leidi <giacomo.leidi@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libjodycode
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define c_lib libjodycode3
|
||||
%define c_lib libjodycode4
|
||||
Name: libjodycode
|
||||
Version: 3.1
|
||||
Version: 4.0
|
||||
Release: 0
|
||||
Summary: Shared code used by several utilities written by Jody Bruchon
|
||||
License: MIT
|
||||
@@ -61,8 +61,8 @@ rm %{buildroot}%{_libdir}/libjodycode.a
|
||||
|
||||
%files -n %{c_lib}
|
||||
%license LICENSE.txt
|
||||
%{_libdir}/libjodycode.so.3
|
||||
%{_libdir}/libjodycode.so.3.1
|
||||
%{_libdir}/libjodycode.so.4
|
||||
%{_libdir}/libjodycode.so.4.0
|
||||
|
||||
%files -n libjodycode-devel
|
||||
%doc CHANGES.txt README.md
|
||||
|
||||
BIN
v3.1.tar.gz
LFS
BIN
v3.1.tar.gz
LFS
Binary file not shown.
3
v4.0.tar.gz
Normal file
3
v4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46db5897307ac3be92bb048c62f1beb93793dd101dd4cf6c1787688eaf58c094
|
||||
size 37383
|
||||
Reference in New Issue
Block a user