From c5438379aad5473683b3f94d9c52f2a75d61c4a0 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Tue, 13 Nov 2012 09:51:43 -0500 Subject: [PATCH] Version bump to upstream 1.0.1 --- libseccomp.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libseccomp.spec b/libseccomp.spec index 103ab80..5dfeea7 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,6 +1,6 @@ Summary: Enhanced seccomp library Name: libseccomp -Version: 1.0.0 +Version: 1.0.1 Release: 0%{?dist} ExclusiveArch: %{ix86} x86_64 License: LGPLv2 @@ -59,6 +59,8 @@ make V=1 DESTDIR="%{buildroot}" install %{_mandir}/man3/* %changelog +* Tue Nov 13 2012 Paul Moore - 1.0.1-0 +- New upstream version with several important fixes * Tue Jul 31 2012 Paul Moore - 1.0.0-0 - New upstream version - Remove verbose build patch as it is no longer needed