New upstream release (rhbz#1842769)
This commit is contained in:
parent
b848393978
commit
730c1ae431
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@ yaml-0.1.3.tar.gz
|
||||
/libyaml-0.2.2.tar.gz
|
||||
/dist-0.2.3.tar.gz
|
||||
/dist-0.2.4.tar.gz
|
||||
/0.2.5.tar.gz
|
||||
/yaml-0.2.5.tar.gz
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Name: libyaml
|
||||
Version: 0.2.4
|
||||
Version: 0.2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: YAML 1.1 parser and emitter written in C
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/yaml/libyaml
|
||||
Source0: https://github.com/yaml/libyaml/archive/dist-%{version}.tar.gz
|
||||
Source0: https://github.com/yaml/libyaml/releases/download/%{version}/yaml-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -30,7 +30,7 @@ developing applications that use LibYAML.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-dist-%{version}
|
||||
%setup -q -n yaml-%{version}
|
||||
|
||||
|
||||
%build
|
||||
@ -69,6 +69,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 2 2020 John Eckersberg <eck@redhat.com> - 0.2.5-1
|
||||
- New upstream release (rhbz#1842769)
|
||||
|
||||
* Sun Apr 19 2020 John Eckersberg <eck@redhat.com> - 0.2.4-1
|
||||
- New upstream release (rhbz#1825622)
|
||||
- Fixes document end before directive (rhbz#1824226)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dist-0.2.4.tar.gz) = bc1d744daf02f02810affe0b5c501923196462461dcbe0731c0daf948a14bb89790fd2de1720c67a2db76e0a86d7b7de44877771a0a4c2d4da952893e210eaa3
|
||||
SHA512 (yaml-0.2.5.tar.gz) = dadd7d8e0d88b5ebab005e5d521d56d541580198aa497370966b98c904586e642a1cd4f3881094eb57624f218d50db77417bbfd0ffdce50340f011e35e8c4c02
|
||||
|
||||
Loading…
Reference in New Issue
Block a user