diff --git a/.cvsignore b/.cvsignore index b60a2ff..fe8394b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gc6.7.tar.gz +gc6.8.tar.gz diff --git a/gc.spec b/gc.spec index a80ae86..606113e 100644 --- a/gc.spec +++ b/gc.spec @@ -1,7 +1,7 @@ Summary: C++ Garbage Collector Name: gc -Version: 6.7 +Version: 6.8 Release: 1%{?dist} Group: System Environment/Libraries @@ -29,7 +29,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Provides: libgc-devel = %{version}-%{release} %description devel -Libraries and header files for %{name} development. +%{summary}. %prep @@ -84,13 +84,13 @@ rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc doc/README doc/README.changes doc/README.contributors %doc doc/README.environment doc/README.linux %{_libdir}/lib*.so.* %files devel -%defattr(-,root,root) +%defattr(-,root,root,-) %doc doc/*.html %{_includedir}/* %{_libdir}/lib*.so @@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 13 2006 Rex Dieter 6.8-1 +- 6.8 + * Fri Mar 03 2006 Rex Dieter 6.7-1 - 6.7 diff --git a/sources b/sources index e0f5d59..db815b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be780413a0360306ad3b701e45fa8871 gc6.7.tar.gz +418d38bd9c66398386a372ec0435250e gc6.8.tar.gz