From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libyaml: Update to 0.2.2 Date: Sun, 23 Jun 2019 17:22:30 +0200 Message-ID: <20190623152230.8685-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4877305514135573704==" List-Id: --===============4877305514135573704== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- libyaml/libyaml.nm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libyaml/libyaml.nm b/libyaml/libyaml.nm index 6a07ec851..88375fbb1 100644 --- a/libyaml/libyaml.nm +++ b/libyaml/libyaml.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D libyaml -version =3D 0.1.3 -release =3D 2 +version =3D 0.2.2 +release =3D 1 =20 groups =3D System/Libraries url =3D http://pyyaml.org/ @@ -13,12 +13,12 @@ license =3D MIT summary =3D YAML 1.1 parser and emitter written in C. =20 description - YAML is a data serialization format designed for human readability \ - and interaction with scripting languages. LibYAML is a YAML parser \ + YAML is a data serialization format designed for human readability + and interaction with scripting languages. LibYAML is a YAML parser and emitter written in C. end =20 -source_dl =3D +source_dl =3D http://pyyaml.org/download/libyaml/ sources =3D yaml-%{version}.tar.gz =20 build @@ -32,7 +32,6 @@ end =20 packages package %{name} - end =20 package %{name}-devel template DEVEL --=20 2.20.1 --===============4877305514135573704==--