Hello community, here is the log from the commit of package restic for openSUSE:Factory checked in at 2018-11-12 09:42:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/restic (Old) and /work/SRC/openSUSE:Factory/.restic.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "restic" Mon Nov 12 09:42:53 2018 rev:6 rq:647663 version:0.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/restic/restic.changes 2018-08-24 17:00:33.717819451 +0200 +++ /work/SRC/openSUSE:Factory/.restic.new/restic.changes 2018-11-12 09:43:15.773025516 +0100 @@ -1,0 +2,9 @@ +Mon Nov 5 08:44:53 UTC 2018 - Aleksa Sarai <[email protected]> + +- Update to 0.9.3. boo#1115498 + https://github.com/restic/restic/releases/tag/v0.9.3 + See installed /usr/share/doc/packages/restic/CHANGELOG.md +- Update to Go 1.9, and disable Go 1.11 modules since they require internet + access (restic still provides vendor/). + +------------------------------------------------------------------- Old: ---- restic-0.9.2.tar.gz restic-0.9.2.tar.gz.asc New: ---- restic-0.9.3.tar.gz restic-0.9.3.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ restic.spec ++++++ --- /var/tmp/diff_new_pack.1Zvt67/_old 2018-11-12 09:43:18.749020965 +0100 +++ /var/tmp/diff_new_pack.1Zvt67/_new 2018-11-12 09:43:18.753020959 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # nodebuginfo @@ -20,7 +20,7 @@ %define import_path github.com/restic/restic Name: restic -Version: 0.9.2 +Version: 0.9.3 Release: 0 Summary: Backup program with deduplication and encryption License: BSD-2-Clause @@ -33,7 +33,7 @@ BuildRequires: go BuildRequires: golang-packaging BuildRequires: zsh -BuildRequires: golang(API) >= 1.8 +BuildRequires: golang(API) >= 1.9 %description restic is a backup program. It supports verification, encryption, @@ -68,9 +68,10 @@ mkdir -p $HOME/go/src/%{import_path} cp -rT $PWD $HOME/go/src/%{import_path} -# Build restic. We don't use build.go because it builds statically and also has -# weird golang version requirements for no good reason. -go build -o %{name} -buildmode=pie \ +# Build restic. We don't use build.go because it builds statically, uses go +# modules, and also restricts the Go version in cases where it's not actually +# necessary. We disable go modules because restic still provides a vendor/. +GO111MODULE=off go build -o %{name} -buildmode=pie \ -ldflags "-s -w -X main.version=%{version}" \ %{import_path}/cmd/restic ++++++ restic-0.9.2.tar.gz -> restic-0.9.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/restic/restic-0.9.2.tar.gz /work/SRC/openSUSE:Factory/.restic.new/restic-0.9.3.tar.gz differ: char 13, line 1
