From 0c531b6494a2a8eb5bfd7d0b9ad96a720a22252d7471cdb47bddb3e463201354 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 28 Jan 2010 19:47:16 +0000 Subject: [PATCH] Accepting request 30565 from home:aledr:branches Copy from home:aledr:branches/python-dnspython via accept of submit request 30565 revision 2. Request was accepted with message: Reviewed ok. OBS-URL: https://build.opensuse.org/request/show/30565 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=7 --- dnspython-1.5.0.tar.gz | 3 --- dnspython-1.8.0.tar.gz | 3 +++ python-dnspython.changes | 11 +++++++++++ python-dnspython.spec | 21 ++++++--------------- 4 files changed, 20 insertions(+), 18 deletions(-) delete mode 100644 dnspython-1.5.0.tar.gz create mode 100644 dnspython-1.8.0.tar.gz diff --git a/dnspython-1.5.0.tar.gz b/dnspython-1.5.0.tar.gz deleted file mode 100644 index 34a24fc..0000000 --- a/dnspython-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39dad20ba85250f2cc25ba8069d28f94951d3a9184c9d8cab6a8df6d45ea98d3 -size 99179 diff --git a/dnspython-1.8.0.tar.gz b/dnspython-1.8.0.tar.gz new file mode 100644 index 0000000..e13de95 --- /dev/null +++ b/dnspython-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9fd938bb695e0c5332f095b07a5aa8e4597cd8cc24ee9be5a15b463d7437ba +size 108588 diff --git a/python-dnspython.changes b/python-dnspython.changes index 9e5436b..5f7b01b 100644 --- a/python-dnspython.changes +++ b/python-dnspython.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 27 12:37:35 UTC 2010 - alexandre@exatati.com.br + +- Update to 1.8.0; +- Building as noarch for openSUSE >= 11.2. + +------------------------------------------------------------------- +Fri Jan 19 00:00:00 UTC 2007 - judas_iscariote@shorewall.net + +- update to version 1.5.0 + ------------------------------------------------------------------- Tue Feb 28 16:46:03 CET 2006 - jmatejek@suse.cz diff --git a/python-dnspython.spec b/python-dnspython.spec index c395705..fbdc8a9 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -12,16 +12,20 @@ Name: python-dnspython BuildRequires: python-devel -URL: http://www.dnspython.org/ +URL: http://www.dnspython.org License: Other License(s), see package, BSD Group: Productivity/Networking/DNS/Utilities Autoreqprov: on -Version: 1.5.0 +Version: 1.8.0 Release: 6 Summary: A DNS toolkit for Python Source: http://www.dnspython.org/kits/stable/dnspython-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} +%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +BuildArch: noarch +%endif + %description dnspython is a DNS toolkit for Python. It supports almost all record @@ -33,8 +37,6 @@ level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records. - - Authors: -------- Bob Halley @@ -58,14 +60,3 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog LICENSE PKG-INFO README TODO %doc examples %doc tests - -%changelog -n python-dnspython - -* Fri Jan 19 2007 - judas_iscariote@shorewall.net -- update to version 1.5.0 -* Tue Feb 28 2006 - jmatejek@suse.cz -- updated to reflect python changes due to #149809 -* Wed Jan 25 2006 - mls@suse.de -- converted neededforbuild to BuildRequires -* Tue May 31 2005 - poeml@suse.de -- package created (1.3.3)