Hello community,

here is the log from the commit of package dice for openSUSE:Factory checked in 
at 2016-07-01 10:01:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dice (Old)
 and      /work/SRC/openSUSE:Factory/.dice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dice"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dice/dice.changes        2016-04-30 
23:30:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dice.new/dice.changes   2016-07-01 
10:01:10.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 23 15:16:11 CEST 2016 - m...@suse.de
+
+- Update location of build container
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dice.spec ++++++
--- /var/tmp/diff_new_pack.QEc75D/_old  2016-07-01 10:01:11.000000000 +0200
+++ /var/tmp/diff_new_pack.QEc75D/_new  2016-07-01 10:01:11.000000000 +0200
@@ -1,7 +1,6 @@
-#
 # spec file for package dice
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -14,8 +13,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 Name:           dice
 Version:        0.7.7
 Release:        0
@@ -23,26 +20,26 @@
 %define mod_full_name %{mod_name}-%{version}
 %define rb_build_versions %{rb_default_ruby}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{rubygem abstract_method >= 1.2.1}
-BuildRequires:  %{rubygem bundler}
-BuildRequires:  %{rubygem cheetah >= 0.4.0}
-BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{rubygem gli >= 2.11.0}
-BuildRequires:  %{rubygem inifile >= 2.0.2}
-BuildRequires:  %{rubygem json >= 1.8.0}
-BuildRequires:  %{rubygem rice}
-BuildRequires:  %{ruby}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ruby-devel
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
+BuildRequires:  %{ruby}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rice}
+BuildRequires:  %{rubygem bundler}
+BuildRequires:  %{rubygem cheetah >= 0.4.0}
+BuildRequires:  %{rubygem gli >= 2.11.0}
+BuildRequires:  %{rubygem abstract_method >= 1.2.1}
+BuildRequires:  %{rubygem json >= 1.8.0}
+BuildRequires:  %{rubygem inifile >= 2.0.2}
 
 # Disable autogenerating "Requires:" headers for bundled gems.
 %define __requires_exclude ^rubygem
-Requires:       curl
 Requires:       ruby >= 2.0
 Requires:       ruby-solv
+Requires:       curl
 Url:            http://www.suse.com
 Source0:        %{mod_full_name}.gem
 Source1:        %{mod_name}-rpmlintrc

++++++ dice-0.7.7.gem ++++++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/constants.rb new/lib/constants.rb
--- old/lib/constants.rb        2016-04-19 12:03:14.000000000 +0200
+++ new/lib/constants.rb        2016-06-23 15:17:01.000000000 +0200
@@ -3,7 +3,7 @@
   VAGRANT_BUILD = :VAGRANT
   DOCKER_BUILD = :DOCKER
 
-  DOCKER_BUILD_CONTAINER = "schaefi/kiwi-build-box:latest"
+  DOCKER_BUILD_CONTAINER = "opensuse/dice:latest"
 
   SSH_USER = "vagrant"
   SSH_PRIVATE_KEY_PATH = File.join(ROOT, "key/vagrant")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2016-04-19 12:03:14.000000000 +0200
+++ new/metadata        2016-06-23 15:17:01.000000000 +0200
@@ -8,7 +8,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-04-19 00:00:00.000000000 Z
+date: 2016-06-23 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: cheetah


Reply via email to