Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package docker_auth for openSUSE:Factory 
checked in at 2021-07-16 00:00:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker_auth (Old)
 and      /work/SRC/openSUSE:Factory/.docker_auth.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker_auth"

Fri Jul 16 00:00:47 2021 rev:4 rq:906476 version:1.7.1+git20210707.946490c

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker_auth/docker_auth.changes  2020-01-22 
22:46:18.712576867 +0100
+++ /work/SRC/openSUSE:Factory/.docker_auth.new.2625/docker_auth.changes        
2021-07-16 00:03:18.832306043 +0200
@@ -1,0 +2,35 @@
+Thu Jul 15 07:27:02 UTC 2021 - [email protected]
+
+- Update to version 1.7.1+git20210707.946490c:
+  * fix: segmentation fault on arm64 image (#311)
+  * Allow initial LDAP bind with user credentials (#246) (#309)
+  * deprecate v1beta1/Ingress in chart (#306)
+  * document change in tags
+  * Updated helm repository
+  * Update helm chart to 1.7.0 (#305)
+  * update url
+  * have edge build
+  * build on git tag
+  * build docker image on git tag (#304)
+  * periodic go vendor update (#303)
+  * cross-compile docker image to arm
+  * Remove Python and go-bindata (#302)
+  * build with go1.16 (#301)
+  * Support the Casbin authorization method. (#182)
+  * Connect to relational databases using xorm.io (#277)
+  * specify v1.15.x when running build (#297)
+  * Install go-binddata as a global binary (#295)
+  * Create Github action for docker nightlies (#291)
+  * Helm2 to 3 (#292)
+  * Upgrade go deps (#293)
+  * rm compiled binary in repo
+  * Add Github actions for go tests
+  * Move to Python3
+  * Fix go vet failures
+  * Fix Docker Hub link in README.md (#282)
+  * Fix scope parsing (#274)
+  * Returning the "token"-field (#273)
+  * Add a Redis-based token storage implementation (#220)
+  * Send the scope class as part of the token
+
+-------------------------------------------------------------------

Old:
----
  docker_auth-1.5.0+git20191208.df57cca.tar.xz

New:
----
  docker_auth-1.7.1+git20210707.946490c.tar.xz

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

Other differences:
------------------
++++++ docker_auth.spec ++++++
--- /var/tmp/diff_new_pack.YHqW5b/_old  2021-07-16 00:03:19.280302453 +0200
+++ /var/tmp/diff_new_pack.YHqW5b/_new  2021-07-16 00:03:19.280302453 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docker_auth
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:           docker_auth
-Version:        1.5.0+git20191208.df57cca
+Version:        1.7.1+git20210707.946490c
 Release:        0
 Summary:        Authenticaton for container registry with tokens
 License:        Apache-2.0
 URL:            https://github.com/cesanta/docker_auth
 Source:         docker_auth-%{version}.tar.xz
-BuildRequires:  go1.13
-BuildRequires:  golang(API) = 1.13
+BuildRequires:  golang(API) >= 1.16
 %ifarch %arm aarch64
 BuildRequires:  binutils-gold
 %endif
@@ -37,11 +36,12 @@
 %prep
 %setup -q
 rm chart/docker-auth/.helmignore
+chmod 644 chart/docker-auth/templates/*.*
 
 %build
 cd auth_server
 # Make the go command working in OBS and on all architectures:
-sed -i -e 's|CGO_ENABLED=0 go build -v --ldflags=--s|go build -mod vendor 
-buildmode=pie -v|g' Makefile
+sed -i -e 's|CGO_ENABLED=0 go build -v --ldflags=--s|go build -mod vendor 
-buildmode=pie -v|g' -e "s|-extldflags '-static' |-extldflags '-pie' |g" 
Makefile
 make
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YHqW5b/_old  2021-07-16 00:03:19.316302165 +0200
+++ /var/tmp/diff_new_pack.YHqW5b/_new  2021-07-16 00:03:19.316302165 +0200
@@ -1,7 +1,8 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">1.5.0</param>
-    <param name="versionformat">1.5.0+git%cd.%h</param>
+    <param name="version">1.7.1</param>
+    <param name="versionformat">1.7.1+git%cd.%h</param>
+    <param name="revision">main</param>
     <param name="url">git://github.com/cesanta/docker_auth.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.YHqW5b/_old  2021-07-16 00:03:19.332302036 +0200
+++ /var/tmp/diff_new_pack.YHqW5b/_new  2021-07-16 00:03:19.336302004 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/cesanta/docker_auth.git</param>
-    <param 
name="changesrevision">df57ccaa8701a527954bd2a813fedec1b7c86af0</param>
+    <param 
name="changesrevision">946490cab077a5ccc1e2139f0a423a11c14d3e2d</param>
  </service>
 </servicedata>
\ No newline at end of file

++++++ docker_auth-1.5.0+git20191208.df57cca.tar.xz -> 
docker_auth-1.7.1+git20210707.946490c.tar.xz ++++++
/work/SRC/openSUSE:Factory/docker_auth/docker_auth-1.5.0+git20191208.df57cca.tar.xz
 
/work/SRC/openSUSE:Factory/.docker_auth.new.2625/docker_auth-1.7.1+git20210707.946490c.tar.xz
 differ: char 13, line 1

Reply via email to