From 1bab305abf17d1e9ea33e2cbef773d3db3bc86da Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Thu, 23 Jun 2011 15:10:29 -0400 Subject: [PATCH] New upstream release 0.1.4 --- .gitignore | 1 + libyaml.spec | 10 +++++++--- sources | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0035f43..9597898 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ yaml-0.1.3.tar.gz +/yaml-0.1.4.tar.gz diff --git a/libyaml.spec b/libyaml.spec index 9bcc6cf..351eb2a 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -3,8 +3,8 @@ #====================================================================# Name: libyaml -Version: 0.1.3 -Release: 3%{?dist} +Version: 0.1.4 +Release: 1%{?dist} Summary: YAML 1.1 parser and emitter written in C Group: System Environment/Libraries @@ -23,7 +23,7 @@ emitter written in C. %package devel Summary: Development files for LibYAML applications Group: Development/Libraries -Requires: libyaml = %{version}-%{release} +Requires: libyaml = %{version}-%{release}, pkgconfig %description devel @@ -70,10 +70,14 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %doc doc/html %{_libdir}/%{name}*.so +%{_libdir}/pkgconfig/yaml-0.1.pc %{_includedir}/yaml.h %changelog +* Thu Jun 23 2011 John Eckersberg - 0.1.4-1 +- New upstream release 0.1.4 + * Tue Feb 08 2011 Fedora Release Engineering - 0.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 04e1cdb..cd981dd 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ b8ab9064e8e0330423fe640de76608cd yaml-0.1.3.tar.gz +36c852831d02cf90508c29852361d01b yaml-0.1.4.tar.gz