diff --git a/gc.spec b/gc.spec index 440b085..19c0a59 100644 --- a/gc.spec +++ b/gc.spec @@ -2,12 +2,12 @@ Summary: A garbage collector for C and C++ Name: gc %global base_ver 7.2 Version: 7.2e -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries License: BSD -Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ -Source0: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-%{version}%{?pre}.tar.gz +Url: http://www.hboehm.info/gc/ +Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}%{?pre}.tar.gz Patch2: gc-7.2e-aarch64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -145,6 +145,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 21 2014 Rex Dieter 7.2e-2 +- update Urls to match upstream project move + * Fri Nov 15 2013 Rex Dieter 7.2e-1 - gc-7.2e (#892559)