Hello community,

here is the log from the commit of package rubygem-yast-rake for 
openSUSE:Factory checked in at 2016-09-17 14:34:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-yast-rake (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-yast-rake"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes      
2016-03-20 11:48:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new/rubygem-yast-rake.changes 
2016-09-17 14:34:47.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Sep 13 08:08:09 UTC 2016 - jreidin...@suse.com
+
+- add target also for leap42.2 (bnc#996865)
+- 0.2.11
+
+-------------------------------------------------------------------
+Thu Sep  1 12:37:10 UTC 2016 - jreidin...@suse.com
+
+- prepare for branching for sle12sp3 (bnc#996865)
+- add to known words "vc" as part of osc vc command in
+  CONTRIBUTING.md
+- 0.2.10
+
+-------------------------------------------------------------------

Old:
----
  yast-rake-0.2.9.gem

New:
----
  yast-rake-0.2.11.gem

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

Other differences:
------------------
++++++ rubygem-yast-rake.spec ++++++
--- /var/tmp/diff_new_pack.cv4rcC/_old  2016-09-17 14:34:48.000000000 +0200
+++ /var/tmp/diff_new_pack.cv4rcC/_new  2016-09-17 14:34:48.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-yast-rake
-Version:        0.2.9
+Version:        0.2.11
 Release:        0
 %define mod_name yast-rake
 %define mod_full_name %{mod_name}-%{version}

++++++ yast-rake-0.2.9.gem -> yast-rake-0.2.11.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2016-03-15 16:10:03.000000000 +0100
+++ new/VERSION 2016-09-01 14:30:13.000000000 +0200
@@ -1 +1 @@
-0.2.9
+0.2.11
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-03-15 16:10:03.000000000 +0100
+++ new/data/targets.yml        2016-09-01 14:30:13.000000000 +0200
@@ -8,6 +8,11 @@
   obs_target: "openSUSE_Leap_42.1"
   obs_sr_project: "openSUSE:Leap:42.1"
   obs_project: "YaST:openSUSE:42.1"
+:leap_42_2:
+  obs_api: "https://api.opensuse.org";
+  obs_target: "openSUSE_Leap_42.2"
+  obs_sr_project: "openSUSE:Leap:42.2"
+  obs_project: "YaST:openSUSE:42.2"
 :sle12sp1:
   obs_api: "https://api.suse.de/";
   obs_project: "Devel:YaST:SLE-12-SP1"
@@ -19,9 +24,19 @@
   obs_target: "SLE_12_SP1"
 :sle12sp2:
   obs_api: "https://api.suse.de/";
-  obs_project: "Devel:YaST:Head"
+  obs_project: "Devel:YaST:SLE-12-SP2"
   obs_sr_project: "SUSE:SLE-12-SP2:GA"
-  obs_target: "SLE-12-SP2-GA"
+  obs_target: "SLE_12_SP2"
+:sle12sp3:
+  obs_api: "https://api.suse.de/";
+  obs_project: "Devel:YaST:Head"
+  obs_sr_project: "SUSE:SLE-12-SP3:GA"
+  obs_target: "sle12_sp3"
+: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"
 :factory:
   obs_project: "YaST:Head"
   obs_sr_project: "openSUSE:Factory"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tasks/spell.yml new/lib/tasks/spell.yml
--- old/lib/tasks/spell.yml     2016-03-15 16:10:03.000000000 +0100
+++ new/lib/tasks/spell.yml     2016-09-01 14:30:13.000000000 +0200
@@ -41,6 +41,7 @@
   - systemd
   - testsuite
   - UI
+  - vc
   - WFM
   - workflow
   - yast
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tasks/spellcheck_task.rb 
new/lib/tasks/spellcheck_task.rb
--- old/lib/tasks/spellcheck_task.rb    2016-03-15 16:10:03.000000000 +0100
+++ new/lib/tasks/spellcheck_task.rb    2016-09-01 14:30:13.000000000 +0200
@@ -34,7 +34,7 @@
   # Defines a spellcheck rake task
   class SpellcheckTask < Rake::TaskLib
     GLOBAL_SPELL_CONFIG_FILE = File.expand_path("../spell.yml", __FILE__)
-    CUSTOM_SPELL_CONFIG_FILE = ".spell.yml"
+    CUSTOM_SPELL_CONFIG_FILE = ".spell.yml".freeze
 
     # define the Rake task in the constructor
     def initialize
@@ -46,7 +46,7 @@
       end
     end
 
-    private
+  private
 
     # optionally colorize the misspelled words if the rainbow gem is present
     # @return [Boolean] true when the colorization support is present
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-03-15 16:10:03.000000000 +0100
+++ new/lib/yast/tasks.rb       2016-09-01 14:30:13.000000000 +0200
@@ -34,7 +34,7 @@
       # use the first *.spec file found, assume all spec files
       # contain the same version
       File.readlines(Dir.glob("package/*.spec").first)
-        .grep(/^\s*Version:\s*/).first.sub("Version:", "").strip
+          .grep(/^\s*Version:\s*/).first.sub("Version:", "").strip
     end
 
     def self.submit_to(target, file = TARGETS_FILE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2016-03-15 16:10:03.000000000 +0100
+++ new/metadata        2016-09-13 10:11:15.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: yast-rake
 version: !ruby/object:Gem::Version
-  version: 0.2.9
+  version: 0.2.11
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-03-15 00:00:00.000000000 Z
+date: 2016-09-13 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.1
 signing_key: 
 specification_version: 4
 summary: Rake tasks providing basic work-flow for Yast development


Reply via email to