update to 0.184 [release 0.184-1mamba;Fri May 21 2021]
This commit is contained in:
parent
e158499704
commit
6fe7a1a66f
@ -4,7 +4,7 @@
|
||||
%define portability_version 0.163
|
||||
|
||||
Name: elfutils
|
||||
Version: 0.183
|
||||
Version: 0.184
|
||||
Release: 1mamba
|
||||
Summary: A collection of utilities and DSOs to handle compiled objects
|
||||
Group: Development/Tools
|
||||
@ -12,7 +12,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://sourceware.org/elfutils/
|
||||
Source: https://sourceware.org/elfutils/ftp/0.183/elfutils-%{version}.tar.bz2
|
||||
Source: https://sourceware.org/elfutils/ftp/%{version}/elfutils-%{version}.tar.bz2
|
||||
## NOTE: manual intervetion needed for updates, upstream files don't have version in name
|
||||
#Patch1: https://fedorahosted.org/releases/e/l/elfutils/%{version}/elfutils-0.158-robustify.patch
|
||||
#Patch2: https://fedorahosted.org/releases/e/l/elfutils/%{portability_version}/elfutils-portability-%{portability_version}.patch
|
||||
@ -22,6 +22,16 @@ Patch5: %{name}-0.131-off64_t.patch
|
||||
License: Open Software License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libmicrohttpd-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: gcc >= 3.4
|
||||
@ -29,7 +39,6 @@ BuildRequires: bison >= 1.875
|
||||
BuildRequires: flex >= 2.5.4a
|
||||
BuildRequires: bzip2
|
||||
Requires: %{libname} = %{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Elfutils is a collection of utilities, including:
|
||||
@ -202,6 +211,9 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
|
||||
%{_libdir}/pkgconfig/libdebuginfod.pc
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.184-1mamba
|
||||
- update to 0.184
|
||||
|
||||
* Sun Feb 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.183-1mamba
|
||||
- update to 0.183
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user