update to 7.6.8 [release 7.6.8-1mamba;Tue Sep 04 2018]

This commit is contained in:
Silvan Calarco 2024-01-06 04:19:33 +01:00
parent ab5f23aa69
commit 524807b337

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | sed "s|[a-z]||")
Name: libgc
Epoch: 1
Version: 7.6.4
Version: 7.6.8
Release: 1mamba
Summary: Boehm Conservative Garbage Collection for C/C++
Group: System/Libraries
@ -9,7 +9,8 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.hboehm.info/gc/
Source: http://www.hboehm.info/gc/gc_source/gc-%{version}.tar.gz
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
Patch0: libgc-7.1-dup_cpp_headers.patch
Patch1: libgc-7.2alpha4-install_dups.patch
License: BSD
@ -48,7 +49,7 @@ Provides implementations for atomic memory update operations on a number of arch
This package contains static libraries and header files need for development.
%prep
%setup -q -n gc-%{majver}
%setup -q -n bdwgc-%{version}
#%patch0 -p1
#%patch1 -p1
rm -f libtool libtool.m4
@ -109,6 +110,9 @@ make check
%doc doc/README*
%changelog
* Tue Sep 04 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 7.6.8-1mamba
- update to 7.6.8
* Sat Mar 24 2018 Automatic Build System <autodist@mambasoft.it> 7.6.4-1mamba
- automatic version update by autodist