Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mirror-registry for openSUSE:Factory checked in at 2023-01-20 17:39:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mirror-registry (Old) and /work/SRC/openSUSE:Factory/.mirror-registry.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mirror-registry" Fri Jan 20 17:39:18 2023 rev:4 rq:1059935 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/mirror-registry/mirror-registry.changes 2022-02-14 22:37:09.277567460 +0100 +++ /work/SRC/openSUSE:Factory/.mirror-registry.new.32243/mirror-registry.changes 2023-01-20 17:39:36.604829818 +0100 @@ -1,0 +2,6 @@ +Fri Jan 20 10:59:38 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Update to version 1.3 + - Refresh dependencies + +------------------------------------------------------------------- Old: ---- mirror-registry-1.2.tar.xz New: ---- mirror-registry-1.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mirror-registry.spec ++++++ --- /var/tmp/diff_new_pack.iaKgqE/_old 2023-01-20 17:39:37.476834641 +0100 +++ /var/tmp/diff_new_pack.iaKgqE/_new 2023-01-20 17:39:37.496834752 +0100 @@ -1,7 +1,7 @@ # # spec file for package mirror-registry # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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,14 @@ Name: mirror-registry -Version: 1.2 +Version: 1.3 Release: 0 Summary: Tool helping to mirror a registry to a private one License: Apache-2.0 URL: https://github.com/thkukuk/mirror-registry Source: %{name}-%{version}.tar.xz Requires: skopeo >= 0.1.39 -BuildRequires: golang(API) >= 1.16 +BuildRequires: golang(API) >= 1.18 ExcludeArch: s390 %{ix86} %description ++++++ mirror-registry-1.2.tar.xz -> mirror-registry-1.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mirror-registry-1.2/Makefile new/mirror-registry-1.3/Makefile --- old/mirror-registry-1.2/Makefile 2022-02-14 10:58:13.485902196 +0100 +++ new/mirror-registry-1.3/Makefile 2023-01-20 11:53:57.869795791 +0100 @@ -35,6 +35,7 @@ .PHONY: release release: ## create release package from git git clone https://github.com/thkukuk/mirror-registry + rm -rf mirror-registry/.git* mv mirror-registry mirror-registry-$(VERSION) sed -i -e 's|USE_VENDOR = -mod vendor|USE_VENDOR = -mod vendor -mod vendor|g' mirror-registry-$(VERSION)/Makefile make -C mirror-registry-$(VERSION) vendor diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mirror-registry-1.2/VERSION new/mirror-registry-1.3/VERSION --- old/mirror-registry-1.2/VERSION 2022-02-14 10:58:13.473891732 +0100 +++ new/mirror-registry-1.3/VERSION 2023-01-20 11:53:57.853795746 +0100 @@ -1 +1 @@ -1.1 +1.2