Hello community, here is the log from the commit of package rubygem-yast-rake for openSUSE:Factory checked in at 2018-01-17 21:42:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-yast-rake (Old) and /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-yast-rake" Wed Jan 17 21:42:22 2018 rev:20 rq:556419 version:0.2.19 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes 2017-08-04 11:57:28.163808678 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new/rubygem-yast-rake.changes 2018-01-17 21:42:23.587908516 +0100 @@ -1,0 +2,13 @@ +Wed Nov 29 16:43:06 UTC 2017 - [email protected] + +- Fix fillup-templates path (bsc#1070408) +- 0.2.19 + +------------------------------------------------------------------- +Thu Nov 2 08:36:18 UTC 2017 - [email protected] + +- Keep the current $Y2DIR value in "rake run", just prepend + the source directories +- 0.2.18 + +------------------------------------------------------------------- Old: ---- yast-rake-0.2.17.gem New: ---- yast-rake-0.2.19.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-yast-rake.spec ++++++ --- /var/tmp/diff_new_pack.fO0kDr/_old 2018-01-17 21:42:24.299875191 +0100 +++ /var/tmp/diff_new_pack.fO0kDr/_new 2018-01-17 21:42:24.307874816 +0100 @@ -17,7 +17,7 @@ Name: rubygem-yast-rake -Version: 0.2.17 +Version: 0.2.19 Release: 0 %define mod_name yast-rake %define mod_full_name %{mod_name}-%{version} ++++++ yast-rake-0.2.17.gem -> yast-rake-0.2.19.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/VERSION new/VERSION --- old/VERSION 2016-09-01 14:30:13.000000000 +0200 +++ new/VERSION 2016-11-09 17:49:23.000000000 +0100 @@ -1 +1 @@ -0.2.17 +0.2.19 Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ 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-09-01 14:30:13.000000000 +0200 +++ new/lib/tasks/install.rake 2016-11-09 17:49:23.000000000 +0100 @@ -28,7 +28,7 @@ YAST_LIB_DIR = DESTDIR + "/usr/lib/YaST2/" YAST_DESKTOP_DIR = DESTDIR + "/usr/share/applications/YaST2/" AUTOYAST_RNC_DIR = YAST_DIR + "schema/autoyast/rnc/" - FILLUP_DIR = DESTDIR + "/var/adm/fillup-templates/" + FILLUP_DIR = DESTDIR + "/usr/share/fillup-templates/" # specific directory that contain dynamic part of package name def install_doc_dir diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tasks/run.rake new/lib/tasks/run.rake --- old/lib/tasks/run.rake 2016-09-01 14:30:13.000000000 +0200 +++ new/lib/tasks/run.rake 2016-11-09 17:49:23.000000000 +0100 @@ -17,7 +17,9 @@ #++ def set_y2dir - ENV["Y2DIR"] = Dir["**/src"].join(":") + dirs = Dir["**/src"] + dirs << ENV["Y2DIR"] if ENV["Y2DIR"] && !ENV["Y2DIR"].empty? + ENV["Y2DIR"] = dirs.join(":") end desc "Run given client" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2017-08-02 15:17:29.000000000 +0200 +++ new/metadata 2017-11-30 12:07:32.000000000 +0100 @@ -1,14 +1,14 @@ --- !ruby/object:Gem::Specification name: yast-rake version: !ruby/object:Gem::Version - version: 0.2.17 + version: 0.2.19 platform: ruby authors: - Josef Reidinger autorequire: bindir: bin cert_chain: [] -date: 2017-08-02 00:00:00.000000000 Z +date: 2017-11-30 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake @@ -80,7 +80,7 @@ version: '0' requirements: [] rubyforge_project: -rubygems_version: 2.4.5.2 +rubygems_version: 2.6.13 signing_key: specification_version: 4 summary: Rake tasks providing basic work-flow for Yast development
