Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package konstraint for openSUSE:Factory checked in at 2022-07-11 19:10:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/konstraint (Old) and /work/SRC/openSUSE:Factory/.konstraint.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konstraint" Mon Jul 11 19:10:16 2022 rev:8 rq:988447 version:0.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/konstraint/konstraint.changes 2022-07-06 15:42:25.874555390 +0200 +++ /work/SRC/openSUSE:Factory/.konstraint.new.1523/konstraint.changes 2022-07-11 19:11:27.587788283 +0200 @@ -1,0 +2,6 @@ +Mon Jul 11 13:56:42 UTC 2022 - ka...@b1-systems.de + +- Update to version 0.22.1: + * Bump github.com/open-policy-agent/opa from 0.42.0 to 0.42.1 (#309) + +------------------------------------------------------------------- Old: ---- konstraint-0.22.0.tar.gz New: ---- konstraint-0.22.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ konstraint.spec ++++++ --- /var/tmp/diff_new_pack.u6h4TF/_old 2022-07-11 19:11:27.999788880 +0200 +++ /var/tmp/diff_new_pack.u6h4TF/_new 2022-07-11 19:11:28.027788921 +0200 @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: konstraint -Version: 0.22.0 +Version: 0.22.1 Release: 0 Summary: A policy management tool for interacting with Gatekeeper License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.u6h4TF/_old 2022-07-11 19:11:28.051788955 +0200 +++ /var/tmp/diff_new_pack.u6h4TF/_new 2022-07-11 19:11:28.055788961 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/plexsystems/konstraint</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.22.0</param> + <param name="revision">v0.22.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -16,7 +16,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">konstraint-0.22.0.tar.gz</param> + <param name="archive">konstraint-0.22.1.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.u6h4TF/_old 2022-07-11 19:11:28.071788985 +0200 +++ /var/tmp/diff_new_pack.u6h4TF/_new 2022-07-11 19:11:28.071788985 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/plexsystems/konstraint</param> - <param name="changesrevision">5ccf6c2688921eae899d23557a733d979ef44908</param></service></servicedata> + <param name="changesrevision">844de89944cd2fc8c0dd65825085392e16d97c99</param></service></servicedata> (No newline at EOF) ++++++ konstraint-0.22.0.tar.gz -> konstraint-0.22.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konstraint-0.22.0/go.mod new/konstraint-0.22.1/go.mod --- old/konstraint-0.22.0/go.mod 2022-07-05 22:54:20.000000000 +0200 +++ new/konstraint-0.22.1/go.mod 2022-07-10 01:29:31.000000000 +0200 @@ -5,7 +5,7 @@ require ( github.com/ghodss/yaml v1.0.0 github.com/open-policy-agent/frameworks/constraint v0.0.0-20220218180203-c2a0d8cdf85a - github.com/open-policy-agent/opa v0.42.0 + github.com/open-policy-agent/opa v0.42.1 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.5.0 github.com/spf13/viper v1.12.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konstraint-0.22.0/go.sum new/konstraint-0.22.1/go.sum --- old/konstraint-0.22.0/go.sum 2022-07-05 22:54:20.000000000 +0200 +++ new/konstraint-0.22.1/go.sum 2022-07-10 01:29:31.000000000 +0200 @@ -757,8 +757,8 @@ github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= github.com/open-policy-agent/frameworks/constraint v0.0.0-20220218180203-c2a0d8cdf85a h1:UbAUYf06fWKxsmETXwqQndYgh1OLG1EtX2V+qfxqDms= github.com/open-policy-agent/frameworks/constraint v0.0.0-20220218180203-c2a0d8cdf85a/go.mod h1:y8aZ+J4EnNqQ+DdyMOaNhuTAnMoJErDg9ySgqd5qo38= -github.com/open-policy-agent/opa v0.42.0 h1:CTJ240+A+sZEYSuLDYiT5l8Q3lcQf2eZc53jCbWNjZE= -github.com/open-policy-agent/opa v0.42.0/go.mod h1:MrmoTi/BsKWT58kXlVayBb+rYVeaMwuBm3nYAN3923s= +github.com/open-policy-agent/opa v0.42.1 h1:5R5hVrxgLFK3lxPAcel7iWz3TzbumAZj8qunOIx6fhk= +github.com/open-policy-agent/opa v0.42.1/go.mod h1:MrmoTi/BsKWT58kXlVayBb+rYVeaMwuBm3nYAN3923s= github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= ++++++ vendor.tar.gz ++++++ ++++ 4113 lines of diff (skipped)