Page MenuHomeSolus

D8295.id.diff
No OneTemporary

D8295.id.diff

diff --git a/abi_symbols b/abi_symbols
new file mode 100644
--- /dev/null
+++ b/abi_symbols
@@ -0,0 +1,24 @@
+libflashrom.so.1:LIBFLASHROM_1.0
+libflashrom.so.1:flashrom_data_free
+libflashrom.so.1:flashrom_flag_get
+libflashrom.so.1:flashrom_flag_set
+libflashrom.so.1:flashrom_flash_erase
+libflashrom.so.1:flashrom_flash_getsize
+libflashrom.so.1:flashrom_flash_probe
+libflashrom.so.1:flashrom_flash_release
+libflashrom.so.1:flashrom_image_read
+libflashrom.so.1:flashrom_image_verify
+libflashrom.so.1:flashrom_image_write
+libflashrom.so.1:flashrom_init
+libflashrom.so.1:flashrom_layout_include_region
+libflashrom.so.1:flashrom_layout_read_fmap_from_buffer
+libflashrom.so.1:flashrom_layout_read_fmap_from_rom
+libflashrom.so.1:flashrom_layout_read_from_ifd
+libflashrom.so.1:flashrom_layout_release
+libflashrom.so.1:flashrom_layout_set
+libflashrom.so.1:flashrom_programmer_init
+libflashrom.so.1:flashrom_programmer_shutdown
+libflashrom.so.1:flashrom_set_log_callback
+libflashrom.so.1:flashrom_shutdown
+libflashrom.so.1:flashrom_supported_programmers
+libflashrom.so.1:flashrom_version_info
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,5 +1,4 @@
libc.so.6
+libftdi1.so.2
libpci.so.3
-librt.so.1
-libusb-0.1.so.4
libusb-1.0.so.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : flashrom
-version : 1.1
-release : 3
+version : 1.2
+release : 4
source :
- - https://download.flashrom.org/releases/flashrom-v1.1.tar.bz2 : aeada9c70c22421217c669356180c0deddd0b60876e63d2224e3260b90c14e19
+ - https://download.flashrom.org/releases/flashrom-v1.2.tar.bz2 : e1f8d95881f5a4365dfe58776ce821dfcee0f138f75d0f44f8a3cd032d9ea42b
license : GPL-2.0-or-later
component : system.utils
summary : flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips.
@@ -11,7 +11,10 @@
builddeps :
- pkgconfig(libpci)
- pkgconfig(libusb)
+ - pkgconfig(libftdi1)
+setup : |
+ %meson_configure
build : |
- %make
+ %ninja_build
install : |
- %make_install PREFIX=/usr
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -19,17 +19,33 @@
</Description>
<PartOf>system.utils</PartOf>
<Files>
+ <Path fileType="library">/usr/lib64/libflashrom.so.1</Path>
+ <Path fileType="library">/usr/lib64/libflashrom.so.1.0.0</Path>
<Path fileType="executable">/usr/sbin/flashrom</Path>
- <Path fileType="man">/usr/share/man/man8/flashrom.8</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>flashrom-devel</Name>
+ <Summary xml:lang="en">Development files for flashrom</Summary>
+ <Description xml:lang="en">flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="4">flashrom</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/libflashrom.h</Path>
+ <Path fileType="library">/usr/lib64/libflashrom.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/flashrom.pc</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2019-06-24</Date>
- <Version>1.1</Version>
+ <Update release="4">
+ <Date>2020-02-24</Date>
+ <Version>1.2</Version>
<Comment>Packaging update</Comment>
<Name>Moriel Yitzhak Ever</Name>
<Email>emoriel17@yahoo.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 10:35 PM (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808364
Default Alt Text
D8295.id.diff (3 KB)

Event Timeline