From 277182ca6ab7837135a01df60de945817eab8c2481f18e2d03b29d4faccf3c07 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 23 Mar 2016 16:09:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=44 --- libseccomp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libseccomp.spec b/libseccomp.spec index e228842..03d2317 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -100,7 +100,7 @@ This subpackage contains debug utilities for the seccomp interface. %patch -P 1 -p1 %build -perl -i -pe 's{AC_INIT\(\[libseccomp\], \[0\.0\.0\]\)}{AC_INIT([libseccomp], [2.2.90])}' configure.ac +perl -i -pe 's{AC_INIT\(\[libseccomp\], \[0\.0\.0\]\)}{AC_INIT([libseccomp], [2.3.0])}' configure.ac autoreconf -fi %configure --includedir="%_includedir/%name" --disable-static make %{?_smp_mflags};