Changelog for
golang-gopkgin-check-0.0.0+git20161122.aa8c435-1.23.x86_64.rpm :
* Thu Dec 08 2016 tboergerAATTsuse.com- Update to version 0.0.0+git20161122.aa8c435:
* Replaced path.Join with filepath.Join in newPath() in order to facilitate proper MkDir() on all OS-es
* Fixed misleading tempdir removal message under Windows.
* Include the whole Go license on benchmark.go.
* check: fix data race on C.status
* Fix panic tracebacks with Go tip.
* Moved the reporter functions to a separate file.
* Do not export reporterS.
* Get the filename from runtime.
* Fix tests and some golint issues (#85)
* Fix typo: conjuction (#83)
* Thu Dec 08 2016 tboergerAATTsuse.com- Refactoring based on new packaging proposal
* Sat Jul 25 2015 iAATTmarguerite.su- rename to golang-gopkgin-check- update version 0.0.0+git20150626.b3d3430- use golang-packaging for packaging
* Sat Mar 21 2015 iAATTmarguerite.su- rename to go-gocheck- remove go_disable_brp_strip_static_archive usage- update version 0.0.0+git20140401.1632973
* Sun Sep 07 2014 iAATTmarguerite.su- update version 2014.08.27 from github
* see upstream git commits
* Tue Aug 13 2013 speilickeAATTsuse.com- Use %{go_exclusivearch} macro
* Mon Aug 05 2013 roAATTsuse.de- use ExclusiveArch to limit build to the same architectures as go
* Tue Aug 14 2012 grahamAATTandtech.eu- Update to latest r2012.07.24- support for std libs testing package benchmarking
* Mon Jun 11 2012 grahamAATTandtech.eu- Update spec for new package locations- Add documentation sub package
* Mon Mar 05 2012 grahamAATTandtech.eu- Update to weekly.2012-03-04- Added HasLen checker- Renamed Bug to Commentf.- Added DeepEquals and Equals now matches the behavior of ==