diff --git a/.gitignore b/.gitignore index 0edc90d..4764229 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/gc-7.2e.tar.gz /gc-7.4.2.tar.gz /gc-7.4.4.tar.gz +/gc-7.6.0.tar.gz diff --git a/gc.spec b/gc.spec index 3707265..66a2183 100644 --- a/gc.spec +++ b/gc.spec @@ -1,7 +1,7 @@ Summary: A garbage collector for C and C++ Name: gc -Version: 7.4.4 +Version: 7.6.0 Release: 1%{?dist} License: BSD @@ -13,7 +13,7 @@ Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}%{?pre}.tar.gz ## upstream patches BuildRequires: automake libtool -BuildRequires: pkgconfig(atomic_ops) >= %{version} +BuildRequires: pkgconfig(atomic_ops) >= 7.4 BuildRequires: pkgconfig # rpmforge compatibility @@ -97,6 +97,9 @@ make check %{?arch_ignore} %changelog +* Tue Aug 09 2016 Rex Dieter - 7.6.0-1 +- gc-7.6.0 (#1365135) + * Fri Jun 17 2016 Rex Dieter - 7.4.4-1 - gc-7.4.4 (#1346538) diff --git a/sources b/sources index e46ddd8..a9f55e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96d18b0448a841c88d56e4ab3d180297 gc-7.4.4.tar.gz +bf46ccbdaccfa3186c2ab87191c8855a gc-7.6.0.tar.gz