Hello community,

here is the log from the commit of package rubygem-yast-rake for 
openSUSE:Factory checked in at 2018-11-01 19:08:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-yast-rake (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-yast-rake"

Thu Nov  1 19:08:14 2018 rev:24 rq:645466 version:0.2.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes      
2018-07-24 17:28:44.191785159 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new/rubygem-yast-rake.changes 
2018-11-01 19:08:16.842029081 +0100
@@ -1,0 +2,19 @@
+Tue Oct 30 07:47:42 UTC 2018 - [email protected]
+
+- Changed the SLE12-SP4 SR target to the :Update subproject
+  (bsc#1113887)
+- 0.2.28
+
+-------------------------------------------------------------------
+Mon Oct 15 15:18:54 UTC 2018 - [email protected]
+
+- Added CASP-4.0 target (needed for fate#325834)
+- 0.2.27
+
+-------------------------------------------------------------------
+Wed Aug 22 13:10:17 CEST 2018 - [email protected]
+
+- Removed installation of file COPYING into the doc directory.
+  This file will be packed by the %license tag in the spec files.
+
+-------------------------------------------------------------------

Old:
----
  yast-rake-0.2.26.gem

New:
----
  yast-rake-0.2.28.gem

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

Other differences:
------------------
++++++ rubygem-yast-rake.spec ++++++
--- /var/tmp/diff_new_pack.iMvUOo/_old  2018-11-01 19:08:17.978029145 +0100
+++ /var/tmp/diff_new_pack.iMvUOo/_new  2018-11-01 19:08:18.018029147 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-yast-rake
-Version:        0.2.26
+Version:        0.2.28
 Release:        0
 %define mod_name yast-rake
 %define mod_full_name %{mod_name}-%{version}

++++++ yast-rake-0.2.26.gem -> yast-rake-0.2.28.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2018-04-10 12:38:47.000000000 +0200
+++ new/VERSION 2018-04-11 12:13:28.000000000 +0200
@@ -1 +1 @@
-0.2.26
+0.2.28
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        2018-04-10 12:38:47.000000000 +0200
+++ new/data/targets.yml        2018-04-11 12:13:28.000000000 +0200
@@ -41,6 +41,11 @@
   obs_project: "Devel:YaST:CASP:1.0"
   obs_sr_project: "SUSE:SLE-12-SP2:Update:Products:CASP10"
   obs_target: "CASP_1.0"
+:casp40:
+  obs_api: "https://api.suse.de/";
+  obs_project: "Devel:YaST:CASP:4.0"
+  obs_sr_project: "SUSE:SLE-15:Update:Products:CASP40"
+  obs_target: "CASP_4.0"
 :sle12sp3:
   obs_api: "https://api.suse.de/";
   obs_project: "Devel:YaST:SLE-12-SP3"
@@ -53,7 +58,7 @@
 :sle12sp4:
   obs_api: "https://api.suse.de/";
   obs_project: "Devel:YaST:SLE-12-SP4"
-  obs_sr_project: "SUSE:SLE-12-SP4:GA"
+  obs_sr_project: "SUSE:SLE-12-SP4:Update"
   obs_target: "SLE_12_SP4"
 :sle15:
   obs_api: "https://api.suse.de/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tasks/install.rake new/lib/tasks/install.rake
--- old/lib/tasks/install.rake  2018-04-10 12:38:47.000000000 +0200
+++ new/lib/tasks/install.rake  2018-04-11 12:13:28.000000000 +0200
@@ -40,19 +40,19 @@
     # to FileUtils.cp_r as source and value as destination
     def install_locations
       @install_locations ||= {
-        "**/src/clients"                    => YAST_DIR,
-        "**/src/modules"                    => YAST_DIR,
-        "**/src/include"                    => YAST_DIR,
-        "**/src/lib"                        => YAST_DIR,
-        "**/src/scrconf"                    => YAST_DIR,
-        "**/src/data"                       => YAST_DIR,
-        "**/src/servers_non_y2"             => YAST_LIB_DIR,
-        "**/src/bin"                        => YAST_LIB_DIR,
-        "**/src/autoyast[_-]rnc/*"          => AUTOYAST_RNC_DIR,
-        "**/src/fillup/*"                   => fillup_dir,
-        "**/src/desktop/*.desktop"          => YAST_DESKTOP_DIR,
-        "{README*,COPYING,CONTRIBUTING.md}" => install_doc_dir,
-        "**/icons/*"                        => YAST_ICON_BASE_DIR
+        "**/src/clients"            => YAST_DIR,
+        "**/src/modules"            => YAST_DIR,
+        "**/src/include"            => YAST_DIR,
+        "**/src/lib"                => YAST_DIR,
+        "**/src/scrconf"            => YAST_DIR,
+        "**/src/data"               => YAST_DIR,
+        "**/src/servers_non_y2"     => YAST_LIB_DIR,
+        "**/src/bin"                => YAST_LIB_DIR,
+        "**/src/autoyast[_-]rnc/*"  => AUTOYAST_RNC_DIR,
+        "**/src/fillup/*"           => fillup_dir,
+        "**/src/desktop/*.desktop"  => YAST_DESKTOP_DIR,
+        "{README*,CONTRIBUTING.md}" => install_doc_dir,
+        "**/icons/*"                => YAST_ICON_BASE_DIR
       }
     end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2018-07-19 16:48:52.000000000 +0200
+++ new/metadata        2018-10-30 09:25:21.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: yast-rake
 version: !ruby/object:Gem::Version
-  version: 0.2.26
+  version: 0.2.28
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-07-19 00:00:00.000000000 Z
+date: 2018-10-30 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake


Reply via email to