We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0f722 commit 92f117bCopy full SHA for 92f117b
contrib/python-dmidecode.spec
@@ -3,7 +3,7 @@
3
4
Summary: Python module to access DMI data
5
Name: python-dmidecode
6
-Version: 3.12.1
+Version: 3.12.2
7
Release: 1%{?dist}
8
License: GPLv2
9
Group: System Environment/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
49
%{_datadir}/python-dmidecode/
50
51
%changelog
52
+* Mon Jun 08 2015 Nima Talebi <ntd@amazon.com> - 3.12.2-1
53
+- Update to new release
54
+
55
* Mon Jul 8 2013 David Sommerseth <dazo@users.sourceforge.net> - 3.12.1-1
56
- Updated against upstream v3.12.1, which realigns against dmidecode 2.12
57
src/version.h
@@ -1 +1 @@
1
-#define VERSION "3.12.1"
+#define VERSION "3.12.2"
0 commit comments