gc-7.4.4 (#1346538)
This commit is contained in:
parent
f6e982ed79
commit
a1e7513e59
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/gc-7.2e.tar.gz
|
/gc-7.2e.tar.gz
|
||||||
/gc-7.4.2.tar.gz
|
/gc-7.4.2.tar.gz
|
||||||
|
/gc-7.4.4.tar.gz
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
diff -up gc-7.4.2/cord/cord.am.inst gc-7.4.2/cord/cord.am
|
|
||||||
--- gc-7.4.2/cord/cord.am.inst 2016-02-27 19:43:26.000000000 +0100
|
|
||||||
+++ gc-7.4.2/cord/cord.am 2016-02-27 19:43:48.000000000 +0100
|
|
||||||
@@ -22,4 +22,6 @@ EXTRA_DIST += \
|
|
||||||
cord/tests/de_win.h \
|
|
||||||
cord/tests/de_win.rc
|
|
||||||
|
|
||||||
-pkginclude_HEADERS += include/cord.h
|
|
||||||
+pkginclude_HEADERS += \
|
|
||||||
+ include/cord.h \
|
|
||||||
+ include/cord_pos.h
|
|
14
gc.spec
14
gc.spec
@ -1,16 +1,12 @@
|
|||||||
|
|
||||||
Summary: A garbage collector for C and C++
|
Summary: A garbage collector for C and C++
|
||||||
Name: gc
|
Name: gc
|
||||||
Version: 7.4.2
|
Version: 7.4.4
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.hboehm.info/gc/
|
Url: http://www.hboehm.info/gc/
|
||||||
Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}%{?pre}.tar.gz
|
Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}%{?pre}.tar.gz
|
||||||
# https://github.com/ivmai/bdwgc/commit/b519011261256f8b5b0f3d9868536271c78b53f5
|
|
||||||
# backported without ec.h because the cord_ec_* functions are not present
|
|
||||||
# in our build
|
|
||||||
Patch0: gc-7.4.2-install.patch
|
|
||||||
|
|
||||||
## upstreamable patches
|
## upstreamable patches
|
||||||
|
|
||||||
@ -38,8 +34,7 @@ Provides: libgc-devel = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gc-%{version}%{?pre}
|
%autosetup -n gc-%{version}%{?pre}
|
||||||
%patch0 -p1 -b .inst
|
|
||||||
|
|
||||||
# refresh auto*/libtool to purge rpaths
|
# refresh auto*/libtool to purge rpaths
|
||||||
rm -f libtool libtool.m4
|
rm -f libtool libtool.m4
|
||||||
@ -98,6 +93,9 @@ make check %{?arch_ignore}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 7.4.4-1
|
||||||
|
- gc-7.4.4 (#1346538)
|
||||||
|
|
||||||
* Sat Feb 27 2016 Dan Horák <dan[at]danny.cz> - 7.4.2-6
|
* Sat Feb 27 2016 Dan Horák <dan[at]danny.cz> - 7.4.2-6
|
||||||
- install also cord_pos.h
|
- install also cord_pos.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user