diff --git a/flashrom-1.0.1.tar.bz2.sig b/flashrom-1.0.1.tar.bz2.sig new file mode 100644 index 0000000..9ce24a4 Binary files /dev/null and b/flashrom-1.0.1.tar.bz2.sig differ diff --git a/flashrom-1.0.tar.bz2 b/flashrom-1.0.tar.bz2 deleted file mode 100644 index f5eb3a3..0000000 --- a/flashrom-1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64 -size 321693 diff --git a/flashrom-1.0.tar.bz2.sig b/flashrom-1.0.tar.bz2.sig deleted file mode 100644 index 86c69d3..0000000 Binary files a/flashrom-1.0.tar.bz2.sig and /dev/null differ diff --git a/flashrom-v1.0.1.tar.bz2 b/flashrom-v1.0.1.tar.bz2 new file mode 100644 index 0000000..aad1365 --- /dev/null +++ b/flashrom-v1.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d579f8dda5b69eeab55a658d59ffbe185443e4e8477e751aaf38c36468cede44 +size 325720 diff --git a/flashrom.changes b/flashrom.changes index c5ce3d3..a0cd4e4 100644 --- a/flashrom.changes +++ b/flashrom.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Mar 31 20:18:21 UTC 2019 - Martin Hauke + +- 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 diff --git a/flashrom.spec b/flashrom.spec index 12481e3..141495a 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -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} \