From ac3c68a7480c2e351259f52bff66a73f9684cfce Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Thu, 9 Feb 2012 17:28:49 -0500 Subject: [PATCH] Update to 0.2.4 release --- .gitignore | 1 + libverto.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9d38c20..473e843 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /libverto-0.2.1.tar.gz /libverto-0.2.2.tar.gz /libverto-0.2.3.tar.gz +/libverto-0.2.4.tar.gz diff --git a/libverto.spec b/libverto.spec index e778c30..1780c8f 100644 --- a/libverto.spec +++ b/libverto.spec @@ -1,5 +1,5 @@ Name: libverto -Version: 0.2.3 +Version: 0.2.4 Release: 1%{?dist} Summary: Main loop abstraction library @@ -183,6 +183,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/%{name}-tevent.pc %changelog +* Thu Feb 09 2012 Nathaniel McCallum - 0.2.4-1 +- Update to 0.2.4 release + * Wed Feb 08 2012 Nathaniel McCallum - 0.2.3-1 - Update to 0.2.3 release diff --git a/sources b/sources index 85c081a..bc83f82 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ eebe3e7248eed97169b07b063d62f0b0 libverto-0.2.2.tar.gz e5aadbc7bb9a9449173489f73d359f25 libverto-0.2.3.tar.gz +fc333e1d13c15b0c0d20812dd237a148 libverto-0.2.4.tar.gz