diff --git a/rubygem-coderay.spec b/rubygem-coderay.spec index d136585..2b1a8fb 100644 --- a/rubygem-coderay.spec +++ b/rubygem-coderay.spec @@ -3,7 +3,7 @@ Summary: Fast syntax highlighter engine for many programming languages Name: rubygem-%{gem_name} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: LGPLv2+ URL: http://coderay.rubychan.de @@ -52,7 +52,6 @@ find %{buildroot}/%{gem_instdir}/bin -type f | xargs sed -i 's/\r//' $FILES %{gem_instdir}/bin %{gem_libdir}/[cC]* %doc %{gem_docdir} -#%doc %{gem_instdir}/LICENSE %doc %{gem_instdir}/Rakefile %doc %{gem_instdir}/README_INDEX.rdoc %exclude %{gem_cache} @@ -60,6 +59,9 @@ find %{buildroot}/%{gem_instdir}/bin -type f | xargs sed -i 's/\r//' $FILES %changelog +* Mon Mar 3 2014 Jan Klepek - 1.1.0-2 +- term-ansicolor no longer run-time dependency, only build dependency + * Thu Feb 27 2014 Jan Klepek - 1.1.0-1 - update to new version