SHA256
8
0
forked from pool/libyang

2 Commits

Author SHA256 Message Date
87e0101e7a Accepting request 1303592 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1303592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyang?expand=0&rev=18
2025-09-10 15:30:35 +00:00
024ac16c20 - version update to 3.13.5
3.1.0
  * lots of improvements and bugfixes in various parts of the library
  3.4.2
  * data handling optimizations
  * 32b build fixes
  * various bugfixes
  3.7.8
  * yanglint UTF8 support
  * validation optimizations
  * lots of bugfixes
  3.12.2
  * optional xxhash faster hasing function
  * support for metadata in diff
  * lots of optimizations and fixes
  3.13.5
  * yanglint extension-instance YANG data validation support
  * compatibility fixes for FreeBSD
  * minor LYB data format improvements
  * lots of other bugfixes and improvements

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyang?expand=0&rev=39
2025-09-10 09:24:25 +00:00
4 changed files with 31 additions and 6 deletions

BIN
libyang-2.1.148.tar.gz (Stored with Git LFS)

Binary file not shown.

3
libyang-3.13.5.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Sep 2 15:08:20 UTC 2025 - pgajdos@suse.com
- version update to 3.13.5
3.1.0
* lots of improvements and bugfixes in various parts of the library
3.4.2
* data handling optimizations
* 32b build fixes
* various bugfixes
3.7.8
* yanglint UTF8 support
* validation optimizations
* lots of bugfixes
3.12.2
* optional xxhash faster hasing function
* support for metadata in diff
* lots of optimizations and fixes
3.13.5
* yanglint extension-instance YANG data validation support
* compatibility fixes for FreeBSD
* minor LYB data format improvements
* lots of other bugfixes and improvements
-------------------------------------------------------------------
Wed Apr 3 10:40:40 UTC 2024 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package libyang
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2019-2022, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -17,9 +17,9 @@
#
%global sover 2
%global sover 3
Name: libyang
Version: 2.1.148
Version: 3.13.5
Release: 0
Summary: Parser toolkit for IETF YANG data modeling
License: BSD-3-Clause
@@ -109,6 +109,7 @@ This is the API documentation of libyang.
-DGEN_LANGUAGE_BINDINGS=ON \
-DENABLE_BUILD_TESTS=ON
%make_build
cp -r ../doc .
doxygen
%install