From a8d396223a533e6433940845fe327831e5b78bf22ce6957fbda02ef1a1957f3a Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sun, 8 Dec 2013 21:28:20 +0000
Subject: [PATCH] Accepting request 209875 from
home:posophe:branches:devel:languages:python
- Update to version 0.2.0
+ No changelog available
- Use tarball generated with Github tags
OBS-URL: https://build.opensuse.org/request/show/209875
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iptables?expand=0&rev=6
---
python-iptables-0.1.1+git20121114.tar.bz2 | 3 ---
python-iptables-0.2.0.tar.gz | 3 +++
python-iptables.changes | 7 +++++++
python-iptables.spec | 7 ++++---
4 files changed, 14 insertions(+), 6 deletions(-)
delete mode 100644 python-iptables-0.1.1+git20121114.tar.bz2
create mode 100644 python-iptables-0.2.0.tar.gz
diff --git a/python-iptables-0.1.1+git20121114.tar.bz2 b/python-iptables-0.1.1+git20121114.tar.bz2
deleted file mode 100644
index 1dfd5db..0000000
--- a/python-iptables-0.1.1+git20121114.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f61640c877b95f3655c59e43fef97d3e893656f05eaa87ba0e9d3b0136eb7b56
-size 307525
diff --git a/python-iptables-0.2.0.tar.gz b/python-iptables-0.2.0.tar.gz
new file mode 100644
index 0000000..b3acdae
--- /dev/null
+++ b/python-iptables-0.2.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ef60b7a58338c65de5a0600eeabca92db940e78fef4dbaffe4fc1e9ce9f6dafb
+size 45316
diff --git a/python-iptables.changes b/python-iptables.changes
index daf5363..5745e24 100644
--- a/python-iptables.changes
+++ b/python-iptables.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Sun Dec 8 21:22:27 UTC 2013 - p.drouand@gmail.com
+
+- Update to version 0.2.0
+ + No changelog available
+- Use tarball generated with Github tags
+
-------------------------------------------------------------------
Thu Oct 24 11:07:03 UTC 2013 - speilicke@suse.com
diff --git a/python-iptables.spec b/python-iptables.spec
index c4dc3c4..a9431f6 100644
--- a/python-iptables.spec
+++ b/python-iptables.spec
@@ -17,13 +17,14 @@
Name: python-iptables
-Version: 0.1.1+git20121114
+Version: 0.2.0
Release: 0
Url: https://github.com/ldx/python-iptables
Summary: Python bindings for iptables
License: Apache-2.0
Group: Development/Languages/Python
-Source: %{name}-%{version}.tar.bz2
+# Source: https://github.com/ldx/python-iptables/archive/v%{version}.tar.gz
+Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
@@ -39,7 +40,7 @@ iptables wrapper libraries do; this makes python-iptables faster and not prone t
at the same time leveraging all available iptables match and target extensions without further work.
%prep
-%setup -q -n %{name}
+%setup -q
%build
python setup.py build