[rubygem-sdoc] Fix missing disttag

Josef Stribny jstribny at fedoraproject.org
Fri Jan 24 15:21:53 UTC 2014


commit 10ade5729ed947c1093dab2a627cc192449dbed8
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri Jan 24 16:22:08 2014 +0100

    Fix missing disttag

 rubygem-sdoc.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-sdoc.spec b/rubygem-sdoc.spec
index 9353153..f601e07 100644
--- a/rubygem-sdoc.spec
+++ b/rubygem-sdoc.spec
@@ -3,7 +3,7 @@
 
 Name: rubygem-%{gem_name}
 Version: 0.4.0
-Release: 1
+Release: 2%{?dist}
 Summary: RDoc generator to build searchable HTML documentation for Ruby code
 Group: Development/Languages
 # License needs to take RDoc and Darkfish into account apparantly
@@ -107,6 +107,9 @@ popd
 %{gem_instdir}/spec
 
 %changelog
+* Fri Jan 24 2014 Josef Stribny <jstribny at redhat.com> - 0.4.0-2
+- Fix disttag
+
 * Thu Jan 23 2014 Josef Stribny <jstribny at redhat.com> - 0.4.0-1
 - Update to sdoc 0.4.0
 - Run tests


More information about the scm-commits mailing list