Hello community, here is the log from the commit of package libyang for openSUSE:Factory checked in at 2020-02-18 16:16:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyang (Old) and /work/SRC/openSUSE:Factory/.libyang.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyang" Tue Feb 18 16:16:28 2020 rev:4 rq:775208 version:1.0.130 Changes: -------- --- /work/SRC/openSUSE:Factory/libyang/libyang.changes 2020-01-02 14:41:26.776914282 +0100 +++ /work/SRC/openSUSE:Factory/.libyang.new.26092/libyang.changes 2020-02-18 16:16:29.995834038 +0100 @@ -1,0 +2,19 @@ +Sat Feb 15 22:32:14 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 1.0.130 + * new functions lyd_find_sibling*() for searching for a specific + sibling + + if available, they use hashes meaning the search complexity + is constant! + * leafref validation no longer cached + + may make validation slightly longer but editing data is + much faster + * minor C++ binding fixes + * minor schema/data parser bugfixes + * other general bugfixes +- Update to version 1.0.109 + * new LYB parser flag to allow using updated modules + * minor fixes in action validation + * other minor fixes + +------------------------------------------------------------------- Old: ---- libyang-1.0-r5.tar.gz New: ---- libyang-1.0.130.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyang.spec ++++++ --- /var/tmp/diff_new_pack.iFTxun/_old 2020-02-18 16:16:31.795837654 +0100 +++ /var/tmp/diff_new_pack.iFTxun/_new 2020-02-18 16:16:31.827837718 +0100 @@ -1,7 +1,7 @@ # # spec file for package libyang # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2019, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,15 +18,14 @@ %define sover 1 -%define realver 1.0-r5 Name: libyang -Version: 1.0r5 +Version: 1.0.130 Release: 0 Summary: Parser toolkit for IETF YANG data modeling License: BSD-3-Clause Group: Development/Languages/C and C++ URL: https://github.com/CESNET/libyang -Source: https://github.com/CESNET/libyang/archive/v%{realver}.tar.gz#/%{name}-%{realver}.tar.gz +Source: https://github.com/CESNET/libyang/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: bison BuildRequires: cmake BuildRequires: doxygen @@ -149,7 +148,7 @@ This is the API documentation of libyang. %prep -%setup -q -n %{name}-%{realver} +%setup -q %build %cmake \ ++++++ libyang-1.0-r5.tar.gz -> libyang-1.0.130.tar.gz ++++++ ++++ 9521 lines of diff (skipped)
