From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 56EEA6A95 for ; Thu, 2 Apr 2015 21:59:09 +0200 (CEST) Received: by widdi4 with SMTP id di4so89858981wid.0 for ; Thu, 02 Apr 2015 12:59:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=hifVtTPAawx3K/5jHhOPIGdsPBJjqsgyHsQG8Wwi3f8=; b=MyW+JLEBgPNYIZCiy7hJ2pg2UGsetXxyJdqOUICxFbfJEXjT+3r7M3SH5elZslUsNS ZvBvdleib7OouJYhcA+cLbZW+dixQkufZBWHUAvPV6fk/qNiHZ31ICZjTjU4A6JjvMg/ c0YtXfeyKTgoEw9oU+2esiPGucjBNCqHtl+VDO52qzGXVWFT/Vz2BShj2ZdXiTG15D+p RhfxpOaAgt61SKHaBwJc7nbAbxwDJNtgM9v4krQw4rTaglvjclEHFg3VBFpCEDmLAUkm wyyhwV6cA47lPKobpqXanXDrBQznnVqKCjrm8n9Ju9xolbieRVH6mAChcSY2JMV+YJOA Tx0g== X-Gm-Message-State: ALoCoQk5MsSQt4YFTGQWJTwUY2QsolF3rxGr66wWOiPtu2zkxx9ZMdf3zQJlPtLVnSiIsIVSQczA X-Received: by 10.181.8.103 with SMTP id dj7mr27632166wid.75.1428004748192; Thu, 02 Apr 2015 12:59:08 -0700 (PDT) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id dr7sm3932819wib.22.2015.04.02.12.59.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 02 Apr 2015 12:59:07 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 2 Apr 2015 21:58:17 +0200 Message-Id: <1428004702-8987-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.2.2 Subject: [dpdk-dev] [PATCH 0/5] packaging release 2.0.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 19:59:09 -0000 These are the last patches needed for packaging the release of dpdk-2.0.0. It was tested to generate a RPM on Fedora 20 without fuse. The package includes PDF doc and enable features for vhost, pcap and Xen. If nobody see something wrong in these patches, they will be applied tomorrow, April 3rd in order to close the release. Thomas Monjalon (5): mk: remove fuse requirement for vhost-user mk: reduce PDF build commands pkg: remove -core file suffix pkg: update RPM version: 2.0.0 doc/guides/rel_notes/index.rst | 2 +- doc/guides/rel_notes/rel_description.rst | 2 +- lib/librte_eal/common/include/rte_version.h | 4 +- mk/rte.app.mk | 2 +- mk/rte.sdkdoc.mk | 2 +- pkg/{dpdk-core.spec => dpdk.spec} | 59 ++++++++++++++++------------- 6 files changed, 38 insertions(+), 33 deletions(-) rename pkg/{dpdk-core.spec => dpdk.spec} (66%) -- 2.2.2