Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

8 changed files with 66 additions and 9704 deletions

View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQRubvmgukeABuJ3bkzAN7tBMTTREQUCY+MPrwAKCRDAN7tBMTTR
EZX5AJ41n1UF6YaAnao6OWYfrE6nRyaL/gCeJxIgEKVf+YAROc6oe2C+jNu+6L8=
=kICs
-----END PGP SIGNATURE-----

BIN
flashrom-v1.3.0.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f934b076ed49eace203655ec249fc7861a6b8e87fe4aef732e47b6e485b6293
size 4774496

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQRubvmgukeABuJ3bkzAN7tBMTTREQUCZ2el2QAKCRDAN7tBMTTR
EYSSAKCaD/jDSxOVstHzTuL42U6xFNyMMQCfWiJFJP7uOh3ZaMSxOvB9YWMQ4kM=
=7aRS
-----END PGP SIGNATURE-----

View File

@ -1,29 +1,3 @@
-------------------------------------------------------------------
Sun Dec 22 10:48:46 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.5.1
* fixed an issue flashing some Intel-based platforms with the
internal programmer that was introduced in 1.5.0.
-------------------------------------------------------------------
Sun Dec 8 12:58:45 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.5.0
* https://www.flashrom.org/release_notes/v_1_5.html
* Update flashrom.keyring
-------------------------------------------------------------------
Sun Oct 13 10:16:37 UTC 2024 - ecsos <ecsos@opensuse.org>
- Fix build error under Leap.
-------------------------------------------------------------------
Sat Jul 27 23:57:36 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Add doc and bash-completion subpackages
- Update to 1.4.0:
- Full changelog: https://www.flashrom.org/release_notes/v_1_4.html
-------------------------------------------------------------------
Fri Sep 22 19:54:18 UTC 2023 - Adam Mizerski <adam@mizerski.pl>

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package flashrom
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,31 +17,25 @@
Name: flashrom
Version: 1.5.1
Version: 1.3.0
Release: 0
Summary: A universal flash programming utility
License: GPL-2.0-only
Group: Development/Tools/Other
URL: https://www.flashrom.org/
Source0: https://download.flashrom.org/releases/%{name}-v%{version}.tar.xz
Source1: https://download.flashrom.org/releases/%{name}-v%{version}.tar.xz.asc
URL: https://flashrom.org/Flashrom
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: meson >= 0.56.0
BuildRequires: meson >= 0.53.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(cmocka)
BuildRequires: pkgconfig(libcrypto)
BuildRequires: pkgconfig(libftdi1)
BuildRequires: pkgconfig(libjaylink)
BuildRequires: pkgconfig(libpci)
BuildRequires: pkgconfig(libusb)
BuildRequires: pkgconfig(zlib)
Recommends: %{name}-doc = %{version}
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64
%if 0%{?suse_version} > 1600
BuildRequires: python3-Sphinx
%else
BuildRequires: python311-Sphinx
%endif
%description
flashrom is a utility for reading, writing, verifying and erasing flash ROM
@ -54,24 +48,6 @@ It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and
TSOP40 chips, which use various protocols such as LPC, FWH, parallel flash,
or SPI.
%package doc
Summary: Documentation for %{name}
BuildArch: noarch
%description doc
Documentation files and examples for %{name}.
%package bash-completion
Summary: Bash Completion for %{name}
Group: System/Shells
Requires: %{name} = %{version}
Requires: bash-completion
Enhances: (%{name} and bash-completion)
BuildArch: noarch
%description bash-completion
Bash command-line completion support for %{name}.
%package -n libflashrom1
Summary: A universal flash programming utility
Group: Development/Tools/Other
@ -108,23 +84,16 @@ This package contains the headers needed to compile against libflashrom.
%install
%meson_install
rm %{buildroot}%{_libdir}/libflashrom.a
rm %{buildroot}%{_datadir}/doc/%{name}/html/.buildinfo
%post -n libflashrom1 -p /sbin/ldconfig
%postun -n libflashrom1 -p /sbin/ldconfig
%files
%license COPYING
%doc README.rst
%doc README
%{_sbindir}/flashrom
%{_mandir}/man8/flashrom.8%{ext_man}
%files doc
%{_datadir}/doc/%{name}
%files bash-completion
%{_datadir}/bash-completion
%files -n libflashrom1
%{_libdir}/libflashrom.so.1
%{_libdir}/libflashrom.so.1.0.0

0
ready Normal file
View File