Wed, 26 Jun 2024 23:27:47 UTC | login

Information for build libdasm-1.6-8.fc33

ID137629
Package Namelibdasm
Version1.6
Release8.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libdasm.git#e926d8d706c6705322fccd7b4af67853429492fd
SummarySimple x86 disassembly library
Description libdasm is a C-library that tries to provide simple and convenient way to disassemble Intel x86 raw op-code bytes (machine code). It can parse and print out op-codes in AT&T and Intel syntax. The op-codes are based on IA-32 Intel Architecture Software Developers Manual Volume 2: Instruction Set Reference, order number 243667, year 2004. Non-Intel instructions are not supported at the moment (also, non-Intel but Intel-compatible CPU extensions, like AMD 3DNow! are not supported).
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 08:30:39 UTC
CompletedFri, 27 Mar 2020 08:50:42 UTC
Taskbuild (f33, /rpms/libdasm.git:e926d8d706c6705322fccd7b4af67853429492fd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libdasm.git#e926d8d706c6705322fccd7b4af67853429492fd'}}
Tags
f33
RPMs
src
libdasm-1.6-8.fc33.src.rpm (info) (download)
riscv64
libdasm-1.6-8.fc33.riscv64.rpm (info) (download)
libdasm-devel-1.6-8.fc33.riscv64.rpm (info) (download)
libdasm-debuginfo-1.6-8.fc33.riscv64.rpm (info) (download)
libdasm-debugsource-1.6-8.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Oct 23 2019 Michal Ambroz <rebus at, seznam.cz> - 1.6-7 - remove python2 package for fc32+ rhel8+ - add python3 support * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jul 17 2018 Miro HronĨok <mhroncok@redhat.com> - 1.6-4 - Update Python macros to new packaging standards (See https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package) - explicit build with python2 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Apr 17 2018 Michal Ambroz <rebus at, seznam.cz> - 1.6-2 - patch das to not request write permissions * Sun Apr 01 2018 Michal Ambroz <rebus at, seznam.cz> - 1.6-1 - switch to the github release of 1.6 * Fri Mar 30 2018 Michal Ambroz <rebus at, seznam.cz> - 1.5-6.20180328gitc315f8d - switch to github snapshot with BSD license - use ldconfig_scriptlets instead of ldconfig in post/postun