Hello community,

here is the log from the commit of package rubygem-yast-rake for 
openSUSE:Factory checked in at 2017-06-16 14:21:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-yast-rake (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-yast-rake"

Fri Jun 16 14:21:00 2017 rev:17 rq:503769 version:0.2.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes      
2017-05-04 08:51:10.524291349 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new/rubygem-yast-rake.changes 
2017-06-16 14:21:01.455246507 +0200
@@ -1,0 +2,6 @@
+Wed Jun 14 14:01:28 UTC 2017 - jreidin...@suse.com
+
+- add sle15 as target and switch sle_latest (bsc#1044312)
+- 0.2.14
+
+-------------------------------------------------------------------

Old:
----
  yast-rake-0.2.13.gem

New:
----
  yast-rake-0.2.14.gem

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

Other differences:
------------------
++++++ rubygem-yast-rake.spec ++++++
--- /var/tmp/diff_new_pack.1eImLP/_old  2017-06-16 14:21:02.099155654 +0200
+++ /var/tmp/diff_new_pack.1eImLP/_new  2017-06-16 14:21:02.103155090 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-yast-rake
-Version:        0.2.13
+Version:        0.2.14
 Release:        0
 %define mod_name yast-rake
 %define mod_full_name %{mod_name}-%{version}

++++++ yast-rake-0.2.13.gem -> yast-rake-0.2.14.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2016-12-02 09:56:10.000000000 +0100
+++ new/VERSION 2016-09-01 14:30:13.000000000 +0200
@@ -1 +1 @@
-0.2.13
+0.2.14
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/data/targets.yml new/data/targets.yml
--- old/data/targets.yml        2016-12-02 09:56:10.000000000 +0100
+++ new/data/targets.yml        2016-09-01 14:30:13.000000000 +0200
@@ -13,6 +13,11 @@
   obs_target: "openSUSE_Leap_42.2"
   obs_sr_project: "openSUSE:Leap:42.2"
   obs_project: "YaST:openSUSE:42.2"
+:leap_42_3:
+  obs_api: "https://api.opensuse.org";
+  obs_target: "openSUSE_Leap_42.3"
+  obs_sr_project: "openSUSE:Leap:42.3"
+  obs_project: "YaST:openSUSE:42.3"
 :sle12sp1:
   obs_api: "https://api.suse.de/";
   obs_project: "Devel:YaST:SLE-12-SP1"
@@ -38,14 +43,23 @@
   obs_target: "CASP_1.0"
 :sle12sp3:
   obs_api: "https://api.suse.de/";
+  obs_project: "Devel:YaST:SLE-12-SP3"
+  obs_sr_project: "SUSE:SLE-12-SP3:Update"
+  obs_target: "SLE_12_SP3"
+:sle12sp3_public:
+  obs_api: "https://api.opensuse.org";
+  obs_project: "YaST:SLE-12:SP3"
+  obs_target: "SLE_12_SP3"
+:sle15:
+  obs_api: "https://api.suse.de/";
   obs_project: "Devel:YaST:Head"
-  obs_sr_project: "SUSE:SLE-12-SP3:GA"
-  obs_target: "sle12_sp3"
+  obs_sr_project: "SUSE:SLE-15:GA"
+  obs_target: "SUSE_SLE-15_GA"
 :sle_latest:
   obs_api: "https://api.suse.de/";
   obs_project: "Devel:YaST:Head"
-  obs_sr_project: "SUSE:SLE-12-SP3:GA"
-  obs_target: "sle12_sp3"
+  obs_sr_project: "SUSE:SLE-15:GA"
+  obs_target: "SUSE_SLE-15_GA"
 :factory:
   obs_project: "YaST:Head"
   obs_sr_project: "openSUSE:Factory"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/yast/tasks.rb new/lib/yast/tasks.rb
--- old/lib/yast/tasks.rb       2016-12-02 09:56:10.000000000 +0100
+++ new/lib/yast/tasks.rb       2016-09-01 14:30:13.000000000 +0200
@@ -40,7 +40,9 @@
     def self.submit_to(target, file = TARGETS_FILE)
       targets = YAML.load_file(file)
       config = targets[target]
-      raise "Not configuration found for #{target}" if config.nil?
+      if config.nil?
+        raise "No configuration found for #{target}. Known values: 
#{targets.keys.join(", ")}"
+      end
       Yast::Tasks.configuration do |conf|
         config.each do |meth, val|
           conf.public_send("#{meth}=", val)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2016-12-02 09:56:10.000000000 +0100
+++ new/metadata        2017-06-15 09:38:10.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: yast-rake
 version: !ruby/object:Gem::Version
-  version: 0.2.13
+  version: 0.2.14
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-12-02 00:00:00.000000000 Z
+date: 2017-06-15 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -80,7 +80,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.2.2
+rubygems_version: 2.4.5.2
 signing_key: 
 specification_version: 4
 summary: Rake tasks providing basic work-flow for Yast development


Reply via email to