Hello community,

here is the log from the commit of package go-pretty for openSUSE:Factory 
checked in at 2015-03-11 09:57:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go-pretty (Old)
 and      /work/SRC/openSUSE:Factory/.go-pretty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go-pretty"

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-pretty/go-pretty.changes      2014-09-23 
10:42:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.go-pretty.new/go-pretty.changes 2015-03-11 
09:57:28.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Mar  8 04:37:28 UTC 2015 - [email protected]
+
+- update version 0.0.0+git20150119.cb0850c
+
+-------------------------------------------------------------------

Old:
----
  pretty-0.0.0+git20140812.f31442d.tar.bz2

New:
----
  pretty-0.0.0+git20150119.cb0850c.tar.bz2

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

Other differences:
------------------
++++++ go-pretty.spec ++++++
--- /var/tmp/diff_new_pack.6iFjDj/_old  2015-03-11 09:57:29.000000000 +0100
+++ /var/tmp/diff_new_pack.6iFjDj/_new  2015-03-11 09:57:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go-pretty
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sascha Peilicke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           go-pretty
-Version:        0.0.0+git20140812.f31442d
+Version:        0.0.0+git20150119.cb0850c
 Release:        0
 Summary:        Pretty printing for Go values
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.6iFjDj/_old  2015-03-11 09:57:29.000000000 +0100
+++ /var/tmp/diff_new_pack.6iFjDj/_new  2015-03-11 09:57:29.000000000 +0100
@@ -1,16 +1,16 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="tar_scm" mode="localonly">
     <param name="url">https://github.com/kr/pretty.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="versionformat">0.0.0+git%cd.%h</param>
     <param name="revision">master</param>
   </service>
-  <service name="recompress" mode="disabled">
+  <service name="recompress" mode="localonly">
     <param name="file">pretty-*.tar</param>
     <param name="compression">bz2</param>
   </service>
-  <service name="set_version" mode="disabled">
+  <service name="set_version" mode="localonly">
     <param name="basename">pretty</param>
   </service>
 </services>

++++++ pretty-0.0.0+git20140812.f31442d.tar.bz2 -> 
pretty-0.0.0+git20150119.cb0850c.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pretty-0.0.0+git20140812.f31442d/formatter_test.go 
new/pretty-0.0.0+git20150119.cb0850c/formatter_test.go
--- old/pretty-0.0.0+git20140812.f31442d/formatter_test.go      2014-09-19 
11:09:44.000000000 +0200
+++ new/pretty-0.0.0+git20150119.cb0850c/formatter_test.go      2015-03-08 
05:34:29.000000000 +0100
@@ -45,7 +45,7 @@
        {[0]int{}, "[0]int{}"},
        {complex(1, 0), "(1+0i)"},
        //{make(chan int), "(chan int)(0x1234)"},
-       {unsafe.Pointer(uintptr(1)), "unsafe.Pointer(0x1)"},
+       {unsafe.Pointer(uintptr(unsafe.Pointer(&long))), 
fmt.Sprintf("unsafe.Pointer(0x%02x)", uintptr(unsafe.Pointer(&long)))},
        {func(int) {}, "func(int) {...}"},
        {map[int]int{1: 1}, "map[int]int{1:1}"},
        {int32(1), "int32(1)"},

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

Reply via email to