4 Commits

Author SHA256 Message Date
103267481c Accepting request 1205843 from home:smolsheep:upgrades
- Update to version 3.1.0:
  * Dependency bumps

OBS-URL: https://build.opensuse.org/request/show/1205843
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/typioca?expand=0&rev=9
2024-10-05 19:22:47 +00:00
cbed6e7c08 Accepting request 1188249 from home:kskarthik:branches:devel:languages:go
- Update to version 3.0.0:
  * chore: bump dependencies
  * Bump golang.org/x/term from 0.18.0 to 0.22.0 (#157)
  * Bump github.com/charmbracelet/bubbletea from 0.25.0 to 0.26.6 (#152)
  * feat: add Dvorak emulation layout (#156)
  * Add keyboard layout emulation (#154)
  * add openSUSE install instruction

OBS-URL: https://build.opensuse.org/request/show/1188249
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/typioca?expand=0&rev=7
2024-07-17 19:09:38 +00:00
ab7412d77f Accepting request 1179212 from home:jfkw:branches:devel:languages:go
- Packaging improvements:
  * Remove unused BuildRequires: zstd does not match archive format
  * _service recompress change from xz to gz. The source archive is
    not large and xz unpack times are noticeably slower. If gz is
    not ideal for a given application, zstd is a good alternative.
  * Normalize go build invocation extracted from upstream Makefile
  * Build PIE with pattern that may become recommended procedure:
    %%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
    A go toolchain buildmode default config would be preferable
    but none exist at this time.
  * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
  * Remove go build -a forced rebuild of packages. Rebuild is not
    needed in an OBS rpmbuild environment.
  * Remove forced use of pure Go DNS resolver via -tags netgo or
    GODEBUG=netdns=go. The Go DNS resolver is already the default
    (https://pkg.go.dev/net#hdr-Name_Resolution).
  * Remove ldflags -X entries for upstream import path and version.
    This information is embedded in binaries with go1.18+ and
    available via go version -m or runtime/debug.ReadBuildInfo().
  * Move %check section directly after %build

OBS-URL: https://build.opensuse.org/request/show/1179212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/typioca?expand=0&rev=2
2024-06-07 12:33:15 +00:00
52208924dc Accepting request 1178232 from home:kskarthik
New package typioca

OBS-URL: https://build.opensuse.org/request/show/1178232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/typioca?expand=0&rev=1
2024-06-06 03:21:07 +00:00