From 371499fed9293fadc975af73fd1411938ccf4b93 Mon Sep 17 00:00:00 2001 From: Jan Klepek Date: Thu, 27 Feb 2014 19:51:16 +0100 Subject: [PATCH] update to 1.1.0 --- .gitignore | 1 + rubygem-coderay.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a91163f..459d24a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ coderay-0.8.312.gem /coderay-1.0.0.gem /coderay-1.0.4.gem /coderay-1.0.6.gem +/coderay-1.1.0.gem diff --git a/rubygem-coderay.spec b/rubygem-coderay.spec index d2f8dc3..8780da5 100644 --- a/rubygem-coderay.spec +++ b/rubygem-coderay.spec @@ -2,8 +2,8 @@ Summary: Fast syntax highlighter engine for many programming languages Name: rubygem-%{gem_name} -Version: 1.0.6 -Release: 2%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Group: Development/Languages License: LGPLv2+ URL: http://coderay.rubychan.de @@ -51,7 +51,7 @@ rm -rf %{buildroot} %{gem_instdir}/bin %{gem_libdir}/[cC]* %doc %{gem_docdir} -%doc %{gem_instdir}/LICENSE +#%doc %{gem_instdir}/LICENSE %doc %{gem_instdir}/Rakefile %doc %{gem_instdir}/README_INDEX.rdoc %{gem_cache} @@ -59,6 +59,12 @@ rm -rf %{buildroot} %changelog +* Thu Feb 27 2014 Jan Klepek - 1.1.0-1 +- update to new version + +* Sun Aug 19 2012 Jan Klepek - 1.0.7-1 +- update to new version + * Sat Jul 21 2012 Fedora Release Engineering - 1.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 67556c6..8e4f079 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4fee152ded3f116ed555c1a4acd893c2 coderay-1.0.6.gem +2fa78bc78816c3ae7d0475f6dbc76611 coderay-1.1.0.gem