Skip to content

Commit

Permalink
Merge pull request #84 from yast/fix-929899
Browse files Browse the repository at this point in the history
- require rubygems of default ruby version (bsc#929899)
  • Loading branch information
aschnell committed May 6, 2015
2 parents d2d385a + d0454c0 commit 171bfd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions package/yast2-devtools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 06 16:24:52 CEST 2015 - aschnell@suse.de

- require rubygems of default ruby version (bsc#929899)
- 3.1.31

-------------------------------------------------------------------
Thu Mar 26 15:12:57 UTC 2015 - jreidinger@suse.com

Expand Down
8 changes: 4 additions & 4 deletions package/yast2-devtools.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package yast2-devtools
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -17,7 +17,7 @@


Name: yast2-devtools
Version: 3.1.30
Version: 3.1.31
Release: 0
Url: http://github.com/yast/yast-devtools

Expand Down Expand Up @@ -55,11 +55,11 @@ Requires: automake
Requires: gettext-tools
Requires: pkgconfig >= 0.16
# for building Ruby autodocs
Requires: rubygem(yard)
Requires: rubygem(%{rb_default_ruby_abi}:yard)

%if 0%{?suse_version} <= 1230
# extra package for yard Markdown formatting in openSUSE <= 12.3
Requires: rubygem(redcarpet)
Requires: rubygem(%{rb_default_ruby_abi}:redcarpet)
%endif

Recommends: cmake
Expand Down

0 comments on commit 171bfd6

Please sign in to comment.