Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2015-12-24 12:17:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go (Old)
 and      /work/SRC/openSUSE:Factory/.go.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go"

Changes:
--------
--- /work/SRC/openSUSE:Factory/go/go.changes    2015-10-28 17:30:35.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes       2015-12-24 
12:17:15.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Dec 10 19:25:18 UTC 2015 - matwey.korni...@gmail.com
+
+- Updated to 1.5.2:
+       This release includes bug fixes to the compiler,
+    linker, and the mime/multipart, net, and runtime packages.
+    https://golang.org/doc/devel/release.html#go1.5.minor
+
+-------------------------------------------------------------------

Old:
----
  go1.5.1.src.tar.gz

New:
----
  go1.5.2.src.tar.gz

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

Other differences:
------------------
++++++ go.spec ++++++
--- /var/tmp/diff_new_pack.YfPQUh/_old  2015-12-24 12:17:20.000000000 +0100
+++ /var/tmp/diff_new_pack.YfPQUh/_new  2015-12-24 12:17:20.000000000 +0100
@@ -27,7 +27,7 @@
 %endif
 
 Name:           go
-Version:        1.5.1
+Version:        1.5.2
 Release:        0
 Summary:        A compiled, garbage-collected, concurrent programming language
 License:        BSD-3-Clause

++++++ go-1.5-build-dont-reinstall-stdlibs.patch ++++++
--- /var/tmp/diff_new_pack.YfPQUh/_old  2015-12-24 12:17:20.000000000 +0100
+++ /var/tmp/diff_new_pack.YfPQUh/_new  2015-12-24 12:17:20.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- go.orig/src/cmd/go/build.go
 +++ go/src/cmd/go/build.go
-@@ -154,6 +154,7 @@ func init() {
+@@ -153,6 +153,7 @@ func init() {
  }
  
  // Flags set by multiple commands.
@@ -10,7 +10,7 @@
  var buildA bool               // -a flag
  var buildN bool               // -n flag
  var buildP = runtime.NumCPU() // -p flag
-@@ -210,6 +211,8 @@ func init() {
+@@ -209,6 +210,8 @@ func init() {
  // addBuildFlags adds the flags common to the build, clean, get,
  // install, list, run, and test commands.
  func addBuildFlags(cmd *Command) {
@@ -19,7 +19,7 @@
        cmd.Flag.BoolVar(&buildA, "a", false, "")
        cmd.Flag.BoolVar(&buildN, "n", false, "")
        cmd.Flag.IntVar(&buildP, "p", buildP, "")
-@@ -1503,6 +1506,11 @@ func (b *builder) linkShared(a *action)
+@@ -1502,6 +1505,11 @@ func (b *builder) linkShared(a *action)
  
  // install is the action for installing a single package or executable.
  func (b *builder) install(a *action) (err error) {

++++++ go-1.5-install-dont-reinstall-stdlibs.patch ++++++
--- /var/tmp/diff_new_pack.YfPQUh/_old  2015-12-24 12:17:20.000000000 +0100
+++ /var/tmp/diff_new_pack.YfPQUh/_new  2015-12-24 12:17:20.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- go.orig/src/cmd/go/pkg.go
 +++ go/src/cmd/go/pkg.go
-@@ -1373,6 +1373,13 @@ func isStale(p *Package) bool {
+@@ -1374,6 +1374,13 @@ func isStale(p *Package) bool {
                return false
        }
  


++++++ go1.5.1.src.tar.gz -> go1.5.2.src.tar.gz ++++++
/work/SRC/openSUSE:Factory/go/go1.5.1.src.tar.gz 
/work/SRC/openSUSE:Factory/.go.new/go1.5.2.src.tar.gz differ: char 20, line 1

++++++ tools-packaging.patch ++++++
--- /var/tmp/diff_new_pack.YfPQUh/_old  2015-12-24 12:17:20.000000000 +0100
+++ /var/tmp/diff_new_pack.YfPQUh/_new  2015-12-24 12:17:20.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- go.orig/src/cmd/go/pkg.go
 +++ go/src/cmd/go/pkg.go
-@@ -492,7 +492,13 @@ func (p *Package) load(stk *importStack,
+@@ -781,7 +781,13 @@ func (p *Package) load(stk *importStack,
                if goTools[p.ImportPath] == toTool {
                        // This is for 'go tool'.
                        // Override all the usual logic and force it into the 
tool directory.


Reply via email to