Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

doggo-0.5.7-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: doggo Distribution: openSUSE:Factory:zSystems
Version: 0.5.7 Vendor: openSUSE
Release: 1.1 Build date: Mon Oct 23 23:59:30 2023
Group: Unspecified Build host: s390zl23
Size: 21225674 Source RPM: doggo-0.5.7-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/mr-karan/doggo
Summary: CLI tool and API server DNS client implemented in Go
doggo is a modern command-line DNS client (like dig) implemented in Go.
It outputs information in a neat concise manner and supports protocols
like DoH, DoT, DoQ, and DNSCrypt as well.

Provides

Requires

License

GPL-3.0

Changelog

* Mon Oct 23 2023 Eyad Issa <eyadlorenzo@gmail.com>
  - Packaging improvements:
    * Fix zsh-completion and fish-completion by not requiring
      zsh-completion and fish-completion and by supplementing the
      right package.
    * Fix fish-completion by using the .fish suffix when copying the
      completion file.
* Wed Oct 18 2023 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Packaging improvements:
    * Use subpackages for fish-completion and zsh-completion.
      Upstream currently has no bash completion scripts. Fish and zsh
      subpackages are marked Suggests: and not installed by default.
      If a bash-completion subpackage becomes available, we should
      install that by default.
    * 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.
    * 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().
    * Remove ldflags -s (Omit symbol table and debug info) and -w
      (Omit DWARF symbol table). This information is used to produce
      separate debuginfo packages and binaries are stripped for
      reduced size by GNU strip during RPM build.
    * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
    * Use %%name macro where applicable to normalize common lines
      across Go app packages. Also makes renaming binary easier when
      required to handle package name conflict.
    * Remove bash loop for two paramaterized calls of go build.
      The loop technique is nice for large lists, but making the two
      go build calls explicit seems a better readability tradeoff.
    * Add sample API config as doc
* Wed Oct 18 2023 Eyad Issa <eyadlorenzo@gmail.com>
  - Use xz compression for vendor.tar
  - Use obscpio instead of tar for disk storage efficency
* Sun Oct 01 2023 Alexandre Almeida <me@aoalmeida.com>
  - First release

Files

/usr/bin/doggo
/usr/bin/doggo-api
/usr/share/doc/packages/doggo
/usr/share/doc/packages/doggo/README.md
/usr/share/doc/packages/doggo/config-api-sample.toml
/usr/share/fish
/usr/share/fish/vendor_completions.d
/usr/share/licenses/doggo
/usr/share/licenses/doggo/LICENSE
/usr/share/zsh
/usr/share/zsh/site-functions


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024