commit rubygem-yast-rake for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-yast-rake for openSUSE:Factory checked in at 2018-04-26 13:30:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 Apr 26 13:30:48 2018 rev:21 rq:600098 version:0.2.22 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes 2018-01-17 21:42:23.587908516 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new/rubygem-yast-rake.changes 2018-04-26 13:30:50.111900977 +0200 @@ -1,0 +2,21 @@ +Thu Apr 19 08:56:23 UTC 2018 - jreidinger@suse.com + +- add SLE12 SP4 as target and switch sle_latest to nil for now + until IBS create project for SLE15 SP1. (bsc#1044312) +- 0.2.22 + +------------------------------------------------------------------- +Tue Apr 10 10:16:27 UTC 2018 - lslezak@suse.cz + +- Install also the custom icons in "rake install" (by wstephenson) + (bsc#1088844) +- 0.2.21 + +------------------------------------------------------------------- +Thu Jan 18 14:22:03 UTC 2018 - igonzalezsosa@suse.com + +- Use old fillup-templates for openSUSE/SLE prior to 15 + (bsc#1076602) +- 0.2.20 + +------------------------------------------------------------------- Old: ---- yast-rake-0.2.19.gem New: ---- yast-rake-0.2.22.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-yast-rake.spec ++++++ --- /var/tmp/diff_new_pack.Edfj74/_old 2018-04-26 13:30:50.575883980 +0200 +++ /var/tmp/diff_new_pack.Edfj74/_new 2018-04-26 13:30:50.579883834 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-yast-rake # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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: rubygem-yast-rake -Version: 0.2.19 +Version: 0.2.22 Release: 0 %define mod_name yast-rake %define mod_full_name %{mod_name}-%{version} @@ -28,7 +28,7 @@ Url: http://github.org/openSUSE/yast-rake Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: Rake tasks providing basic work-flow for Yast development -License: LGPL-2.1 +License: LGPL-2.1-only Group: Development/Languages/Ruby %description ++++++ yast-rake-0.2.19.gem -> yast-rake-0.2.22.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/VERSION new/VERSION --- old/VERSION 2016-11-09 17:49:23.000000000 +0100 +++ new/VERSION 2018-04-11 12:13:28.000000000 +0200 @@ -1 +1 @@ -0.2.19 +0.2.22 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-11-09 17:49:23.000000000 +0100 +++ new/data/targets.yml 2018-04-11 12:13:28.000000000 +0200 @@ -50,15 +50,20 @@ obs_api: "https://api.opensuse.org" obs_project: "YaST:SLE-12:SP3" obs_target: "SLE_12_SP3" +:sle12sp4: + obs_api: "https://api.suse.de/" + obs_project: "Devel:YaST:SLE-12-SP4" + obs_sr_project: "SUSE:SLE-12-SP4:GA" + obs_target: "SLE_12_SP4" :sle15: obs_api: "https://api.suse.de/" - obs_project: "Devel:YaST:Head" + obs_project: "Devel:YaST:SLE-15" 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-15:GA" + obs_sr_project: nil obs_target: "SUSE_SLE-15_GA" :factory: obs_project: "YaST:Head" 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 2016-11-09 17:49:23.000000000 +0100 +++ new/lib/tasks/install.rake 2018-04-11 12:13:28.000000000 +0200 @@ -26,9 +26,9 @@ DESTDIR = ENV["DESTDIR"] || "/" YAST_DIR = DESTDIR + "/usr/share/YaST2/" YAST_LIB_DIR = DESTDIR + "/usr/lib/YaST2/" + YAST_ICON_BASE_DIR = DESTDIR + "/usr/share/YaST2/theme/current/icons" YAST_DESKTOP_DIR = DESTDIR + "/usr/share/applications/YaST2/" AUTOYAST_RNC_DIR = YAST_DIR + "schema/autoyast/rnc/" - FILLUP_DIR = DESTDIR + "/usr/share/fillup-templates/" # specific directory that contain dynamic part of package name def install_doc_dir @@ -49,11 +49,22 @@ "**/src/servers_non_y2" => YAST_LIB_DIR, "**/src/bin" => YAST_LIB_DIR, "**/src/autoyast[_-]rnc/*" => AUTOYAST_RNC_DIR, - "**/src/fillup/*" => FILLUP_DIR, + "**/src/fillup/*" => fillup_dir, "**/src/desktop/*.desktop" => YAST_DESKTOP_DIR, - "{README*,COPYING,CONTRIBUTING.md}" => install_doc_dir + "{README*,COPYING,CONTRIBUTING.md}" => install_doc_dir, + "**/icons/*" => YAST_ICON_BASE_DIR } end + + # Possible fillup templates directories + FILLUP_DIRS = ["/usr/share/fillup-templates", "/var/adm/fillup-templates"].freeze + + # @return [String] fillup-templates directory + def fillup_dir + found = FILLUP_DIRS.find { |d| Dir.exist?(d) } + reldir = found || FILLUP_DIRS.first + DESTDIR + reldir + end end end @@ -68,7 +79,7 @@ # exists and we copy a symlink sh "cp -r '#{source}' '#{install_to}'" rescue => e - raise "Cannot instal file #{source} to #{install_to}: #{e.message}" + raise "Cannot install file #{source} to #{install_to}: #{e.message}" end end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2017-11-30 12:07:32.000000000 +0100 +++ new/metadata 2018-04-23 15:10:27.000000000 +0200 @@ -1,14 +1,14 @@ --- !ruby/object:Gem::Specification name: yast-rake version: !ruby/object:Gem::Version - version: 0.2.19 + version: 0.2.22 platform: ruby authors: - Josef Reidinger autorequire: bindir: bin cert_chain: [] -date: 2017-11-30 00:00:00.000000000 Z +date: 2018-04-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake @@ -60,7 +60,7 @@ - lib/tasks/version.rake - lib/yast/rake.rb - lib/yast/tasks.rb -homepage: http://github.org/openSUSE/yast-rake +homepage: https://github.com/yast/yast-rake licenses: - LGPL v2.1 metadata: {} @@ -80,7 +80,7 @@ version: '0' requirements: [] rubyforge_project: -rubygems_version: 2.6.13 +rubygems_version: 2.7.3 signing_key: specification_version: 4 summary: Rake tasks providing basic work-flow for Yast development
participants (1)
-
root@hilbert.suse.de