[dmidecode] - Update to upstream 2.11 release. (#623047)

Anton Arapov aarapov at fedoraproject.org
Wed Jan 19 14:26:05 UTC 2011


commit 16b7906fa044b980ee1befcd1ab0ee63c4c8dcea
Author: Anton Arapov <aarapov at redhat.com>
Date:   Wed Jan 19 15:25:22 2011 +0100

    - Update to upstream 2.11 release. (#623047)
    
        * Wed Jan 19 2011 Anton Arapov <anton at redhat.com> - 1:2.11-1
        - Update to upstream 2.11 release. (#623047)

 .gitignore                                         |    1 +
 dmidecode-add-hewlett-packard-to-dmioem.patch      |   11 --
 dmidecode-add-socket-lga1366.patch                 |   16 ---
 dmidecode-makefile-fix.patch                       |   12 --
 dmidecode-recognize-more-memory.patch              |   11 --
 dmidecode-smbios-2.6.1-updates.patch               |  120 --------------------
 dmidecode-warn-on-unsupported-smbios-version.patch |   25 ----
 dmidecode.spec                                     |   26 ++---
 sources                                            |    2 +-
 9 files changed, 11 insertions(+), 213 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 282778d..b5375ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 dmidecode-2.10.tar.bz2
+/dmidecode-2.11.tar.bz2
diff --git a/dmidecode.spec b/dmidecode.spec
index 68e66d2..4d64b5c 100644
--- a/dmidecode.spec
+++ b/dmidecode.spec
@@ -1,17 +1,11 @@
 Summary:        Tool to analyse BIOS DMI data
 Name:           dmidecode
-Version:        2.10
-Release:        2%{?dist}
+Version:        2.11
+Release:        1%{?dist}
 Epoch:          1
 Group:          System Environment/Base
 License:        GPLv2+
 Source0:        %{name}-%{version}.tar.bz2
-Patch0:         dmidecode-add-hewlett-packard-to-dmioem.patch
-Patch1:         dmidecode-recognize-more-memory.patch
-Patch2:         dmidecode-add-socket-lga1366.patch
-Patch3:         dmidecode-warn-on-unsupported-smbios-version.patch
-Patch4:         dmidecode-smbios-2.6.1-updates.patch
-Patch5:         dmidecode-makefile-fix.patch
 URL:            http://www.nongnu.org/dmidecode/
 Buildroot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  automake autoconf
@@ -30,12 +24,6 @@ I/O ports (e.g. serial, parallel, USB).
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
@@ -59,13 +47,17 @@ rm -rf ${buildroot}
 %{_mandir}/man8/*
 
 %changelog
-* Mon Nov 08 2010 Prarit Bhargava <prarit at redhat.com> - 1:2.1.0-3
+* Wed Jan 19 2011 Anton Arapov <anton at redhat.com> - 1:2.11-1
+- Update to upstream 2.11 release. (#623047)
+- Fix the changelog's NVR.
+
+* Mon Nov 08 2010 Prarit Bhargava <prarit at redhat.com> - 1:2.10-3
 - updated kernel.spec for review [BZ 225698]
 
-* Fri Oct 15 2010 Anton Arapov <aarapov at redhat.com> - 1:2.1.0-2
+* Fri Oct 15 2010 Anton Arapov <aarapov at redhat.com> - 1:2.10-2
 - Does not build with gnu make v3.82+ (#631407)
 
-* Fri Dec 18 2009 Prarit Bhargava <prarit at redhat.com> - 1:2.1.0-1.40
+* Fri Dec 18 2009 Prarit Bhargava <prarit at redhat.com> - 1:2.10-1.40
 - Fix rpmlint errors in specfile
 
 * Fri Aug 28 2009 Jarod Wilson <jarod at redhat.com> - 1:2.10-1.39
diff --git a/sources b/sources
index 75107ba..dfdb15c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c9c4d55a40b78600f3b43bfa64616f9  dmidecode-2.10.tar.bz2
+567b7ec90b565bba338bd4b77f1ca2a0  dmidecode-2.11.tar.bz2


More information about the scm-commits mailing list