61 Commits

Author SHA256 Message Date
8d8a47b5ff Accepting request 1282873 from hardware
OBS-URL: https://build.opensuse.org/request/show/1282873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=32
2025-06-10 06:57:03 +00:00
f042ae13d7 Accepting request 1282785 from home:ecsos
- Fix build error for Leap 16.0
- 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.
- Update to version 1.5.0
  * https://www.flashrom.org/release_notes/v_1_5.html
  * Update flashrom.keyring
- Fix build error under Leap.
- Add doc and bash-completion subpackages
- Update to 1.4.0:
  - Full changelog: https://www.flashrom.org/release_notes/v_1_4.html
- Update to 1.3.0
  - See changelog at https://www.flashrom.org/Flashrom/1.3
- Removed patches (merged upstream):
  - flashrom-install-man-file.patch
  - flashrom-j-link-spi.patch
- Switch to meson
- Add flashrom-install-man-file.patch: install the man file when
  using meson.
- Add flashrom-j-link-spi.patch: Add missing meson option for
  J-Link SPI.
- Drop fix_aarch64.patch: no longer relevant.
- Package the library and headers.
- Enable build on riscv64
- Drop requires on dmidecode, no longer needed
- Fix build on aarch64 with upstream patch:
  * fix_aarch64.patch
- Update to version 1.2
  - Meson support
  - Layout improvements/fixes and many, many code cleanups.
  - New chips: MX25U25635F, MX25L51245G, GD25Q256D, M95M02-A125,
    N25Q/MT25Q variants, W25Q128JW_DTR, AT25SF321, S25FL512S
  - New programmers: National Instruments USB-845x, Tin Can Tools
    Flyswatter/Flyswatter 2, STLINK V3, more Intel PCHs (Apollo
    Lake, Cannon Lake variants, Ice Lake U)
  - Reduced dependency on libusb0
  - Syntax: Added --flash-name and --flash-size arguments to print
    information about the flash chip
- Update to version 1.1
  New major user-visible features
  * 4-byte address support for many SPI programmers
  * New option to use a reference file for flash contents
    (--flash-contents)
  * Layout support for coreboot's FMAP format (--fmap, --fmap-file)
  * BAUD rate selection for Buspirate SPI
  * Support for the ENE Embedded Debug Interface (EDI), probably
    our first non-jedec SPI target
  * On Intel ME enabled systems, internal flashing is allowed by
    default
  New programmers
  * ENE Embedded Debug Interface EDI
  * Linux' MTD interface
  * Digilent SPI for the iCEblink40 development board
  * Developerbox/CP2104 bit banging
  * J-Link SPI
  * Dediprog firmwares >= 7.2.30
  * Dediprog SF200
  * Intel Kabylake PCHs
  Support for lots of new chips
- 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
- Update to version 1.0
  * Support layouts for read and erase commands
  * New command line switch --noverify-all (-N) allows flashing of
    individual regions without reading the whole flash chip
    (particular useful with locked down Intel ME firmware)
  * New command line switch --ifd to read the layout from an
    Intel Firmware Descriptor on flash
  * We got rid of the delay-loop calibration (if the OS provides an
    accurate timer through clock_gettime())
  * Reading speed of USB programmers should have increased (reading
    bigger chunks at once, we reduce the overhead)
  * Support Intel 100 series PCHs (Sunrise Point, coupled with
    Skylake and Kaby Lake) and C620 series PCHs (Lewisburg paired
    with Workstation/Server versions of the former)
  * New programmers
    + Intel 100 series / C620 series PCHs
    + Intel I210 NICs (EEPROM and SPI)
    + AMD Merlin Falcon (FP4)
  * New chips
    + W25Q128.W
