Commit Graph

  • 5794e3e78c Accepting request 74870 from devel:languages:go Marcus Rueckert 2011-06-30 14:37:23 +00:00
  • c4c7807dee Accepting request 74870 from devel:languages:go Marcus Rueckert 2011-06-30 14:37:23 +00:00
  • ca0c8580cd OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=78 Sascha Peilicke 2011-06-30 09:18:52 +00:00
  • c82443b0fa OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=78 Sascha Peilicke 2011-06-30 09:18:52 +00:00
  • e87a20cca6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=77 Sascha Peilicke 2011-06-30 09:17:40 +00:00
  • d009f1ea0d OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=77 Sascha Peilicke 2011-06-30 09:17:40 +00:00
  • 7c49a62bad Accepting request 74584 from home:andtecheu:go Graham Anderson 2011-06-27 07:04:43 +00:00
  • bf2b7e6f17 Accepting request 74584 from home:andtecheu:go Graham Anderson 2011-06-27 07:04:43 +00:00
  • 0dd5baafd5 - No need to set $PATH before building anymore Sascha Peilicke 2011-06-24 21:41:44 +00:00
  • 64ffe7cf28 - No need to set $PATH before building anymore Sascha Peilicke 2011-06-24 21:41:44 +00:00
  • 47a7c07b6e - DISABLE_NET_TESTS was dropped, this causes net tests to fail on openSUSE:Factory currently. Disable tests temporarily. Sascha Peilicke 2011-06-24 21:17:57 +00:00
  • 1ccdebf070 - DISABLE_NET_TESTS was dropped, this causes net tests to fail on openSUSE:Factory currently. Disable tests temporarily. Sascha Peilicke 2011-06-24 21:17:57 +00:00
  • 7325e86668 - Update to 24/06/2011 mercurial version * http: buffer Request.Write (issue 1996) * libmach: fix disassembly of FCMOVcc and FCOMI * libmach: fix tracing on linux (for cov) * ld: don't attempt to build dynamic sections unnecessarily * syscall: add tty support to StartProcess * crypto/openpgp: add ElGamal support * http: add Server.ListenAndServeTLS (issue 1964) Sascha Peilicke 2011-06-24 13:46:13 +00:00
  • dc58addaaf - Update to 24/06/2011 mercurial version * http: buffer Request.Write (issue 1996) * libmach: fix disassembly of FCMOVcc and FCOMI * libmach: fix tracing on linux (for cov) * ld: don't attempt to build dynamic sections unnecessarily * syscall: add tty support to StartProcess * crypto/openpgp: add ElGamal support * http: add Server.ListenAndServeTLS (issue 1964) Sascha Peilicke 2011-06-24 13:46:13 +00:00
  • a16b03c247 - %go_requires can't depend on %requires_ge, it isn't available on Fedora and RHEL. Sascha Peilicke 2011-06-16 06:46:51 +00:00
  • 0c8c914418 - %go_requires can't depend on %requires_ge, it isn't available on Fedora and RHEL. Sascha Peilicke 2011-06-16 06:46:51 +00:00
  • c9b5681d21 - Really set CFLAGS through HOST_EXTRA_CFLAGS environment variable for building Go itself and for Go macros (used by Go packages) - Added go-fix-werrors.patch to fix fatal compiler warnings, not used yet as -Wno-error is passed currently - Adhere to SUSE patch comment conventions - Changed %go_requires macro from '%requires_eq go' to '%requires_ge go' Sascha Peilicke 2011-06-15 20:25:33 +00:00
  • e93faf6b58 - Really set CFLAGS through HOST_EXTRA_CFLAGS environment variable for building Go itself and for Go macros (used by Go packages) - Added go-fix-werrors.patch to fix fatal compiler warnings, not used yet as -Wno-error is passed currently - Adhere to SUSE patch comment conventions - Changed %go_requires macro from '%requires_eq go' to '%requires_ge go' Sascha Peilicke 2011-06-15 20:25:33 +00:00
  • d0171d78f7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=70 Sascha Peilicke 2011-06-15 14:51:05 +00:00
  • 29b2dd8820 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=70 Sascha Peilicke 2011-06-15 14:51:05 +00:00
  • ec45a94352 - 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 Sascha Peilicke 2011-06-15 13:34:00 +00:00
  • 8e3ef145b0 - 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 Sascha Peilicke 2011-06-15 13:34:00 +00:00
  • 55f3b2acf4 - 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 Sascha Peilicke 2011-06-08 15:13:05 +00:00
  • edac718e26 - 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 Sascha Peilicke 2011-06-08 15:13:05 +00:00
  • 6aceb105ac - 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) Sascha Peilicke 2011-06-08 09:52:15 +00:00
  • 9b37983dfa - 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) Sascha Peilicke 2011-06-08 09:52:15 +00:00
  • e1a1d1ca7e Accepting request 72686 from home:andtecheu:go Sascha Peilicke 2011-06-06 14:54:40 +00:00
  • 4b4f02a757 Accepting request 72686 from home:andtecheu:go Sascha Peilicke 2011-06-06 14:54:40 +00:00
  • 1b16ae565f Autobuild autoformatter for 71032 Marcus Rueckert 2011-05-23 13:52:07 +00:00
  • c246408277 Autobuild autoformatter for 71032 Marcus Rueckert 2011-05-23 13:52:07 +00:00
  • e38ff94b1e Accepting request 71032 from devel:languages:go Marcus Rueckert 2011-05-23 13:51:40 +00:00
  • d0bbdef668 Accepting request 71032 from devel:languages:go Marcus Rueckert 2011-05-23 13:51:40 +00:00
  • 1c3186a515 - Generate %go_ver macro from Go package version - Use %requires_eq for %go_requires Sascha Peilicke 2011-05-23 10:33:44 +00:00
  • 6a16bc01e4 - Generate %go_ver macro from Go package version - Use %requires_eq for %go_requires Sascha Peilicke 2011-05-23 10:33:44 +00:00
  • d82cf3760f Autobuild autoformatter for 70933 Marcus Rueckert 2011-05-23 10:15:56 +00:00
  • 1a93ee2f23 Autobuild autoformatter for 70933 Marcus Rueckert 2011-05-23 10:15:56 +00:00
  • 06a255fb27 Accepting request 70933 from devel:languages:go Marcus Rueckert 2011-05-23 10:15:47 +00:00
  • e5a8c903d2 Accepting request 70933 from devel:languages:go Marcus Rueckert 2011-05-23 10:15:47 +00:00
  • 2b5bcf4049 - Switch %go_make* macros from make to gomake Sascha Peilicke 2011-05-21 14:04:57 +00:00
  • 622ee7af7f - Switch %go_make* macros from make to gomake Sascha Peilicke 2011-05-21 14:04:57 +00:00
  • c8287f1bd5 Fixed symlink target. Sascha Peilicke 2011-05-21 12:30:13 +00:00
  • 7787d4209a Fixed symlink target. Sascha Peilicke 2011-05-21 12:30:13 +00:00
  • 78bf6fe05e OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=62 Sascha Peilicke 2011-05-21 12:19:45 +00:00
  • e1f040e9e6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=62 Sascha Peilicke 2011-05-21 12:19:45 +00:00
  • be4af98275 - 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 Sascha Peilicke 2011-05-20 14:44:12 +00:00
  • c2bd1172a9 - 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 Sascha Peilicke 2011-05-20 14:44:12 +00:00
  • 6b8af4573a Updating link to change in openSUSE:Factory/go revision 2.0 OBS User buildservice-autocommit 2011-05-20 14:28:17 +00:00
  • 63e3394193 Updating link to change in openSUSE:Factory/go revision 2.0 OBS User buildservice-autocommit 2011-05-20 14:28:17 +00:00
  • 65e57b246c Autobuild autoformatter for 70815 Marcus Rueckert 2011-05-20 14:28:17 +00:00
  • 6287f5cdbd Autobuild autoformatter for 70815 Marcus Rueckert 2011-05-20 14:28:17 +00:00
  • 21c9ce1264 Accepting request 70815 from devel:languages:go Marcus Rueckert 2011-05-20 14:28:05 +00:00
  • 62fc863099 Accepting request 70815 from devel:languages:go Marcus Rueckert 2011-05-20 14:28:05 +00:00
  • 432066e160 According to darix, this should reduce confusion :-) Sascha Peilicke 2011-05-20 13:40:38 +00:00
  • ae9a233eba According to darix, this should reduce confusion :-) Sascha Peilicke 2011-05-20 13:40:38 +00:00
  • f14ee89b50 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=53 Sascha Peilicke 2011-05-20 10:39:32 +00:00
  • 25246fd8b2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=53 Sascha Peilicke 2011-05-20 10:39:32 +00:00
  • 30d0d25174 - Disable brp-strip-static-archive also on RHEL and CentOS - Disable brp-strip-static-archive on Fedora Sascha Peilicke 2011-05-20 09:53:36 +00:00
  • c7ff861fc6 - Disable brp-strip-static-archive also on RHEL and CentOS - Disable brp-strip-static-archive on Fedora Sascha Peilicke 2011-05-20 09:53:36 +00:00
  • b338f4ae7b - Fix %go_make_install macro, wrong TARGDIR Sascha Peilicke 2011-05-20 09:33:34 +00:00
  • d029849dac - Fix %go_make_install macro, wrong TARGDIR Sascha Peilicke 2011-05-20 09:33:34 +00:00
  • fcd1b21569 - Update to 20/05/2011 mercurial version - Macro %go_arch in macros.go now properly set to correct value Sascha Peilicke 2011-05-20 09:29:51 +00:00
  • d6639ff25f - Update to 20/05/2011 mercurial version - Macro %go_arch in macros.go now properly set to correct value Sascha Peilicke 2011-05-20 09:29:51 +00:00
  • 8f1950b009 Undo suse checks modification for kate package. Sascha Peilicke 2011-05-20 06:47:03 +00:00
  • af902c7456 Undo suse checks modification for kate package. Sascha Peilicke 2011-05-20 06:47:03 +00:00
  • 134ccf58ba OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=48 Sascha Peilicke 2011-05-19 20:36:34 +00:00
  • b5dac56af7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=48 Sascha Peilicke 2011-05-19 20:36:34 +00:00
  • 3f5a6d827a - Fix RPM macros, add arm support Sascha Peilicke 2011-05-19 18:23:17 +00:00
  • 68f65a80c5 - Fix RPM macros, add arm support Sascha Peilicke 2011-05-19 18:23:17 +00:00
  • de9d893433 - 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) Sascha Peilicke 2011-05-19 18:17:10 +00:00
  • e3f7f017e1 - 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) Sascha Peilicke 2011-05-19 18:17:10 +00:00
  • 2a7000db20 - Disable brp-strip-static-archive on Fedora and RHEL Sascha Peilicke 2011-05-18 13:50:50 +00:00
  • 2c992f7165 - Disable brp-strip-static-archive on Fedora and RHEL Sascha Peilicke 2011-05-18 13:50:50 +00:00
  • 951fe56ed2 - Re-add STRIP=/bin/true to fix Fedora build Sascha Peilicke 2011-05-18 13:11:08 +00:00
  • c0b34e2c4c - Re-add STRIP=/bin/true to fix Fedora build Sascha Peilicke 2011-05-18 13:11:08 +00:00
  • 49c7af7fb1 - Let devel package provide devel-static - Fix typo in devel package description Sascha Peilicke 2011-05-18 12:43:19 +00:00
  • 905eb00e7b - Let devel package provide devel-static - Fix typo in devel package description Sascha Peilicke 2011-05-18 12:43:19 +00:00
  • 483f6265f0 - 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 - Added PATENTS file to documentation - Use fdupes - Drop executable-stack rpmlint filter, not needed anymore Sascha Peilicke 2011-05-18 11:09:25 +00:00
  • 50afef95fb - 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 - Added PATENTS file to documentation - Use fdupes - Drop executable-stack rpmlint filter, not needed anymore Sascha Peilicke 2011-05-18 11:09:25 +00:00
  • 78cea057af - Update to 29/04/2011 upstream mercurial release - Changed RPM variables to macros Sascha Peilicke 2011-04-29 18:34:27 +00:00
  • afe512d596 - Update to 29/04/2011 upstream mercurial release - Changed RPM variables to macros Sascha Peilicke 2011-04-29 18:34:27 +00:00
  • 35d73a1638 Bump year. Sascha Peilicke 2011-03-21 15:16:38 +00:00
  • 571072a775 Bump year. Sascha Peilicke 2011-03-21 15:16:38 +00:00
  • 8870fcd1a4 - Changed license from BSD to BSD3c - Remove pkg_version macro, use %%{version} directly - No Requires on %%{release} Sascha Peilicke 2011-03-21 15:14:21 +00:00
  • 818577b410 - Changed license from BSD to BSD3c - Remove pkg_version macro, use %%{version} directly - No Requires on %%{release} Sascha Peilicke 2011-03-21 15:14:21 +00:00
  • 9b80826f32 Accepting request 63727 from home:andtecheu:go Sascha Peilicke 2011-03-09 16:01:35 +00:00
  • e0dd6f1556 Accepting request 63727 from home:andtecheu:go Sascha Peilicke 2011-03-09 16:01:35 +00:00
  • 027f206dae Accepting request 63160 from home:andtecheu:go Sascha Peilicke 2011-03-01 15:27:28 +00:00
  • be743b58dc Accepting request 63160 from home:andtecheu:go Sascha Peilicke 2011-03-01 15:27:28 +00:00
  • 03e8189dcf Accepting request 61569 from home:andtecheu:go Sascha Peilicke 2011-02-17 10:34:25 +00:00
  • fc1e37cf5a Accepting request 61569 from home:andtecheu:go Sascha Peilicke 2011-02-17 10:34:25 +00:00
  • 6647a09a73 Accepting request 59945 from home:andtecheu:go Sascha Peilicke 2011-02-03 17:47:56 +00:00
  • 332633b6dc Accepting request 59945 from home:andtecheu:go Sascha Peilicke 2011-02-03 17:47:56 +00:00
  • 5e39f4ddd8 Accepting request 59785 from home:andtecheu:go Sascha Peilicke 2011-02-02 12:51:53 +00:00
  • 7390c9ef5b Accepting request 59785 from home:andtecheu:go Sascha Peilicke 2011-02-02 12:51:53 +00:00
  • f05fbc5803 Accepting request 59610 from home:andtecheu:branches:devel:languages:go Sascha Peilicke 2011-02-01 14:35:58 +00:00
  • 7d3332ed94 Accepting request 59610 from home:andtecheu:branches:devel:languages:go Sascha Peilicke 2011-02-01 14:35:58 +00:00
  • 1c5242a096 Awesome RPM Sascha Peilicke 2010-12-08 16:47:25 +00:00
  • 83bedaf6e2 Awesome RPM Sascha Peilicke 2010-12-08 16:47:25 +00:00
  • c9cae5895a - Updated to 08/12/2010 mercurial version Sascha Peilicke 2010-12-08 16:27:49 +00:00
  • 27c81f2870 - Updated to 08/12/2010 mercurial version Sascha Peilicke 2010-12-08 16:27:49 +00:00