From 7aaf6e58df2fc6d42875938d7886c760488bc572 Mon Sep 17 00:00:00 2001 From: Peter V. Saveliev Date: Aug 22 2013 12:02:26 +0000 Subject: 0.1.11-1: IPRSocket objects --- diff --git a/.gitignore b/.gitignore index 26c3dc3..9627c11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /pyroute2-0.1.8.tar.gz /pyroute2-0.1.9.tar.gz /pyroute2-0.1.10.tar.gz +/pyroute2-0.1.11.tar.gz diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 9f3fa54..622be75 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,8 +1,8 @@ %global pkgname pyroute2 Name: python-%{pkgname} -Version: 0.1.10 -Release: 2%{?dist} +Version: 0.1.11 +Release: 1%{?dist} Summary: Pure Python netlink library License: GPLv2+ Group: Development/Languages @@ -32,6 +32,10 @@ progress. %{python_sitelib}/%{pkgname}* %changelog +* Thu Aug 22 2013 Peter V. Saveliev 0.1.11-1 +- IPRSocket threadless objects +- rtnl: tc filters improvements + * Sun Aug 04 2013 Fedora Release Engineering - 0.1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 045a5ad..80c19b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07d9dbd49ef6c581a17cabe5d24598b3 pyroute2-0.1.10.tar.gz +184c0801964441e6706b16be2021aca8 pyroute2-0.1.11.tar.gz