- Specfile cleanup
- Verify source signature
- Enable build for ARM
- Update to 0.9.9
  * Enable the dediprog module by default, add support for Dediprog
    SF600 and the new communication protocol of the SF100 with
    newer firmware
  * Add support to update the firmware of Promise UltraATA
    controllers
  * Support new programers: WCH CH341A, VIA VT8251
  * Support new chips:
    + ESI ES25P40, ES25P80, ES25P16
    + GigaDevice GD25VQ41B, GD25Q128C, GD25VQ21B, GD25VQ40C,
      GD25VQ80C and GD25VQ16C, GD25LQ40, GD25LQ80, GD25LQ16,
      GD25LQ64(B), GD25LQ128
    + PMC Pm25LQ020, Pm25LQ040, Pm25LQ080, Pm25LQ016, Pm25LQ032C
    + Sanyo LE25FU406C/LE25U40CMC
    + SST SST25WF020A, SST25WF040B, SST25WF080B
    + Winbond W29C512A/W29EE512
  * Allow to link flashrom statically (with make CONFIG_STATIC=yes)
  * Ease debugging of build problems with libraries
  * Ignore 0x00 as a flash chip manufacturer ID in the generic
    match to avoid ambiguous messages
  * Various improvements for serprog-based programmers
  * Add support for libftdi1
  * Add infrastructure for libusb1 and use it for new programmers
  * Rigorously check integrity of I/O stream data
  * Add make parameters for easier disabling/enabling of various
    classes of programmers
- Update to 0.9.8
  * A bunch of newly supported architectures: ARM 64bit, 
    big-endian ARM, PowerPC 64bit, SPARC.
  * Better support for AMD chipsets in general (speed selection, 
    more conservative defaults etc.).
  * Add new programmer support:
  * AMD Yangtze's SPI controller (found in Kabini and Tamesh) as 
    well as the one in Bolton FCHs (A78, A88X, A77E).
  * Intel Silvermont chipsets (Bay Trail, Rangeley and Avoton) and 
    Wildcat Point (for Broadwell).
  * ITE IT8212F parallel programmer as it8212 (found on PCI SATA 
    RAID controllers).
  * VIA VT6421A LPC programmer as atavia (found on PCI SATA 
    controllers).
  * EEPROMs on Intel network cards based on the 82580 NIC 
    (nicintel_eeprom).
  * Intel 82599 10 GbE NICs boot PROMs (part of nicintel_spi).
  * Microchip PICkit 2
  * MSTAR I²C ISP protocol (not compiled in by default). Rewrites the 
    firmware of your screen over VGA/DVI(!).
  * Extension of the rayer_spi module to supported various similar 
    devices (Altera ByteBlasterMV, Atmel STK200/300, Wiggler LPT).
  * Switching betweens chips on boards with GIGABYTE's DualBIOS 
    (using the dualbiosindex programmer parameter).
  * Enable fwh_idsel parameter for C-ICH and ICH2/3/4/5 chipsets.
  * Finer-grained display of support status used for flash chip 
    operations, chipsets, mainboards and programmers (new states: 
    configuration-dependent, not applicable).
- Build Require libusb-devel, fix build in factory 
- update to 0.9.7 r1852.
- Update to version 0.9.7
  + see http://flashrom.org/Flashrom/0.9.7 for changes
- Use official tarball instead of generated one from svn
- Let RPM strips manpage himself;
- Change Url to real one
- license update: GPL-2.0
  No indication of aggregation
- update license to new format
- Update to 0.9.6.1
- update to 0.9.4 r1457.
  * Mark several new boards as supported/unsupported
- update to 0.9.4 r1450.
  * support more devices
- Fix update-snapshots script when running svn with locales other
  than english.
- Update flashrom from 0.9.4-beta to 0.9.4
  * Fixes for crashes and corruption in corner cases
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)
- update to 0.9.3 r1322.
- update to 0.9.3 r1283.
- update to 0.9.3 r1246.
- split package into coreboot-utils and flashrom
- add update-snapshots script
- Update flashrom to from 0.9.1-rc1 to 0.9.1
  * Bug fixes and documentation fixes only
- Update nvramtool to r4625
  * Fix HIGH_TABLES
  * Install manpage in section 8 instead of section 1
- Update flashrom description
- Add nvramtool description
- Use RPM_OPT_FLAGS, drop custom CFLAGS/LDFLAGS
- Install nvramtool in sbin because it's only usable as root
- Update flashrom to version 0.9.1-rc1
* Support for more external flashers
* Universal external flasher protocol
* Automatic write/erase verification
* Dozens of added flash chips, chipsets, mainboards
* No root privileges needed for most external flashers
* Improved more verbose user interface
* Speedups: Fast bus type dependent probing, 100x faster write for
  some chips
* Reliability fixes for buggy hardware, corner case spec
  conformance
- Update coreboot-utils to version 0.9.0
- update nvramtool to svn release r3852
- update flashrom to svn release r3852
- update nvramtool to svn release r3613
- update flashrom to svn release r3659
- add ExclusiveArch 
- rename lxbios to nvramtool
- update nvramtool to svn release r3124
- update flashrom to svn release r3153
- update to svn release r3061
  o Support SPI flash chips bigger than 512 kByte sitting behind
    IT8716F Super I/O performing LPC-to-SPI flash translation.
  o Enable MX25L8005 support in flashrom.
  o Minor changes.
