Hello community, here is the log from the commit of package dice for openSUSE:Factory checked in at 2018-09-24 13:13:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dice (Old) and /work/SRC/openSUSE:Factory/.dice.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dice" Mon Sep 24 13:13:16 2018 rev:19 rq:637083 version:0.7.10 Changes: -------- --- /work/SRC/openSUSE:Factory/dice/dice.changes 2017-03-12 20:05:08.792022746 +0100 +++ /work/SRC/openSUSE:Factory/.dice.new/dice.changes 2018-09-24 13:13:20.105699151 +0200 @@ -1,0 +2,20 @@ +Fri Sep 14 18:05:51 CEST 2018 - [email protected] + +- Add rice as development dependency + +------------------------------------------------------------------- +Fri Sep 14 17:32:49 CEST 2018 - [email protected] + +- Fixed use of obsolete Dir::Tmpname.make_tmpname + +------------------------------------------------------------------- +Thu Jul 26 04:32:53 CEST 2018 - [email protected] + +- add -f so the repo with auto-refresh the metadata + +------------------------------------------------------------------- +Thu Jul 26 04:30:56 CEST 2018 - [email protected] + +- use the obs:// shorthand to adding the repo with zypper + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dice-0.7.10.gem ++++++ Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/job.rb new/lib/job.rb --- old/lib/job.rb 2017-03-03 12:07:19.000000000 +0100 +++ new/lib/job.rb 2018-09-14 18:05:42.000000000 +0200 @@ -7,8 +7,13 @@ Dice::META + "/" + Dice::BUILD_LOG @archive = buildsystem.recipe.basepath + "/" + Dice::META + "/" + Dice::BUILD_RESULT - @job_name = Dir::Tmpname.make_tmpname(['kiwi_build_', '.dice'], nil) - @bundle_name = Dir::Tmpname.make_tmpname(['kiwi_bundle_', '.dice'], nil) + @job_name = tmpname + @bundle_name = tmpname + end + + def tmpname + t = Time.now.strftime("%Y%m%d") + "kiwi_build_#{t}-#{$$}-#{Kernel.rand(0x100000000).to_s(36)}.dice" end def build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2017-03-03 12:07:19.000000000 +0100 +++ new/metadata 2018-09-14 18:06:12.000000000 +0200 @@ -8,7 +8,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2017-03-03 00:00:00.000000000 Z +date: 2018-09-14 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: cheetah @@ -84,6 +84,20 @@ name: rake requirement: !ruby/object:Gem::Requirement requirements: + - - "<" + - !ruby/object:Gem::Version + version: '11.0' + type: :development + prerelease: false + version_requirements: !ruby/object:Gem::Requirement + requirements: + - - "<" + - !ruby/object:Gem::Version + version: '11.0' +- !ruby/object:Gem::Dependency + name: packaging_rake_tasks + requirement: !ruby/object:Gem::Requirement + requirements: - - ">=" - !ruby/object:Gem::Version version: '0' @@ -95,7 +109,7 @@ - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency - name: packaging_rake_tasks + name: rice requirement: !ruby/object:Gem::Requirement requirements: - - ">=" @@ -185,8 +199,8 @@ version: 1.3.6 requirements: [] rubyforge_project: dice -rubygems_version: 2.2.2 +rubygems_version: 2.7.3 signing_key: specification_version: 4 -summary: light weight image build system +summary: Light weight image build system test_files: []
