Hello community,

here is the log from the commit of package dice for openSUSE:Factory checked in 
at 2016-11-10 13:19:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-01 
10:01:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dice.new/dice.changes   2016-11-10 
13:19:14.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Oct 31 12:17:55 CET 2016 - [email protected]
+
+- Bump version: 0.7.7 → 0.7.8
+  
+-------------------------------------------------------------------
+Mon Oct 31 12:14:53 CET 2016 - [email protected]
+  
+- Fixup repo source translator for yast2 type
+  
+  Leave yast2 repo path untouched if not specified as obs type
+  
+-------------------------------------------------------------------

Old:
----
  dice-0.7.7.gem

New:
----
  dice-0.7.8.gem

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

Other differences:
------------------
++++++ dice.spec ++++++
--- /var/tmp/diff_new_pack.TwVMvl/_old  2016-11-10 13:19:15.000000000 +0100
+++ /var/tmp/diff_new_pack.TwVMvl/_new  2016-11-10 13:19:15.000000000 +0100
@@ -14,7 +14,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 Name:           dice
-Version:        0.7.7
+Version:        0.7.8
 Release:        0
 %define mod_name dice
 %define mod_full_name %{mod_name}-%{version}

++++++ dice-0.7.7.gem -> dice-0.7.8.gem ++++++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/kiwi_uri.rb new/lib/kiwi_uri.rb
--- old/lib/kiwi_uri.rb 2016-06-23 15:17:01.000000000 +0200
+++ new/lib/kiwi_uri.rb 2016-10-31 12:18:47.000000000 +0100
@@ -5,13 +5,15 @@
       # standard mime types. This also includes resolving open build
       # service resource locator into http addresses
       if args[:repo_type] == "yast2"
-        # distribution URL pointing to a yast distro repo
-        bs_project = args[:name].gsub(/obs:\/\//, "")
-        args[:name] = 
"http://download.opensuse.org/distribution/#{bs_project}/";
+        case args[:name]
+          when /^obs:\/\/(.*)/
+            # obs distribution URL pointing to a yast distro repo
+            args[:name] = "http://download.opensuse.org/distribution/#{$1}/";
+        end
       else
         case args[:name]
           when /^obs:\/\/(\d.*)/
-            # distribution URL pointing to a rpm-md distro repo
+            # obs distribution URL pointing to a rpm-md distro repo
             args[:name] = "http://download.opensuse.org/distribution/#{$1}/";
           when /^obs:\/\/(.*)/
             # obs url, translate to http url
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/version.rb new/lib/version.rb
--- old/lib/version.rb  2016-06-23 15:17:01.000000000 +0200
+++ new/lib/version.rb  2016-10-31 12:18:47.000000000 +0100
@@ -1,3 +1,3 @@
 module Dice
-  VERSION = "0.7.7"
+  VERSION = "0.7.8"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2016-06-23 15:17:01.000000000 +0200
+++ new/metadata        2016-10-31 12:18:47.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: dice
 version: !ruby/object:Gem::Version
-  version: 0.7.7
+  version: 0.7.8
 platform: ruby
 authors:
 - SUSE
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-06-23 00:00:00.000000000 Z
+date: 2016-10-31 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: cheetah


Reply via email to