Changelog for
golang-github-pkg-errors-0.9.1+git20200114.614d223-1.4.noarch.rpm :
* Mon May 18 2020 John Paul Adrian Glaubitz
- Update to version 0.9.1+git20200114.614d223:
* Revert \"Support Go 1.13 error chains in `Cause` (#215)\" (#220)
* Support Go 1.13 error chains in `Cause` (#215)
* remove unnecessary use of fmt.Sprintf (#217)
* feat: support std errors functions (#213)
* Add support for Go 1.13 error chains (#206)
* travis.yml: add Go 1.13
* fix travis, 1.10 doesnt support by unconvert anymore
* travis.yml: add Go 1.12 (#200)
* Add json.Marshaler support to the Frame type. (#197)
* Reduce allocations in StackTrace.Format (#194)- Set BuildArch to noarch
* Sun Aug 11 2019 larsAATTlinux-schulserver.de - 0.8.1- Update to version 0.8.1+git20190103.ba968bf:
* gofmt -w errors.go (#179)
* Bump Travis versions (#172)
* Copyedit the package documentation (#135)
* Add WithMessagef function (#118)
* fixed spelling (#156)
* travis.yml: add Go 1.10 (#154)
* Remove deadcode (#146)
* Fix minor typo in README.md (#142)
* Add badge for number of dependent libraries (#109)
* Fix doc comment for exported Format func (#137)
* Sun May 21 2017 sebix+novell.comAATTsebix.at- rename rpmlintrc file
* Thu Dec 08 2016 tboergerAATTsuse.com- Update to version 0.8.0+git20160929.645ef00:
* Fix the %q format for errors so it puts \"\" around the output (#83)
* Add Go 1.7.1 to Travis (#85)
* Revert \"Remove WithStack and WithMessage public functions\"
* Add WithStack and WithMessage tests Adds testFormatCompleteCompare as additional testing func.
* minor: refactored small loop
* tests: added recursively trying out combinations of calls for %+v.
* tests: fixed tests on 1.4.
* Fix comment on WithMessage function (#86)
* fix line numbers in fmt tests
* doc tweaks
* Thu Dec 08 2016 tboergerAATTsuse.com- Initial packaging