forked from pool/libyang
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
87e0101e7a | |||
024ac16c20 |
BIN
libyang-2.1.148.tar.gz
(Stored with Git LFS)
BIN
libyang-2.1.148.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
libyang-3.13.5.tar.gz
Normal file
3
libyang-3.13.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d669728c0b5c6fe68ef01b127263e140bd666c0ca5860246627a94c1eeb73bac
|
||||||
|
size 1356877
|
@@ -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
|
Wed Apr 3 10:40:40 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libyang
|
# 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>
|
# Copyright (c) 2019-2022, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -17,9 +17,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global sover 2
|
%global sover 3
|
||||||
Name: libyang
|
Name: libyang
|
||||||
Version: 2.1.148
|
Version: 3.13.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Parser toolkit for IETF YANG data modeling
|
Summary: Parser toolkit for IETF YANG data modeling
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -109,6 +109,7 @@ This is the API documentation of libyang.
|
|||||||
-DGEN_LANGUAGE_BINDINGS=ON \
|
-DGEN_LANGUAGE_BINDINGS=ON \
|
||||||
-DENABLE_BUILD_TESTS=ON
|
-DENABLE_BUILD_TESTS=ON
|
||||||
%make_build
|
%make_build
|
||||||
|
cp -r ../doc .
|
||||||
doxygen
|
doxygen
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user