- add lxbios utility
- initial package

OBS-URL: https://build.opensuse.org/request/show/1282785
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=58
2025-06-04 17:58:30 +00:00
78d9201644 Accepting request 1234525 from hardware
OBS-URL: https://build.opensuse.org/request/show/1234525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=31
2025-01-06 15:04:47 +00:00
5f9a955683 Accepting request 1233036 from home:mnhauke
- 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.

OBS-URL: https://build.opensuse.org/request/show/1233036
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=56
2025-01-02 09:44:46 +00:00
5374f759f5 Accepting request 1231759 from hardware
- Update to version 1.5.0
  * https://www.flashrom.org/release_notes/v_1_5.html
  * Update flashrom.keyring

OBS-URL: https://build.opensuse.org/request/show/1231759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=30
2024-12-18 19:09:04 +00:00
4389c20edb cmake is not needed for building, compare with:
https://build.opensuse.org/request/show/1230189#comment-2069128

OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=54
2024-12-17 21:13:41 +00:00
b8b58cc578 Accepting request 1229123 from home:mnhauke
- Update to version 1.5.0
  * https://www.flashrom.org/release_notes/v_1_5.html
  * Update flashrom.keyring

OBS-URL: https://build.opensuse.org/request/show/1229123
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=53
2024-12-11 19:24:07 +00:00
c430cbf77b Accepting request 1207944 from hardware
OBS-URL: https://build.opensuse.org/request/show/1207944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=29
2024-10-15 12:57:47 +00:00
79c5f7127d Accepting request 1207571 from home:ecsos
- Fix build error under Leap.

OBS-URL: https://build.opensuse.org/request/show/1207571
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=51
2024-10-14 13:41:37 +00:00
b03c776e1f Accepting request 1204131 from hardware
OBS-URL: https://build.opensuse.org/request/show/1204131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=28
2024-09-29 16:09:23 +00:00
a55b0d1fbc Accepting request 1193267 from home:smolsheep:upgrades
- Add doc and bash-completion subpackages
- Update to 1.4.0:
  - Full changelog: https://www.flashrom.org/release_notes/v_1_4.html

OBS-URL: https://build.opensuse.org/request/show/1193267
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=49
2024-09-27 11:08:31 +00:00
c3804f5844 Accepting request 1113389 from hardware
OBS-URL: https://build.opensuse.org/request/show/1113389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=27
2023-09-26 20:00:49 +00:00
25deb23e88 Accepting request 1113158 from home:etamPL:branches:hardware
- Update to 1.3.0
  - See changelog at https://www.flashrom.org/Flashrom/1.3
- Removed patches (merged upstream):
  - flashrom-install-man-file.patch
  - flashrom-j-link-spi.patch

OBS-URL: https://build.opensuse.org/request/show/1113158
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=47
2023-09-25 09:00:19 +00:00
f3b1e929ce Accepting request 990995 from hardware
OBS-URL: https://build.opensuse.org/request/show/990995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=26
2022-07-26 17:44:25 +00:00
fbbadb03f2 Accepting request 990902 from home:mgorse:branches:hardware
- Switch to meson
- Add flashrom-install-man-file.patch: install the man file when
  using meson.
- Add flashrom-j-link-spi.patch: Add missing meson option for
  J-Link SPI.
- Drop fix_aarch64.patch: no longer relevant.
- Package the library and headers.

OBS-URL: https://build.opensuse.org/request/show/990902
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=45
2022-07-25 10:44:56 +00:00
e1c119e0cb Accepting request 920389 from hardware
OBS-URL: https://build.opensuse.org/request/show/920389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=25
2021-09-20 21:33:45 +00:00
82a6749f54 Accepting request 917762 from openSUSE:Factory:RISCV
- Enable build on riscv64
- Drop requires on dmidecode, no longer needed

OBS-URL: https://build.opensuse.org/request/show/917762
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=44
2021-09-20 20:08:31 +00:00
4dd188056a Accepting request 851347 from hardware
OBS-URL: https://build.opensuse.org/request/show/851347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=24
2020-11-29 11:30:21 +00:00
371278bd69 Accepting request 851249 from home:Guillaume_G:branches:hardware
- Fix build on aarch64 with upstream patch:
  * fix_aarch64.patch

