From 3a749b795b77da66294d8651ee7c091d41664cc0 Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Tue, 12 Jan 2010 12:00:59 +1100 Subject: New upstream release (v3.10.10) --- contrib/python-dmidecode.spec | 5 ++++- debian/changelog | 15 +++++++++++---- src/version.h | 2 +- 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 - 3.10.10-1 +- Update to new release + * Thu Jan 07 2010 Nima Talebi - 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 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 Tue, 05 Jan 2010 22:02:29 -0500 + from landing in /usr/local (Closes: Bug#563883) - thanks to Scott + Kitterman. + -- Nima Talebi 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" -- cgit