commit python-dnspython for openSUSE:Factory
Hello community, here is the log from the commit of package python-dnspython for openSUSE:Factory checked in at Tue Nov 2 16:17:40 CET 2010. -------- New Changes file: --- /dev/null 2010-07-09 01:59:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-dnspython/python-dnspython.changes 2010-01-27 13:43:09.000000000 +0100 @@ -0,0 +1,26 @@ +------------------------------------------------------------------- +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 + +- updated to reflect python changes due to #149809 + +------------------------------------------------------------------- +Wed Jan 25 21:40:46 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Tue May 31 13:35:14 CEST 2005 - poeml@suse.de + +- package created (1.3.3) + calling whatdependson for head-i586 New: ---- dnspython-1.8.0.tar.gz python-dnspython.changes python-dnspython.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dnspython.spec ++++++ # # spec file for package python-dnspython (Version 1.8.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # 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 Name: python-dnspython BuildRequires: python-devel Url: http://www.dnspython.org License: Other License(s), see package, BSD Group: Productivity/Networking/DNS/Utilities AutoReqProv: on Version: 1.8.0 Release: 1 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 types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. dnspython provides both high and low level access to DNS. The high 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 <halley@dnspython.org> %prep %setup -n dnspython-%{version} %build export CFLAGS="$RPM_OPT_FLAGS" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES chmod 644 {examples,tests}/*.py %clean rm -rf $RPM_BUILD_ROOT %files -f INSTALLED_FILES %defattr(-,root,root) %doc ChangeLog LICENSE PKG-INFO README TODO %doc examples %doc tests %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de