OBS-URL: https://build.opensuse.org/request/show/851249
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=42
2020-11-27 14:11:30 +00:00
e6ffe993c4 Accepting request 777877 from hardware
OBS-URL: https://build.opensuse.org/request/show/777877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=23
2020-02-21 15:42:23 +00:00
Tomáš Chvátal
4c5264822a Accepting request 777778 from home:mnhauke
- Update to version 1.2
  - Meson support
  - Layout improvements/fixes and many, many code cleanups.
  - New chips: MX25U25635F, MX25L51245G, GD25Q256D, M95M02-A125,
    N25Q/MT25Q variants, W25Q128JW_DTR, AT25SF321, S25FL512S
  - New programmers: National Instruments USB-845x, Tin Can Tools
    Flyswatter/Flyswatter 2, STLINK V3, more Intel PCHs (Apollo
    Lake, Cannon Lake variants, Ice Lake U)
  - Reduced dependency on libusb0
  - Syntax: Added --flash-name and --flash-size arguments to print
    information about the flash chip

OBS-URL: https://build.opensuse.org/request/show/777778
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=40
2020-02-21 09:26:33 +00:00
3ea00c4283 Accepting request 712510 from hardware
OBS-URL: https://build.opensuse.org/request/show/712510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=22
2019-07-11 11:08:27 +00:00
Tomáš Chvátal
b1c9659618 Accepting request 711569 from home:mnhauke
- Update to version 1.1
  New major user-visible features
  * 4-byte address support for many SPI programmers
  * New option to use a reference file for flash contents
    (--flash-contents)
  * Layout support for coreboot's FMAP format (--fmap, --fmap-file)
  * BAUD rate selection for Buspirate SPI
  * Support for the ENE Embedded Debug Interface (EDI), probably
    our first non-jedec SPI target
  * On Intel ME enabled systems, internal flashing is allowed by
    default
  New programmers
  * ENE Embedded Debug Interface EDI
  * Linux' MTD interface
  * Digilent SPI for the iCEblink40 development board
  * Developerbox/CP2104 bit banging
  * J-Link SPI
  * Dediprog firmwares >= 7.2.30
  * Dediprog SF200
  * Intel Kabylake PCHs
  Support for lots of new chips

OBS-URL: https://build.opensuse.org/request/show/711569
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=38
2019-06-29 08:06:29 +00:00
49abc8b64b Accepting request 691709 from hardware
OBS-URL: https://build.opensuse.org/request/show/691709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=21
2019-04-05 10:06:19 +00:00
Tomáš Chvátal
1332445cbf 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
2019-04-05 07:37:35 +00:00
e07ebf3c91 Accepting request 562855 from hardware
OBS-URL: https://build.opensuse.org/request/show/562855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=20
2018-01-09 13:56:39 +00:00
Josef Möllers
ec9088de68 OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=34 2018-01-09 10:54:21 +00:00
Josef Möllers
37d5d0db90 Accepting request 562610 from home:mnhauke
- Update to version 1.0
  * Support layouts for read and erase commands
  * New command line switch --noverify-all (-N) allows flashing of
    individual regions without reading the whole flash chip
    (particular useful with locked down Intel ME firmware)
  * New command line switch --ifd to read the layout from an
    Intel Firmware Descriptor on flash
  * We got rid of the delay-loop calibration (if the OS provides an
    accurate timer through clock_gettime())
  * Reading speed of USB programmers should have increased (reading
    bigger chunks at once, we reduce the overhead)
  * Support Intel 100 series PCHs (Sunrise Point, coupled with
    Skylake and Kaby Lake) and C620 series PCHs (Lewisburg paired
    with Workstation/Server versions of the former)
  * New programmers
    + Intel 100 series / C620 series PCHs
    + Intel I210 NICs (EEPROM and SPI)
    + AMD Merlin Falcon (FP4)
  * New chips
    + W25Q128.W
- Specfile cleanup
- Verify source signature

OBS-URL: https://build.opensuse.org/request/show/562610
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=33
2018-01-09 10:49:33 +00:00
a94223aefe Accepting request 493055 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/493055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=19
2017-05-16 12:38:22 +00:00
7775bd8428 Accepting request 491255 from home:algraf:branches:hardware
OBS-URL: https://build.opensuse.org/request/show/491255
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=31
2017-05-05 16:58:16 +00:00
d3994ddc1d Accepting request 415220 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/415220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=18
2016-07-27 14:13:03 +00:00
Ismail Dönmez
681932c447 Accepting request 415207 from home:gary_lin:branches:hardware
- Update to 0.9.9

