From cf3ec2e337a312287e0174a23e0627363cfb218a3d68cac18a6ac84cfc3be948 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Fri, 29 May 2020 19:57:45 +0000 Subject: [PATCH] Accepting request 810285 from home:jfkw:branches:devel:languages:go - Update to version 15.0.13: * Preserve modification time of source files - Mark COPYING as %license on suse_version > 1500 OBS-URL: https://build.opensuse.org/request/show/810285 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-packaging?expand=0&rev=68 --- _service | 2 +- _servicedata | 2 +- golang-packaging-15.0.12.tar.xz | 3 --- golang-packaging-15.0.13.tar.xz | 3 +++ golang-packaging.changes | 7 +++++++ golang-packaging.spec | 11 ++++++++--- 6 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 golang-packaging-15.0.12.tar.xz create mode 100644 golang-packaging-15.0.13.tar.xz diff --git a/_service b/_service index 672e22d..6e38c51 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ golang-packaging .git @PARENT_TAG@ - v15.0.12 + v15.0.13 enable v(.*) diff --git a/_servicedata b/_servicedata index 7cdbca6..b01b21e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/golang-packaging - 7898ac7e21212888bd3a2ba014871bb4b48e5c0b \ No newline at end of file + 5282fde8ea690a38a01b6f274ab7d744808e5b60 \ No newline at end of file diff --git a/golang-packaging-15.0.12.tar.xz b/golang-packaging-15.0.12.tar.xz deleted file mode 100644 index 6e4e290..0000000 --- a/golang-packaging-15.0.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eff4ca70bfb986ea057bedcf27fbbc212303fd6e862b1d3a65cd97436e9e398a -size 16648 diff --git a/golang-packaging-15.0.13.tar.xz b/golang-packaging-15.0.13.tar.xz new file mode 100644 index 0000000..a69e828 --- /dev/null +++ b/golang-packaging-15.0.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0096224934cb5216eb95253972f5b5e75f26fbd1dc629c1b1b5730498eb2a6 +size 16684 diff --git a/golang-packaging.changes b/golang-packaging.changes index e48e039..4181dbe 100644 --- a/golang-packaging.changes +++ b/golang-packaging.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 29 19:13:55 UTC 2020 - jkowalczyk@suse.com + +- Update to version 15.0.13: + * Preserve modification time of source files +- Mark COPYING as %license on suse_version > 1500 + ------------------------------------------------------------------- Sat Nov 16 05:45:43 UTC 2019 - jkowalczyk@suse.com diff --git a/golang-packaging.spec b/golang-packaging.spec index 837d0a5..08dfe5e 100644 --- a/golang-packaging.spec +++ b/golang-packaging.spec @@ -1,7 +1,7 @@ # # spec file for package golang-packaging # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 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.12 +Version: 15.0.13 Release: 0 Summary: A toolchain to help packaging golang License: GPL-3.0-only @@ -55,7 +55,12 @@ install -m0644 golang.attr %{buildroot}%{_prefix}/lib/rpm/fileattrs/ %files %defattr(-,root,root) -%doc README.md CHANGELOG COPYING +%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