ec45a94352
* Increase max no of windows callbacks (issue 1912) * gc: compact stackframe * http: fix regression permitting io.Copy on HEAD response * Go memory model: minor clarification (issue 1941) * go spec: clarif rules for append, scope rules for := (issue 1936, issue 1940) * gc: handle go print() and go println() (issue 1952) * net: export all fields in Interface (issue 1942) - Spec file cleanup: * Removed checks for outdated SUSE versions * Remove *.6 and *.8 files from misc documentation OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=69
239 lines
8.3 KiB
Plaintext
239 lines
8.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jun 15 11:58:25 UTC 2011 - saschpe@suse.de
|
|
|
|
- Update to 15/06/2011 mercurial version
|
|
* Increase max no of windows callbacks (issue 1912)
|
|
* gc: compact stackframe
|
|
* http: fix regression permitting io.Copy on HEAD response
|
|
* Go memory model: minor clarification (issue 1941)
|
|
* go spec: clarif rules for append, scope rules for :=
|
|
(issue 1936, issue 1940)
|
|
* gc: handle go print() and go println() (issue 1952)
|
|
* net: export all fields in Interface (issue 1942)
|
|
- Spec file cleanup:
|
|
* Removed checks for outdated SUSE versions
|
|
* Remove *.6 and *.8 files from misc documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 8 15:10:17 UTC 2011 - saschpe@suse.de
|
|
|
|
- Added macro %go_disable_brp_strip_static_archive to disable the
|
|
strip check, it breaks on Fedora-based distros and generates
|
|
a warning for SUSE-based ones. It can be removed if go binaries
|
|
become really stripable
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 8 07:59:53 UTC 2011 - saschpe@suse.de
|
|
|
|
- Update to 08/05/2011 mercurial version
|
|
* ld: fix and simplify ELF symbol generation
|
|
* cgo: support non intel gcc machine flags
|
|
* gc: enable building under clang/2.9
|
|
* countless bugfixes, documentation and speed improvements
|
|
- Don't build twice (thru all.bash and make.bash)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 23 10:31:23 UTC 2011 - saschpe@suse.de
|
|
|
|
- Generate %go_ver macro from Go package version
|
|
- Use %requires_eq for %go_requires
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 21 13:47:39 UTC 2011 - saschpe@gmx.de
|
|
|
|
- Switch %go_make* macros from make to gomake
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 21 12:09:28 UTC 2011 - saschpe@gmx.de
|
|
|
|
- Undo not installing *.h/*.c, remove hard links
|
|
- Update to 21/05/2011 mercurial version
|
|
- Added macro %go_make_test
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 20 19:36:59 UTC 2011 - saschpe@gmx.de
|
|
|
|
- Package more documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 20 19:00:22 UTC 2011 - saschpe@gmx.de
|
|
|
|
- Moved devel package back into main package until a better
|
|
solution pops up
|
|
* godoc and goinstall belong to base package and need only
|
|
sources in the $GOROOT/srcpkg tree
|
|
* No need to install *.h/*.c files
|
|
- Fixed %{go_provides} macro to provide a specific version
|
|
- Changed GOROOT path also in gotry script
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 20 14:32:53 UTC 2011 - saschpe@suse.de
|
|
|
|
- Removed double provides for devel-static package
|
|
- Provide a specific version for devel-static package
|
|
- Less build dependencies, own directories directly
|
|
- Added comments for rpmlint checks, removed old ones
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 20 09:51:49 UTC 2011 - saschpe@suse.de
|
|
|
|
- Disable brp-strip-static-archive also on RHEL and CentOS
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 20 09:31:49 UTC 2011 - saschpe@suse.de
|
|
|
|
- Fix %go_make_install macro, wrong TARGDIR
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 20 09:25:13 UTC 2011 - saschpe@suse.de
|
|
|
|
- Update to 20/05/2011 mercurial version
|
|
- Macro %go_arch in macros.go now properly set to correct value
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 19 18:22:16 UTC 2011 - saschpe@gmx.de
|
|
|
|
- Fix RPM macros, add arm support
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 19 18:11:00 UTC 2011 - saschpe@gmx.de
|
|
|
|
- Added RPM macros file to simply Go packaging
|
|
- Provide devel-static file in main package
|
|
- Spec file cleanup
|
|
- Remove devel-file-in-non-devel-package rpmlint filter
|
|
- Use proper package versioning scheme (needs reinstall)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 18 13:48:48 UTC 2011 - saschpe@suse.de
|
|
|
|
- Disable brp-strip-static-archive on Fedora
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 18 13:09:12 UTC 2011 - saschpe@suse.de
|
|
|
|
- Re-add STRIP=/bin/true to fix Fedora build
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 18 12:41:25 UTC 2011 - saschpe@suse.de
|
|
|
|
- Let devel package provide devel-static
|
|
- Fix typo in devel package description
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 18 09:52:17 UTC 2011 - saschpe@suse.de
|
|
|
|
- Update to 18/05/2011 upstream mercurial release
|
|
- Rebased godoc patch
|
|
- Removed doc/talks/go_talk-20091030.pdf, fixes bnc#686557
|
|
- No chrpath necessary anymore
|
|
- Use fdupes
|
|
- Drop executable-stack rpmlint filter, not needed anymore
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 29 18:28:24 UTC 2011 - saschpe@gmx.de
|
|
|
|
- Update to 29/04/2011 upstream mercurial release
|
|
- Changed RPM variables to macros
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 21 15:12:45 UTC 2011 - saschpe@suse.de
|
|
|
|
- Changed license from BSD to BSD3c
|
|
- Remove pkg_version macro, use %%{version} directly
|
|
- No Requires on %%{release}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 8 18:16:34 UTC 2011 - graham@andtech.eu
|
|
|
|
- Update to 07/03/2011 .1 upstream mercurual release
|
|
- Update godoc patch to reflect changes to path package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 1 13:12:30 UTC 2011 - graham@andtech.eu
|
|
|
|
- Update to 24/02/2011 upstream mercurial release
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 16 05:21:20 UTC 2011 - graham@andtech.eu
|
|
|
|
- Update to 15/12/2011 upstream mercurial release
|
|
- Remove redundant workarounds from .spec
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 8 16:51:09 UTC 2011 - graham@andtech.eu
|
|
|
|
- add go-devel for pkg and cmd source installation, this is
|
|
intended to support goinstall(once patched).
|
|
- Move goinstall binary to go-devel package and install to
|
|
%{_sbindir}
|
|
- Change the godoc patch to generate API docs from the source
|
|
install location of go-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 1 11:31:23 UTC 2011 - graham@andtech.eu
|
|
|
|
- Updated to release 20/01/2011
|
|
- run full test suite (without net dependant tests)
|
|
- remove redundant libcgo.so from .spec
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 8 16:26:27 UTC 2010 - saschpe@suse.de
|
|
|
|
- Updated to 08/12/2010 mercurial version
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 2 08:16:35 UTC 2010 - speilicke@novell.com
|
|
|
|
- Updated to 02/12/2010 mercurial version
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 16 08:52:36 UTC 2010 - speilicke@novell.com
|
|
|
|
- Updated to 16/11/2010 mercurial version
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 9 21:53:50 UTC 2010 - speilicke@novell.com
|
|
|
|
- Updated to 09/11/2010 mercurial version
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 8 20:31:07 UTC 2010 - speilicke@novell.com
|
|
|
|
- Simplified spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 8 09:36:14 UTC 2010 - speilicke@novell.com
|
|
|
|
- Fixed tarball (no hg history and build files)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 8 09:06:28 UTC 2010 - speilicke@novell.com
|
|
|
|
- Updated to 08/11/2010 mercurial version
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 14 06:56:54 UTC 2010 - speilicke@novell.com
|
|
|
|
- Updated to 13/08/2010 mercurial version
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 11 08:27:00 UTC 2010 - speilicke@novell.com
|
|
|
|
- Example scripts permissions fixed
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 8 13:26:51 UTC 2010 - speilicke@novell.com
|
|
|
|
- Updated to 10/08/2010 mercurial version
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 16 14:38:33 UTC 2010 - graham@andtech.eu
|
|
|
|
- Initial package based on 09/06/2010 release
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 29 10:00:00 UTC 2010 - konrad@tylerc.org>
|
|
|
|
- Initial Go hg release spec template
|