Hello community,

here is the log from the commit of package rubygem-mini_portile for 
openSUSE:Factory checked in at 2015-02-06 10:46:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mini_portile (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-mini_portile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-mini_portile"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-mini_portile/rubygem-mini_portile.changes    
    2014-10-20 07:27:07.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mini_portile.new/rubygem-mini_portile.changes
   2015-02-06 10:46:09.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb  4 12:27:40 UTC 2015 - [email protected]
+
+- update to 0.6.2
+  * Updated gemspec, license and README to reflect new maintainer.
+
+-------------------------------------------------------------------

Old:
----
  mini_portile-0.6.0.gem

New:
----
  mini_portile-0.6.2.gem

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

Other differences:
------------------
++++++ rubygem-mini_portile.spec ++++++
--- /var/tmp/diff_new_pack.EYcPzF/_old  2015-02-06 10:46:09.000000000 +0100
+++ /var/tmp/diff_new_pack.EYcPzF/_new  2015-02-06 10:46:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mini_portile
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-mini_portile
-Version:        0.6.0
+Version:        0.6.2
 Release:        0
 %define mod_name mini_portile
 %define mod_full_name %{mod_name}-%{version}

++++++ mini_portile-0.6.0.gem -> mini_portile-0.6.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt     2014-04-19 00:14:11.000000000 +0200
+++ new/History.txt     2014-12-30 20:05:28.000000000 +0100
@@ -1,3 +1,14 @@
+=== 0.6.2 / 2014-12-30
+
+* Updated gemspec, license and README to reflect new maintainer.
+
+
+=== 0.6.1 / 2014-08-03
+
+* Enhancements:
+  * Expand path to logfile to easier debugging on failures.
+    Pull #33 [marvin2k]
+
 === 0.6.0 / 2014-04-18
 
 * Enhancements:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt
--- old/LICENSE.txt     2014-04-19 00:14:11.000000000 +0200
+++ new/LICENSE.txt     2014-12-30 20:05:28.000000000 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2011 Luis Lavena.
+Copyright (c) 2011-2015 Luis Lavena and Mike Dalessio
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc     2014-04-19 00:14:11.000000000 +0200
+++ new/README.rdoc     2014-12-30 20:05:28.000000000 +0100
@@ -1,7 +1,7 @@
 = MiniPortile
 
-* {Source Code}[https://github.com/luislavena/mini_portile]
-* {Bug Reports}[https://github.com/luislavena/mini_portile/issues]
+* {Source Code}[https://github.com/flavorjones/mini_portile]
+* {Bug Reports}[https://github.com/flavorjones/mini_portile/issues]
 
 This project is a minimalistic, simplistic and stupid implementation of a 
port/recipe
 system <b>for developers</b>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile        2014-04-19 00:14:11.000000000 +0200
+++ new/Rakefile        2014-12-30 20:05:28.000000000 +0100
@@ -4,7 +4,7 @@
 GEM_SPEC = Gem::Specification.new do |s|
   # basic information
   s.name        = "mini_portile"
-  s.version     = "0.6.0"
+  s.version     = "0.6.2"
   s.platform    = Gem::Platform::RUBY
 
   # description and details
@@ -30,12 +30,12 @@
   s.extra_rdoc_files = %w(README.rdoc History.txt LICENSE.txt)
 
   # project information
-  s.homepage          = 'http://github.com/luislavena/mini_portile'
+  s.homepage          = 'http://github.com/flavorjones/mini_portile'
   s.licenses          = ['MIT']
 
   # author and contributors
-  s.author      = 'Luis Lavena'
-  s.email       = '[email protected]'
+  s.authors     = ['Luis Lavena', 'Mike Dalessio']
+  s.email       = '[email protected]'
 end
 
 Gem::PackageTask.new(GEM_SPEC) do |pkg|
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/examples/Rakefile new/examples/Rakefile
--- old/examples/Rakefile       2014-04-19 00:14:11.000000000 +0200
+++ new/examples/Rakefile       2014-12-30 20:05:28.000000000 +0100
@@ -16,7 +16,7 @@
 
 # c-ares
 c_ares = MiniPortile.new "c-ares", "1.7.5"
-c_ares.files << 
"https://s3.amazonaws.com/distfiles.openknapsack.org/#{c_ares.name}/#{c_ares.name}-#{c_ares.version}.tar.gz";
+c_ares.files << 
"https://distfiles.openknapsack.org/#{c_ares.name}/#{c_ares.name}-#{c_ares.version}.tar.gz";
 
 recipes.push c_ares
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mini_portile.rb new/lib/mini_portile.rb
--- old/lib/mini_portile.rb     2014-04-19 00:14:11.000000000 +0200
+++ new/lib/mini_portile.rb     2014-12-30 20:05:28.000000000 +0100
@@ -275,7 +275,7 @@
         output "OK"
         return true
       else
-        output "ERROR, review '#{log}' to see what happened."
+        output "ERROR, review '#{log_out}' to see what happened."
         raise "Failed to complete #{action} task"
       end
     end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2014-04-19 00:14:11.000000000 +0200
+++ new/metadata        2014-12-30 20:05:28.000000000 +0100
@@ -1,19 +1,20 @@
 --- !ruby/object:Gem::Specification
 name: mini_portile
 version: !ruby/object:Gem::Version
-  version: 0.6.0
+  version: 0.6.2
 platform: ruby
 authors:
 - Luis Lavena
+- Mike Dalessio
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-04-18 00:00:00.000000000 Z
+date: 2014-12-30 00:00:00.000000000 Z
 dependencies: []
 description: Simplistic port-like solution for developers. It provides a 
standard
   and simplified way to compile against dependency libraries without messing 
up your
   system.
-email: [email protected]
+email: [email protected]
 executables: []
 extensions: []
 extra_rdoc_files:
@@ -27,7 +28,7 @@
 - Rakefile
 - examples/Rakefile
 - lib/mini_portile.rb
-homepage: http://github.com/luislavena/mini_portile
+homepage: http://github.com/flavorjones/mini_portile
 licenses:
 - MIT
 metadata: {}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to