New upstream release 0.1.4

This commit is contained in:
John Eckersberg 2011-06-23 15:10:29 -04:00
parent d29d2e4d4b
commit 1bab305abf
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
yaml-0.1.3.tar.gz
/yaml-0.1.4.tar.gz

View File

@ -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 <jeckersb@redhat.com> - 0.1.4-1
- New upstream release 0.1.4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1,2 @@
b8ab9064e8e0330423fe640de76608cd yaml-0.1.3.tar.gz
36c852831d02cf90508c29852361d01b yaml-0.1.4.tar.gz