forked from pool/flashrom
Accepting request 690202 from home:mnhauke
- Update to version 1.0.1 * linux_spi: Reduce maximum read chunksize * Hardcode default spispeed of 2MHz Default speed of kernel drivers isn't always sane (any more). * Fix dmi_match string for ThinkPad X201 * verification with sparse layouts * Fix erasing of unaligned regions OBS-URL: https://build.opensuse.org/request/show/690202 OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=36
This commit is contained in:
parent
4bf4693485
commit
e143ef3129
BIN
flashrom-1.0.1.tar.bz2.sig
Normal file
BIN
flashrom-1.0.1.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64
|
||||
size 321693
|
Binary file not shown.
3
flashrom-v1.0.1.tar.bz2
Normal file
3
flashrom-v1.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d579f8dda5b69eeab55a658d59ffbe185443e4e8477e751aaf38c36468cede44
|
||||
size 325720
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 31 20:18:21 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.0.1
|
||||
* linux_spi: Reduce maximum read chunksize
|
||||
* Hardcode default spispeed of 2MHz
|
||||
Default speed of kernel drivers isn't always sane (any more).
|
||||
* Fix dmi_match string for ThinkPad X201
|
||||
* verification with sparse layouts
|
||||
* Fix erasing of unaligned regions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 14:52:38 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package flashrom
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,19 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: flashrom
|
||||
Version: 1.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: A universal flash programming utility
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Tools/Other
|
||||
Url: https://flashrom.org/Flashrom
|
||||
Source0: https://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
|
||||
Source1: https://download.flashrom.org/releases/%{name}-%{version}.tar.bz2.asc#/%{name}-%{version}.tar.bz2.sig
|
||||
Source0: https://download.flashrom.org/releases/%{name}-v%{version}.tar.bz2
|
||||
Source1: https://download.flashrom.org/releases/%{name}-v%{version}.tar.bz2.asc#/%{name}-%{version}.tar.bz2.sig
|
||||
# Got the key from David Hendricks
|
||||
Source2: %{name}.keyring
|
||||
BuildRequires: pkgconfig
|
||||
@ -47,7 +47,7 @@ TSOP40 chips, which use various protocols such as LPC, FWH, parallel flash,
|
||||
or SPI.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-v%{version}
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} \
|
||||
|
Loading…
Reference in New Issue
Block a user