#1 Update to v1.2.0
Merged 4 years ago by eclipseo. Opened 4 years ago by elmarco.
rpms/ elmarco/golang-github-google-subcommands master  into  master

file modified
+1
@@ -1,1 +1,2 @@ 

  /subcommands-1.0.1.tar.gz

+ /subcommands-1.2.0.tar.gz

@@ -3,7 +3,7 @@ 

  

  # https://github.com/google/subcommands

  %global goipath         github.com/google/subcommands

- Version:                1.0.1

+ Version:                1.2.0

  

  %gometa

  
@@ -15,7 +15,7 @@ 

  %global godocs          README.md

  

  Name:           %{goname}

- Release:        3%{?dist}

+ Release:        1%{?dist}

  Summary:        Go subcommand library

  

  # Upstream license specification: Apache-2.0
@@ -42,6 +42,9 @@ 

  %gopkgfiles

  

  %changelog

+ * Tue Feb 18 2020 Marc-André Lureau <marcandre.lureau@redhat.com> - 1.2.0-1

+ - Update to v1.2.0

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (subcommands-1.0.1.tar.gz) = 190b344f9c5c9b875db1d89a1cec513709015308e8652b77be879cfb97a970fe2f09cdb150dd2d3560f166af19be4a04af843805ed11018d63e2b3f8adf6dfff

+ SHA512 (subcommands-1.2.0.tar.gz) = f4c53eef3123b5b6c3ad12c6c5ae470cfc154c144bd405d8409a27af3861e8c0042c4c80a0eb8e4a5e9a2cda0b41c0cf6b28c9dfa664b04e34b1746e7760365d

New API needed to build gvisor.

Pull-Request has been merged by eclipseo

4 years ago