diff options
author | Nima Talebi <ntd@amazon.com> | 2015-06-08 08:19:45 -0700 |
---|---|---|
committer | Nima Talebi <ntd@amazon.com> | 2015-06-08 08:19:45 -0700 |
commit | 92f117b13b3ef2506bcf9c15ff1e151206c6faee (patch) | |
tree | 6521976d36c0a2495d21280a56a1b5cad5152238 | |
parent | 9d0f722cb3c2e45194737b154686887993c9c00a (diff) | |
download | python-dmidecode-92f117b13b3ef2506bcf9c15ff1e151206c6faee.tar.gz python-dmidecode-92f117b13b3ef2506bcf9c15ff1e151206c6faee.tar.xz python-dmidecode-92f117b13b3ef2506bcf9c15ff1e151206c6faee.zip |
New upstream release (v3.12.2)v3.12.2
-rw-r--r-- | contrib/python-dmidecode.spec | 5 | ||||
-rw-r--r-- | src/version.h | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/contrib/python-dmidecode.spec b/contrib/python-dmidecode.spec index 8da8936..2c74597 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.12.1 +Version: 3.12.2 Release: 1%{?dist} License: GPLv2 Group: System Environment/Libraries @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/python-dmidecode/ %changelog +* Mon Jun 08 2015 Nima Talebi <ntd@amazon.com> - 3.12.2-1 +- Update to new release + * Mon Jul 8 2013 David Sommerseth <dazo@users.sourceforge.net> - 3.12.1-1 - Updated against upstream v3.12.1, which realigns against dmidecode 2.12 diff --git a/src/version.h b/src/version.h index e9639c1..9938205 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define VERSION "3.12.1" +#define VERSION "3.12.2" |