Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-yast-rake for 
openSUSE:Factory checked in at 2023-03-08 14:51:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-yast-rake (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-yast-rake"

Wed Mar  8 14:51:05 2023 rev:41 rq:1069729 version:0.2.48

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes      
2022-05-12 22:57:45.060586598 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-yast-rake.new.31432/rubygem-yast-rake.changes
   2023-03-08 14:51:07.218201549 +0100
@@ -1,0 +2,8 @@
+Mon Mar  6 16:35:45 UTC 2023 - Ladislav Slezák <lsle...@suse.com>
+
+- Allow overriding the submit target using YAST_SUBMIT also
+  when the target is set in the Rakefile (related to bsc#1208913)
+- Removed support for the yast-rake-ci gem, it is not used anymore
+- 0.2.48
+
+-------------------------------------------------------------------

Old:
----
  yast-rake-0.2.47.gem

New:
----
  yast-rake-0.2.48.gem

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

Other differences:
------------------
++++++ rubygem-yast-rake.spec ++++++
--- /var/tmp/diff_new_pack.OWgUFy/_old  2023-03-08 14:51:07.702204184 +0100
+++ /var/tmp/diff_new_pack.OWgUFy/_new  2023-03-08 14:51:07.706204206 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-yast-rake
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define rb_build_ruby_abis    %{rb_default_ruby_abi}
 
 Name:           rubygem-yast-rake
-Version:        0.2.47
+Version:        0.2.48
 Release:        0
 %define mod_name yast-rake
 %define mod_full_name %{mod_name}-%{version}

++++++ yast-rake-0.2.47.gem -> yast-rake-0.2.48.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2021-03-26 17:37:32.000000000 +0100
+++ new/VERSION 2021-01-22 12:31:49.000000000 +0100
@@ -1 +1 @@
-0.2.47
+0.2.48
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/yast/rake.rb new/lib/yast/rake.rb
--- old/lib/yast/rake.rb        2021-03-26 17:37:32.000000000 +0100
+++ new/lib/yast/rake.rb        2021-01-22 12:31:49.000000000 +0100
@@ -47,10 +47,3 @@
 Dir["#{task_path}/*.rake"].each do |f|
   load f
 end
-
-# optionally load the tasks from yast-rake-ci if it is installed
-begin
-  require "yast/rake_ci"
-rescue LoadError
-  puts "INFO: Gem yast-rake-ci not installed, extra tasks not loaded" if 
verbose == true
-end
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       2021-03-26 17:37:32.000000000 +0100
+++ new/lib/yast/tasks.rb       2021-01-22 12:31:49.000000000 +0100
@@ -40,6 +40,9 @@
     end
 
     def self.submit_to(target, file = TARGETS_FILE)
+      # override the target via environment
+      target = ENV["YAST_SUBMIT"].to_sym if ENV["YAST_SUBMIT"]
+
       targets = YAML.load_file(file)
       config = targets[target]
       if config.nil?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2022-05-10 12:48:13.000000000 +0200
+++ new/metadata        2023-03-06 21:07:20.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: yast-rake
 version: !ruby/object:Gem::Version
-  version: 0.2.47
+  version: 0.2.48
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2022-05-10 00:00:00.000000000 Z
+date: 2023-03-06 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: packaging_rake_tasks

Reply via email to