|
@@ -3,7 +3,7 @@
|
|
Summary: Garbage Collector for C and C++
|
|
Summary: Garbage Collector for C and C++
|
|
Summary(ja): C, C++ ガーベージコレクションライブラリ
|
|
Summary(ja): C, C++ ガーベージコレクションライブラリ
|
|
Name: gc
|
|
Name: gc
|
|
-Version: 7.2f
|
|
+Version: 7.4.4
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: BSD
|
|
License: BSD
|
|
@@ -11,6 +11,8 @@ URL: http://www.hboehm.info/gc/
|
|
Source: http://www.hboehm.info/gc/gc_source/%{name}-%{version}.tar.gz
|
|
Source: http://www.hboehm.info/gc/gc_source/%{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
+BuildRequires: libatomic_ops-devel
|
|
|
|
+
|
|
#Patch1: gc-6.4-opendl.patch
|
|
#Patch1: gc-6.4-opendl.patch
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -53,7 +55,7 @@ Libraries and header files for gc development.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n gc-7.2
|
|
+%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure \
|
|
%configure \
|
|
@@ -118,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.4-1
|
|
|
|
+- updated to 7.4.4.
|
|
|
|
+
|
|
* Sun Jan 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.2f-1
|
|
* Sun Jan 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.2f-1
|
|
- update to 7.2f
|
|
- update to 7.2f
|
|
|
|
|