From bd50a9e5d69f5c7fe15290e2cea2d4d4deaa5af8dce7e607e32001c15954959c Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 25 Mar 2011 07:55:40 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/python-dnspython revision 8.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=71b21cfd4296d5eeae1d3ecae80f21cc --- python-dnspython.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-dnspython.spec b/python-dnspython.spec index 0f874e1..acdee64 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -11,11 +11,12 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -23,7 +24,7 @@ Name: python-%{mod_name} Version: 1.9.3 -Release: 0 +Release: 1 Url: http://www.dnspython.org Summary: A DNS toolkit for Python License: http://www.dnspython.org/LICENSE From 00563837f465f6e2e24ad0fe6f718dde9c3281f8d9030420caa8f2f0c808b62c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 28 Mar 2011 20:04:12 +0000 Subject: [PATCH 2/2] Accepting request 65314 from home:aledr:branches OBS-URL: https://build.opensuse.org/request/show/65314 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=19 --- dnspython-1.9.3.tar.bz2 | 3 --- dnspython-1.9.4.tar.bz2 | 3 +++ python-dnspython.changes | 9 +++++++++ python-dnspython.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 dnspython-1.9.3.tar.bz2 create mode 100644 dnspython-1.9.4.tar.bz2 diff --git a/dnspython-1.9.3.tar.bz2 b/dnspython-1.9.3.tar.bz2 deleted file mode 100644 index 6fb0301..0000000 --- a/dnspython-1.9.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ae41e752e8ccffae3177560573ef458381551fb0d96c20f511848ca47881f86 -size 95838 diff --git a/dnspython-1.9.4.tar.bz2 b/dnspython-1.9.4.tar.bz2 new file mode 100644 index 0000000..20d13f2 --- /dev/null +++ b/dnspython-1.9.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6c8267da65a092b472212bc5f0787ad653329a97750825ae9f4e7f920f7417 +size 96011 diff --git a/python-dnspython.changes b/python-dnspython.changes index 76a0a4a..eb404bf 100644 --- a/python-dnspython.changes +++ b/python-dnspython.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 28 13:49:59 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.9.4: + - There is no new functionality in this release; + just a few bug fixes in RRSIG and SIG code. + - Legacy code will be eliminated for earlier versions of + DNSSEC in a future release of dnspython. + ------------------------------------------------------------------- Thu Mar 24 19:54:53 UTC 2011 - alexandre@exatati.com.br diff --git a/python-dnspython.spec b/python-dnspython.spec index acdee64..b9c0451 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -23,7 +23,7 @@ %define mod_name dnspython Name: python-%{mod_name} -Version: 1.9.3 +Version: 1.9.4 Release: 1 Url: http://www.dnspython.org Summary: A DNS toolkit for Python