Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2015-05-07 08:28:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-devtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-devtools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes    
2015-03-29 20:17:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes       
2015-05-07 08:28:26.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 06 16:24:52 CEST 2015 - [email protected]
+
+- require rubygems of default ruby version (bsc#929899)
+- 3.1.31
+
+-------------------------------------------------------------------

Old:
----
  yast2-devtools-3.1.30.tar.bz2

New:
----
  yast2-devtools-3.1.31.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-devtools.spec ++++++
--- /var/tmp/diff_new_pack.R2up3A/_old  2015-05-07 08:28:26.000000000 +0200
+++ /var/tmp/diff_new_pack.R2up3A/_new  2015-05-07 08:28:26.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-devtools
-Version:        3.1.30
+Version:        3.1.31
 Release:        0
 Url:            http://github.com/yast/yast-devtools
 
@@ -56,11 +56,11 @@
 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

++++++ yast2-devtools-3.1.30.tar.bz2 -> yast2-devtools-3.1.31.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.30/CONTRIBUTING.md 
new/yast2-devtools-3.1.31/CONTRIBUTING.md
--- old/yast2-devtools-3.1.30/CONTRIBUTING.md   2015-03-26 16:48:07.000000000 
+0100
+++ new/yast2-devtools-3.1.31/CONTRIBUTING.md   2015-05-06 16:58:10.000000000 
+0200
@@ -12,13 +12,13 @@
 -----------
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.30/package/yast2-devtools.changes 
new/yast2-devtools-3.1.31/package/yast2-devtools.changes
--- old/yast2-devtools-3.1.30/package/yast2-devtools.changes    2015-03-26 
16:48:07.000000000 +0100
+++ new/yast2-devtools-3.1.31/package/yast2-devtools.changes    2015-05-06 
16:58:10.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed May 06 16:24:52 CEST 2015 - [email protected]
+
+- require rubygems of default ruby version (bsc#929899)
+- 3.1.31
+
+-------------------------------------------------------------------
 Thu Mar 26 15:12:57 UTC 2015 - [email protected]
 
 - yast-jenkins-modify:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.30/package/yast2-devtools.spec 
new/yast2-devtools-3.1.31/package/yast2-devtools.spec
--- old/yast2-devtools-3.1.30/package/yast2-devtools.spec       2015-03-26 
16:48:07.000000000 +0100
+++ new/yast2-devtools-3.1.31/package/yast2-devtools.spec       2015-05-06 
16:58:10.000000000 +0200
@@ -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
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-devtools
-Version:        3.1.30
+Version:        3.1.31
 Release:        0
 Url:            http://github.com/yast/yast-devtools
 
@@ -55,11 +55,11 @@
 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


Reply via email to