#4 Update to 1.12.0 - Closes rhbz#2075412
Merged 2 years ago by mikelo2. Opened 2 years ago by mikelo2.
rpms/ mikelo2/golang-github-spf13-viper 1.12.0  into  rawhide

file modified
+2
@@ -5,3 +5,5 @@ 

  /viper-1.6.2.tar.gz

  /viper-1.7.1.tar.gz

  /viper-1.10.1.tar.gz

+ /viper-1.12.0.tar.gz

+ /viper-1.14.0.tar.gz

@@ -1,4 +1,4 @@ 

- # Generated by go2rpm

+ # Generated by go2rpm 1.8.2

  %bcond_with bootstrap

  %if %{with bootstrap}

  # Do not run %%check when bootstrapping.
@@ -10,7 +10,7 @@ 

  

  # https://github.com/spf13/viper

  %global goipath         github.com/spf13/viper

- Version:                1.10.1

+ Version:                1.14.0

  

  %gometa

  
@@ -47,7 +47,7 @@ 

  

  License:        MIT

  URL:            %{gourl}

- Source0:        %{gosource}

+ Source:         %{gosource}

  

  %if %{without bootstrap}

  BuildRequires:  golang(github.com/sagikazarmark/crypt/config)
@@ -57,14 +57,15 @@ 

  BuildRequires:  golang(github.com/hashicorp/hcl/hcl/printer)

  BuildRequires:  golang(github.com/magiconair/properties)

  BuildRequires:  golang(github.com/mitchellh/mapstructure)

- BuildRequires:  golang(github.com/pelletier/go-toml)

+ BuildRequires:  golang(github.com/pelletier/go-toml/v2)

+ BuildRequires:  golang(github.com/sagikazarmark/crypt/config)

  BuildRequires:  golang(github.com/spf13/afero)

  BuildRequires:  golang(github.com/spf13/cast)

  BuildRequires:  golang(github.com/spf13/jwalterweatherman)

  BuildRequires:  golang(github.com/spf13/pflag)

  BuildRequires:  golang(github.com/subosito/gotenv)

  BuildRequires:  golang(gopkg.in/ini.v1)

- BuildRequires:  golang(gopkg.in/yaml.v2)

+ BuildRequires:  golang(gopkg.in/yaml.v3)

  

  %if %{with check}

  # Tests
@@ -72,8 +73,7 @@ 

  BuildRequires:  golang(github.com/stretchr/testify/require)

  %endif

  

- %description

- %{common_description}

+ %description %{common_description}

  

  %gopkg

  

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

- SHA512 (viper-1.10.1.tar.gz) = 018bc168a7b00becd9d3621f402b7033725cca88f7efefae334c674075650f4227183055bd1bb154dba0a4ccffb18d6de2f8b91fe08e625185d4b261da85e69d

+ SHA512 (viper-1.14.0.tar.gz) = 4f81f0014837d47b3e3ba095bb6d1d99c9bb3422b7c45e8e5cc1d2ebe2ee55756ab7c5675bd599564d5768a97af81dc82184f9abf8c298bce86d373f4471351e

no initial comment

rebased onto 934a78a

2 years ago

Some update, probably gopkg.in/ini.v1, broke a test. Will check later.

rebased onto 2bad373

2 years ago

Pull-Request has been merged by mikelo2

2 years ago