2 Commits

Author SHA256 Message Date
471a7a8f35 Accepting request 1301485 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/1301485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjodycode?expand=0&rev=3
2025-08-27 19:33:35 +00:00
a5b96a88fe - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjodycode?expand=0&rev=6
2025-08-19 16:16:37 +00:00
4 changed files with 27 additions and 8 deletions

View File

@@ -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> Wed Oct 30 13:44:08 UTC 2024 - Giacomo Leidi <giacomo.leidi@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package libjodycode # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
# #
%define c_lib libjodycode3 %define c_lib libjodycode4
Name: libjodycode Name: libjodycode
Version: 3.1 Version: 4.0
Release: 0 Release: 0
Summary: Shared code used by several utilities written by Jody Bruchon Summary: Shared code used by several utilities written by Jody Bruchon
License: MIT License: MIT
@@ -61,8 +61,8 @@ rm %{buildroot}%{_libdir}/libjodycode.a
%files -n %{c_lib} %files -n %{c_lib}
%license LICENSE.txt %license LICENSE.txt
%{_libdir}/libjodycode.so.3 %{_libdir}/libjodycode.so.4
%{_libdir}/libjodycode.so.3.1 %{_libdir}/libjodycode.so.4.0
%files -n libjodycode-devel %files -n libjodycode-devel
%doc CHANGES.txt README.md %doc CHANGES.txt README.md

BIN
v3.1.tar.gz LFS

Binary file not shown.

3
v4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46db5897307ac3be92bb048c62f1beb93793dd101dd4cf6c1787688eaf58c094
size 37383