Rebase to version 1.0.130
Resolves: rhbz#1797495
This commit is contained in:
parent
7ee5018c05
commit
d2ac6b5911
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/libyang-0.16.105-1.tar.gz
|
||||
/v1.0-r4.tar.gz
|
||||
/v1.0-r5.tar.gz
|
||||
/v1.0.130.tar.gz
|
||||
|
||||
13
libyang.spec
13
libyang.spec
@ -6,14 +6,12 @@
|
||||
%global run_valgrind_tests ON
|
||||
%endif
|
||||
|
||||
%global rsuffixver 1.0-r5
|
||||
|
||||
Name: libyang
|
||||
Version: 1.0.101
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.130
|
||||
Release: 1%{?dist}
|
||||
Summary: YANG data modeling language library
|
||||
Url: https://github.com/CESNET/libyang
|
||||
Source: %{url}/archive/v%{rsuffixver}.tar.gz
|
||||
Source: %{url}/archive/v%{version}.tar.gz
|
||||
License: BSD
|
||||
|
||||
Requires: pcre
|
||||
@ -74,7 +72,7 @@ Libyang is YANG data modeling language parser and toolkit
|
||||
written (and providing API) in C.
|
||||
|
||||
%prep
|
||||
%setup -q -n libyang-%{rsuffixver}
|
||||
%setup -q
|
||||
mkdir build
|
||||
|
||||
%build
|
||||
@ -138,6 +136,9 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html
|
||||
%{python3_sitearch}/__pycache__/yang*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 07 2020 Tomas Korbar <tkorbar@redhat.com> - 1.0.130-1
|
||||
- Rebase to version 1.0.130 (#1797495)
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.101-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.0-r5.tar.gz) = 2ce1959151b6990a3f3ab3f61b952434953ac2dc59d4dc2c3c08adce23fa48d13e285a00d1fb041fa194ef636687257a314f247afaf10e44f167078378b90963
|
||||
SHA512 (v1.0.130.tar.gz) = 208c5a0ba5400664c6bbdcb5e374b6a6b23cd30be51726783a4553b4e4beaa7dfe21e8abbf5f1277c6dcff506cb1253046944468a22a2ecdb68708ab8944a9b7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user