This commit is contained in:
Rex Dieter 2016-06-17 11:45:59 -05:00
parent f6e982ed79
commit a1e7513e59
4 changed files with 8 additions and 20 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/gc-7.2e.tar.gz
/gc-7.4.2.tar.gz
/gc-7.4.4.tar.gz

View File

@ -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
View File

@ -1,16 +1,12 @@
Summary: A garbage collector for C and C++
Name: gc
Version: 7.4.2
Release: 6%{?dist}
Version: 7.4.4
Release: 1%{?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
@ -38,8 +34,7 @@ Provides: libgc-devel = %{version}-%{release}
%prep
%setup -q -n gc-%{version}%{?pre}
%patch0 -p1 -b .inst
%autosetup -n gc-%{version}%{?pre}
# refresh auto*/libtool to purge rpaths
rm -f libtool libtool.m4
@ -98,6 +93,9 @@ make check %{?arch_ignore}
%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
- install also cord_pos.h

View File

@ -1 +1 @@
12c05fd2811d989341d8c6d81f66af87 gc-7.4.2.tar.gz
96d18b0448a841c88d56e4ab3d180297 gc-7.4.4.tar.gz