summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNima Talebi <nima@it.net.au>2010-03-12 14:33:56 +1100
committerNima Talebi <nima@it.net.au>2010-03-12 14:33:56 +1100
commit1e9d9abffa27a45d24cb2e978f302ff25c2c7f76 (patch)
treef7ec716ac4805dc28e6ffb992d2f6b08dba698bc
parentb8f53274caf24a0efb1af626c5c3d501d5415b56 (diff)
downloadpython-dmidecode-1e9d9abffa27a45d24cb2e978f302ff25c2c7f76.tar.gz
python-dmidecode-1e9d9abffa27a45d24cb2e978f302ff25c2c7f76.tar.xz
python-dmidecode-1e9d9abffa27a45d24cb2e978f302ff25c2c7f76.zip
v3.10.12 in light of recent bugfix release
Also, switch to dpkg-source 3.0 (quilt) format.
-rw-r--r--contrib/python-dmidecode.spec5
-rw-r--r--debian/changelog8
-rw-r--r--debian/source/format1
-rw-r--r--src/version.h2
4 files changed, 14 insertions, 2 deletions
diff --git a/contrib/python-dmidecode.spec b/contrib/python-dmidecode.spec
index 1645bc1..e31dd0e 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.11
+Version: 3.10.12
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/python-dmidecode/
%changelog
+* Fri Mar 12 2010 Nima Talebi <nima@it.net.au> - 3.10.12-1
+- Update to new release
+
* Tue Feb 16 2010 Nima Talebi <nima@it.net.au> - 3.10.11-1
- Update to new release
diff --git a/debian/changelog b/debian/changelog
index 2db409a..5d98283 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-dmidecode (3.10.12-1) unstable; urgency=low
+
+ * Switch to dpkg-source 3.0 (quilt) format
+ * Upstream bugfix release. See the following URI for details:
+ https://bugzilla.redhat.com/show_bug.cgi?id=583867
+
+ -- Nima Talebi <nima@it.net.au> Fri, 12 Mar 2010 14:31:45 +1100
+
python-dmidecode (3.10.11-2) unstable; urgency=low
* Small fix to example file.
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/src/version.h b/src/version.h
index 180cf92..912de39 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define VERSION "3.10.11"
+#define VERSION "3.10.12"