summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNima Talebi <nima@it.net.au>2010-06-03 19:57:08 +1000
committerNima Talebi <nima@it.net.au>2010-06-03 19:57:08 +1000
commit69a7962bbb7a8c0e0366045b80f159a982a00fc2 (patch)
tree1995521d41d9a2c12d8110612f3ac280603e8abe
parent4e5fa23d119a6cb02f1a7fb92e1a447b7a7ae97f (diff)
downloadpython-dmidecode-69a7962bbb7a8c0e0366045b80f159a982a00fc2.tar.gz
python-dmidecode-69a7962bbb7a8c0e0366045b80f159a982a00fc2.tar.xz
python-dmidecode-69a7962bbb7a8c0e0366045b80f159a982a00fc2.zip
New upstream release - v3.10.13
-rw-r--r--contrib/python-dmidecode.spec5
-rw-r--r--debian/changelog6
-rw-r--r--src/version.h2
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 <nima@it.net.au> - 3.10.13-1
+- Update to new release
+
* Fri Mar 12 2010 Nima Talebi <nima@it.net.au> - 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 <nima@it.net.au> 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"