automatic version update by autodist [release 8.0.6-1mamba;Thu Sep 30 2021]

This commit is contained in:
Automatic Build System 2024-01-06 04:19:34 +01:00
parent b7f0f621f3
commit 5091233901

View File

@ -1,14 +1,14 @@
%define majver %(echo %version | sed "s|[a-z]||") %define majver %(echo %version | sed "s|[a-z]||")
Name: libgc Name: libgc
Epoch: 1 Epoch: 1
Version: 8.0.4 Version: 8.0.6
Release: 1mamba Release: 1mamba
Summary: Boehm Conservative Garbage Collection for C/C++ Summary: Boehm Conservative Garbage Collection for C/C++
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.hboehm.info/gc/ URL: https://www.hboehm.info/gc/
Source: https://github.com/ivmai/bdwgc.git/v%{version}/bdwgc-%{version}.tar.bz2 Source: https://github.com/ivmai/bdwgc.git/v%{version}/bdwgc-%{version}.tar.bz2
#Source: http://www.hboehm.info/gc/gc_source/gc-%{version}.tar.gz #Source: http://www.hboehm.info/gc/gc_source/gc-%{version}.tar.gz
Patch0: libgc-7.1-dup_cpp_headers.patch Patch0: libgc-7.1-dup_cpp_headers.patch
@ -16,13 +16,13 @@ Patch1: libgc-7.2alpha4-install_dups.patch
License: BSD License: BSD
BuildRequires: glibc BuildRequires: glibc
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libatomic_ops-devel BuildRequires: libatomic_ops-devel
BuildRequires: libtool BuildRequires: libtool
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
%description %description
This is a garbage collecting storage allocator that is intended to be used as a plug-in replacement for C's malloc. This is a garbage collecting storage allocator that is intended to be used as a plug-in replacement for C's malloc.
@ -110,6 +110,9 @@ make check
%doc doc/README* %doc doc/README*
%changelog %changelog
* Thu Sep 30 2021 Automatic Build System <autodist@mambasoft.it> 8.0.6-1mamba
- automatic version update by autodist
* Thu Sep 26 2019 Automatic Build System <autodist@mambasoft.it> 8.0.4-1mamba * Thu Sep 26 2019 Automatic Build System <autodist@mambasoft.it> 8.0.4-1mamba
- automatic version update by autodist - automatic version update by autodist