#2 Update to latest version.
Merged 5 years ago by qulogic. Opened 5 years ago by qulogic.
rpms/ qulogic/golang-github-mattn-go-runewidth master  into  master

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

  /go-runewidth-9e777a8366cce605130a531d2cd6363d07ad7317.tar.gz

  /go-runewidth-0.0.3.tar.gz

+ /go-runewidth-0.0.4.tar.gz

@@ -1,11 +1,11 @@ 

  # http://github.com/mattn/go-runewidth

  %global goipath         github.com/mattn/go-runewidth

- Version:                0.0.3

+ Version:                0.0.4

  

  %gometa

  

  Name:           golang-github-mattn-go-runewidth

- Release:        2%{?dist}

+ Release:        1%{?dist}

  Summary:        Functions for getting fixed width of the character or string

  License:        MIT

  URL:            %{gourl}
@@ -45,6 +45,9 @@ 

  %doc README.mkd

  

  %changelog

+ * Sat Feb 09 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.0.4-1

+ - Update to latest version

+ 

  * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-2

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

  

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

- SHA512 (go-runewidth-0.0.3.tar.gz) = de2b8a037fdcb2bf405417fd7a817a8d3d4b7d60966e82beffc1f2d5fb60ff7660b0cca445ea991c9d7378f21f698a23676e3fac164ad037467e847eb0ff98e9

+ SHA512 (go-runewidth-0.0.4.tar.gz) = 3f55e7cbd66014145593910a0e0fb37d0700c8ce6f1987ebefc5806626e7e5774dbce8af914ee8039cc20d38902d5cb8254a10638de3972f22131b7a058a0e64

I will merge in about a week if there are no issues.

Pull-Request has been merged by qulogic

5 years ago