update to 0.2.2

This commit is contained in:
Nathaniel McCallum 2011-11-11 17:13:24 -05:00
parent 2964adbc3a
commit b4d30f2e5a
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libverto-0.2.1.tar.gz /libverto-0.2.1.tar.gz
/libverto-0.2.2.tar.gz

View File

@ -1,6 +1,6 @@
Name: libverto Name: libverto
Version: 0.2.1 Version: 0.2.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: Main loop abstraction library Summary: Main loop abstraction library
License: MIT License: MIT
@ -141,7 +141,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%files %files
%doc AUTHORS COPYING NEWS README %doc AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/%{name}.so.* %{_libdir}/%{name}.so.*
%files devel %files devel
@ -183,7 +183,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/%{name}-tevent.pc %{_libdir}/pkgconfig/%{name}-tevent.pc
%changelog %changelog
* Fri Nov 11 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.2.1-2 * Fri Nov 11 2011 Nathaniel McCallum <npmccallum@redhat.com> - 0.2.2-1
- Update to 0.2.2 release
- Add ChangeLog documentation
* Fri Nov 11 2011 Nathaniel McCallum <npmccallum@redhat.com> - 0.2.1-2
- Fix Requires to have proper ISA dependencies - Fix Requires to have proper ISA dependencies
* Thu Nov 10 2011 Nathaniel McCallum <npmccallum@redhat.com> - 0.2.1-1 * Thu Nov 10 2011 Nathaniel McCallum <npmccallum@redhat.com> - 0.2.1-1

View File

@ -1 +1 @@
df702b747788a38ccf0723f39716fb9b libverto-0.2.1.tar.gz eebe3e7248eed97169b07b063d62f0b0 libverto-0.2.2.tar.gz