summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-07-03 17:07:46 +0200
committerDavid Sommerseth <davids@redhat.com>2013-07-03 17:08:04 +0200
commit8528590126026d7ed2e7910bafc97f4dc5bc71f4 (patch)
tree14580cfc6340f8925c6ef227556e645985563c8a
parent69a1c9ca658c9708698cde6aee32af7bb2e16f9a (diff)
downloadpython-dmidecode-8528590126026d7ed2e7910bafc97f4dc5bc71f4.tar.gz
python-dmidecode-8528590126026d7ed2e7910bafc97f4dc5bc71f4.tar.xz
python-dmidecode-8528590126026d7ed2e7910bafc97f4dc5bc71f4.zip
New upstream release (v3.10.15)v3.10.15
Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--contrib/python-dmidecode.spec5
-rw-r--r--src/version.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/contrib/python-dmidecode.spec b/contrib/python-dmidecode.spec
index ef8ca62..9589179 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.14
+Version: 3.10.15
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/python-dmidecode/
%changelog
+* Wed Jul 3 2013 David Sommerseth <davids@redhat.com> - 3.10.15-1
+- Update to new release
+
* Fri Apr 05 2013 David Sommerseth <davids@redhat.com> - 3.10.14-1
- Update to new release
diff --git a/src/version.h b/src/version.h
index 792e7e8..c07b06f 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define VERSION "3.10.14"
+#define VERSION "3.10.15"