From f6e982ed798d9baf923a15f0e9ec09948db965cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Sat, 27 Feb 2016 19:51:08 +0100 Subject: [PATCH] - install also cord_pos.h --- gc-7.4.2-install.patch | 11 +++++++++++ gc.spec | 10 +++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 gc-7.4.2-install.patch diff --git a/gc-7.4.2-install.patch b/gc-7.4.2-install.patch new file mode 100644 index 0000000..317adb1 --- /dev/null +++ b/gc-7.4.2-install.patch @@ -0,0 +1,11 @@ +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 diff --git a/gc.spec b/gc.spec index 606d20f..f286136 100644 --- a/gc.spec +++ b/gc.spec @@ -2,11 +2,15 @@ Summary: A garbage collector for C and C++ Name: gc Version: 7.4.2 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Url: http://www.hboehm.info/gc/ 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 @@ -35,6 +39,7 @@ Provides: libgc-devel = %{version}-%{release} %prep %setup -q -n gc-%{version}%{?pre} +%patch0 -p1 -b .inst # refresh auto*/libtool to purge rpaths rm -f libtool libtool.m4 @@ -93,6 +98,9 @@ make check %{?arch_ignore} %changelog +* Sat Feb 27 2016 Dan HorĂ¡k - 7.4.2-6 +- install also cord_pos.h + * Wed Feb 03 2016 Fedora Release Engineering - 7.4.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild