update to 0.2.2
This commit is contained in:
parent
2964adbc3a
commit
b4d30f2e5a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libverto-0.2.1.tar.gz
|
||||
/libverto-0.2.2.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: libverto
|
||||
Version: 0.2.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Main loop abstraction library
|
||||
|
||||
License: MIT
|
||||
@ -141,7 +141,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%{_libdir}/%{name}.so.*
|
||||
|
||||
%files devel
|
||||
@ -183,7 +183,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/pkgconfig/%{name}-tevent.pc
|
||||
|
||||
%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
|
||||
|
||||
* Thu Nov 10 2011 Nathaniel McCallum <npmccallum@redhat.com> - 0.2.1-1
|
||||
|
Loading…
Reference in New Issue
Block a user