From 23c90a7ac975997da83d24d356fa3aeb01278a0a769abd82a862a07ec55bea45 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Tue, 1 Feb 2022 06:16:09 +0000 Subject: [PATCH] Accepting request 950343 from home:jfkw:branches:devel:languages:go - Update to version 15.0.16: * Update CHANGELOG file * Don't throw an error on prep if does not exist. * Enable -buildmode=pie on riscv64 - Replace %doc COPYING conditional for 0%{?suse_version} < 1500. Use only %license COPYING as per rpmlint, with no conditional. - Fixed if statement in spec file. OBS-URL: https://build.opensuse.org/request/show/950343 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-packaging?expand=0&rev=73 --- _service | 2 +- _servicedata | 2 +- golang-packaging-15.0.15.tar.xz | 3 --- golang-packaging-15.0.16.tar.xz | 3 +++ golang-packaging.changes | 19 +++++++++++++++++++ golang-packaging.spec | 10 +++------- 6 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 golang-packaging-15.0.15.tar.xz create mode 100644 golang-packaging-15.0.16.tar.xz diff --git a/_service b/_service index 6cc3af0..c450411 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ golang-packaging .git @PARENT_TAG@ - v15.0.15 + v15.0.16 enable v(.*) diff --git a/_servicedata b/_servicedata index 76e5ca5..3ae0ef5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/golang-packaging - 38e4ce0961fcaaa564cc6b9e68ef1d6602baf18a \ No newline at end of file + 8ef5013b774130cb0855932a56237e8e0b0d7706 \ No newline at end of file diff --git a/golang-packaging-15.0.15.tar.xz b/golang-packaging-15.0.15.tar.xz deleted file mode 100644 index 824d21f..0000000 --- a/golang-packaging-15.0.15.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd5fe17ee6c0efc9d946d487a8315a3304bc1ae765826ccbc68743c99ab38941 -size 16732 diff --git a/golang-packaging-15.0.16.tar.xz b/golang-packaging-15.0.16.tar.xz new file mode 100644 index 0000000..f289151 --- /dev/null +++ b/golang-packaging-15.0.16.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5badaef446e256ee798b4e8899a3b1cf0c67e57acb3fb441ab37a0691b17edd8 +size 16876 diff --git a/golang-packaging.changes b/golang-packaging.changes index a16fab3..bffd776 100644 --- a/golang-packaging.changes +++ b/golang-packaging.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Feb 01 05:39:58 UTC 2022 - jkowalczyk@suse.com + +- Update to version 15.0.16: + * Update CHANGELOG file + * Don't throw an error on prep if does not exist. + * Enable -buildmode=pie on riscv64 + +------------------------------------------------------------------- +Tue Feb 1 05:21:14 UTC 2022 - Jeff Kowalczyk + +- Replace %doc COPYING conditional for 0%{?suse_version} < 1500. + Use only %license COPYING as per rpmlint, with no conditional. + +------------------------------------------------------------------- +Wed Jan 19 20:50:40 UTC 2022 - Stefan Bluhm + +- Fixed if statement in spec file. + ------------------------------------------------------------------- Fri Nov 13 15:17:44 UTC 2020 - jkowalczyk@suse.com diff --git a/golang-packaging.spec b/golang-packaging.spec index f78302f..063843b 100644 --- a/golang-packaging.spec +++ b/golang-packaging.spec @@ -1,7 +1,7 @@ # # spec file for package golang-packaging # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: golang-packaging -Version: 15.0.15 +Version: 15.0.16 Release: 0 Summary: A toolchain to help packaging golang License: GPL-3.0-only @@ -56,17 +56,13 @@ install -m0644 golang.attr %{buildroot}%{_prefix}/lib/rpm/fileattrs/ %files %defattr(-,root,root) %doc README.md CHANGELOG -%if 0%{?suse_version} < 1500 -%doc COPYING -%else %license COPYING -%endif% %{_prefix}/lib/rpm/golang.prov %{_prefix}/lib/rpm/golang.req %{_prefix}/lib/rpm/golang.sh %config %{_sysconfdir}/rpm/macros.go -%if %{?suse_version} >= 1320 +%if 0%{?suse_version} >= 1320 %{_prefix}/lib/rpm/fileattrs/golang.attr %endif