OBS-URL: https://build.opensuse.org/request/show/415207
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=29
2016-07-26 09:54:02 +00:00
326d88192f Accepting request 294302 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/294302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=17
2015-04-07 07:29:20 +00:00
Ismail Dönmez
f12d5871de Accepting request 294283 from home:pluskalm:branches:hardware
- Update to 0.9.8

OBS-URL: https://build.opensuse.org/request/show/294283
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=27
2015-04-03 10:37:26 +00:00
Stephan Kulow
9dd676a0e5 Accepting request 259174 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/259174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=16
2014-11-03 12:11:51 +00:00
Ismail Dönmez
002e49990a Accepting request 259022 from home:elvigia:branches:hardware
- Build Require libusb-devel, fix build in factory 

- update to 0.9.7 r1852.

OBS-URL: https://build.opensuse.org/request/show/259022
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=25
2014-10-31 16:08:53 +00:00
Tomáš Chvátal
57c665b7db Accepting request 188222 from hardware
update (forwarded request 188220 from posophe)

OBS-URL: https://build.opensuse.org/request/show/188222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=13
2013-08-15 18:58:15 +00:00
Ismail Dönmez
ba496f383a Accepting request 188220 from home:posophe:branches:hardware
update

OBS-URL: https://build.opensuse.org/request/show/188220
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=23
2013-08-15 11:41:37 +00:00
Stephan Kulow
8577608d8b Accepting request 159814 from hardware
license update: GPL-2.0
No indication of aggregation (forwarded request 159153 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/159814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=12
2013-03-20 08:52:41 +00:00
Ismail Dönmez
ed2ff83a87 Accepting request 159153 from home:babelworx:ldig:branches:hardware
license update: GPL-2.0
No indication of aggregation

OBS-URL: https://build.opensuse.org/request/show/159153
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=21
2013-03-18 14:12:41 +00:00
Carl-Daniel Hailfinger
3f1773f286 Accepting request 157369 from openSUSE:Factory:Staging:spdx
update license to new format

OBS-URL: https://build.opensuse.org/request/show/157369
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=20
2013-03-05 15:50:39 +00:00
Stephan Kulow
ef325e54e6 Accepting request 137379 from hardware
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/137379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=10
2012-10-07 16:57:50 +00:00
Carl-Daniel Hailfinger
0e33db2697 Wrong tarball...
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=18
2012-09-23 22:14:38 +00:00
Carl-Daniel Hailfinger
ee1fdd2191 - Update to 0.9.6.1
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=17
2012-09-23 22:10:35 +00:00
Stephan Kulow
925071e024 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=8
2011-12-06 17:09:38 +00:00
Stephan Kulow
a3f6df9e79 Accepting request 89726 from hardware
- update to 0.9.4 r1457.
  * Mark several new boards as supported/unsupported (forwarded request 89724 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/89726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=7
2011-10-29 06:00:12 +00:00
fb217ab7db Accepting request 89724 from home:elvigia:branches:hardware
- update to 0.9.4 r1457.
  * Mark several new boards as supported/unsupported

OBS-URL: https://build.opensuse.org/request/show/89724
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=15
2011-10-29 02:49:01 +00:00
Lars Vogdt
090568de46 Accepting request 87861 from hardware
- update to 0.9.4 r1450.
  * support more devices
- Fix update-snapshots script when running svn with locales other
  than english. (forwarded request 87775 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/87861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=5
2011-10-16 10:44:01 +00:00
49b4ea134f Accepting request 87775 from home:elvigia:branches:hardware
- update to 0.9.4 r1450.
  * support more devices
- Fix update-snapshots script when running svn with locales other
  than english.

OBS-URL: https://build.opensuse.org/request/show/87775
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=13
2011-10-14 14:10:42 +00:00
Lars Vogdt
f1e133681e Accepting request 87405 from hardware
- Update flashrom from 0.9.4-beta to 0.9.4
  * Fixes for crashes and corruption in corner cases

- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)

- update to 0.9.3 r1322.

- update to 0.9.3 r1283.

OBS-URL: https://build.opensuse.org/request/show/87405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=4
2011-10-12 14:11:53 +00:00