Date: Friday, April 18, 2014 @ 00:06:19 Author: seblu Revision: 109664
upgpkg: libnftnl 1.0.1-1 Modified: libnftnl/trunk/PKGBUILD Deleted: libnftnl/trunk/01-fix-nftables-rename.patch ------------------------------+ 01-fix-nftables-rename.patch | 36 ------------------------------------ PKGBUILD | 14 ++++---------- 2 files changed, 4 insertions(+), 46 deletions(-) Deleted: 01-fix-nftables-rename.patch =================================================================== --- 01-fix-nftables-rename.patch 2014-04-17 21:38:17 UTC (rev 109663) +++ 01-fix-nftables-rename.patch 2014-04-17 22:06:19 UTC (rev 109664) @@ -1,36 +0,0 @@ -From 91264d8b8b746f7eee8a3e1ee9b5e57758441cfc Mon Sep 17 00:00:00 2001 -From: Tomasz Bursztyka <tomasz.burszt...@linux.intel.com> -Date: Mon, 20 Jan 2014 15:56:21 +0000 -Subject: build: Ensure pkg-config file provides the right informations - -It's not -lnftables anymore but -lnftnl (among other details) - -Signed-off-by: Tomasz Bursztyka <tomasz.burszt...@linux.intel.com> -Signed-off-by: Pablo Neira Ayuso <pa...@netfilter.org> ---- -diff --git a/libnftnl.pc.in b/libnftnl.pc.in -index 0c6d57e..fd5cc6a 100644 ---- a/libnftnl.pc.in -+++ b/libnftnl.pc.in -@@ -1,15 +1,15 @@ --# libnftables pkg-config file -+# libnftnl pkg-config file - - prefix=@prefix@ - exec_prefix=@exec_prefix@ - libdir=@libdir@ - includedir=@includedir@ - --Name: libnftables -+Name: libnftnl - Description: Netfilter nf_tables infrastructure library --URL: http://netfilter.org/projects/libnftables/ -+URL: http://netfilter.org/projects/libnftnl/ - Version: @VERSION@ - Requires: - Conflicts: --Libs: -L${libdir} -lnftables -+Libs: -L${libdir} -lnftnl - Cflags: -I${includedir} --- -cgit v0.9.2 Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-17 21:38:17 UTC (rev 109663) +++ PKGBUILD 2014-04-17 22:06:19 UTC (rev 109664) @@ -2,7 +2,7 @@ # Maintainer: Sébastien Luttringer pkgname=libnftnl -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc='Netfilter library providing interface to the nf_tables subsystem' arch=('i686' 'x86_64') @@ -9,16 +9,10 @@ url='http://netfilter.org/projects/libnftnl/' license=('GPL2') depends=('libmnl') -source=("http://netfilter.org/projects/libnftnl/files/libnftnl-1.0.0.tar.bz2"{,.sig} - '01-fix-nftables-rename.patch') -sha1sums=('02464d6511f22392c20ca003248d85741ecbc865' - 'SKIP' - 'b406eb6b71b25d2abe559a5643421d42117d9724') +source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig}) +sha1sums=('651986e20e4e09f75dcbd51f549b1caee76b8ac9' + 'SKIP') -prepare() { - patch -p 1 -d $pkgname-$pkgver < '01-fix-nftables-rename.patch' -} - build() { cd $pkgname-$pkgver ./configure --prefix=/usr