Skip to content

Commit 1e9d9ab

Browse files
committed
v3.10.12 in light of recent bugfix release
Also, switch to dpkg-source 3.0 (quilt) format.
1 parent b8f5327 commit 1e9d9ab

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

contrib/python-dmidecode.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Summary: Python module to access DMI data
55
Name: python-dmidecode
6-
Version: 3.10.11
6+
Version: 3.10.12
77
Release: 1%{?dist}
88
License: GPLv2
99
Group: System Environment/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
4949
%{_datadir}/python-dmidecode/
5050

5151
%changelog
52+
* Fri Mar 12 2010 Nima Talebi <nima@it.net.au> - 3.10.12-1
53+
- Update to new release
54+
5255
* Tue Feb 16 2010 Nima Talebi <nima@it.net.au> - 3.10.11-1
5356
- Update to new release
5457

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
python-dmidecode (3.10.12-1) unstable; urgency=low
2+
3+
* Switch to dpkg-source 3.0 (quilt) format
4+
* Upstream bugfix release. See the following URI for details:
5+
https://bugzilla.redhat.com/show_bug.cgi?id=583867
6+
7+
-- Nima Talebi <nima@it.net.au> Fri, 12 Mar 2010 14:31:45 +1100
8+
19
python-dmidecode (3.10.11-2) unstable; urgency=low
210

311
* Small fix to example file.

debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define VERSION "3.10.11"
1+
#define VERSION "3.10.12"

0 commit comments

Comments
 (0)