summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNima Talebi <nima@it.net.au>2010-01-12 12:00:59 +1100
committerNima Talebi <nima@it.net.au>2010-01-12 12:00:59 +1100
commit3a749b795b77da66294d8651ee7c091d41664cc0 (patch)
treee10c0506bdba57a5760f457ef218be40c034fab5
parentf06734946d5c5fb29a0cd24785101921f78c7756 (diff)
downloadpython-dmidecode-3a749b795b77da66294d8651ee7c091d41664cc0.tar.gz
python-dmidecode-3a749b795b77da66294d8651ee7c091d41664cc0.tar.xz
python-dmidecode-3a749b795b77da66294d8651ee7c091d41664cc0.zip
New upstream release (v3.10.10)v3.10.10
-rw-r--r--contrib/python-dmidecode.spec5
-rw-r--r--debian/changelog15
-rw-r--r--src/version.h2
3 files changed, 16 insertions, 6 deletions
diff --git a/contrib/python-dmidecode.spec b/contrib/python-dmidecode.spec
index d01e831..0154dcc 100644
--- a/contrib/python-dmidecode.spec
+++ b/contrib/python-dmidecode.spec
@@ -3,7 +3,7 @@
Summary: Python module to access DMI data
Name: python-dmidecode
-Version: 3.10.9
+Version: 3.10.10
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/python-dmidecode/
%changelog
+* Tue Jan 12 2010 Nima Talebi <nima@it.net.au> - 3.10.10-1
+- Update to new release
+
* Thu Jan 07 2010 Nima Talebi <nima@it.net.au> - 3.10.9-1
- Update to new release
diff --git a/debian/changelog b/debian/changelog
index 795079b..2e3f427 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,17 @@
-python-dmidecode (3.10.9-1) lucid; urgency=low
+python-dmidecode (3.10.10-1) unstable; urgency=low
+
+ * New upstream cleanup release.
+ * This release has addressed the previously messy error/warning handling.
+
+ -- Nima Talebi <nima@it.net.au> Tue, 12 Jan 2010 11:59:27 +1100
+
+python-dmidecode (3.10.9-1) unstable; urgency=low
* New upstream bug-fix release.
* Add --install-layout=deb to debian/rules setup.py install to prevent files
- from landing in /usr/local (Closes: Bug#563883).
-
- -- Scott Kitterman <scott@kitterman.com> Tue, 05 Jan 2010 22:02:29 -0500
+ from landing in /usr/local (Closes: Bug#563883) - thanks to Scott
+ Kitterman.
+ -- Nima Talebi <nima@it.net.au> Tue, 05 Jan 2010 22:02:29 -0500
python-dmidecode (3.10.8-2) unstable; urgency=low
diff --git a/src/version.h b/src/version.h
index eef20b6..bbc59e6 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define VERSION "3.10.9"
+#define VERSION "3.10.10"