From 69a7962bbb7a8c0e0366045b80f159a982a00fc2 Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Thu, 3 Jun 2010 19:57:08 +1000 Subject: New upstream release - v3.10.13 --- contrib/python-dmidecode.spec | 5 ++++- debian/changelog | 6 ++++++ src/version.h | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/contrib/python-dmidecode.spec b/contrib/python-dmidecode.spec index e31dd0e..ccd93d7 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.12 +Version: 3.10.13 Release: 1%{?dist} License: GPLv2 Group: System Environment/Libraries @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/python-dmidecode/ %changelog +* Thu Jun 03 2010 Nima Talebi - 3.10.13-1 +- Update to new release + * Fri Mar 12 2010 Nima Talebi - 3.10.12-1 - Update to new release diff --git a/debian/changelog b/debian/changelog index 11e3ef9..4bd61c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-dmidecode (3.10.13-1) unstable; urgency=low + + * New upstream release. + + -- Nima Talebi Thu, 03 Jun 2010 19:56:38 +1000 + python-dmidecode (3.10.12-2) unstable; urgency=low * Added a missing dependency (Closes: Bug#578891) - thanks to Sven Wick for diff --git a/src/version.h b/src/version.h index 912de39..742a13f 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define VERSION "3.10.12" +#define VERSION "3.10.13" -- cgit