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

zathura-lang-2026.07.18-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: zathura-lang Distribution: openSUSE Tumbleweed
Version: 2026.07.18 Vendor: openSUSE
Release: 1.2 Build date: Sat Jul 18 20:28:13 2026
Group: System/Localization Build host: reproducible
Size: 704731 Source RPM: zathura-2026.07.18-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pwmt.org/projects/zathura/
Summary: Translations for package zathura
Provides translations for the "zathura" package.

Provides

Requires

License

Zlib

Changelog

* Sat Jul 18 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2026.07.18:
    * Fix version handling of plugins
    * Fix scroll sensitivity and feedkeys handling
    * Bump glib dependencies to 2.84 in alignment with girara
    * Remove gtk4 from the pkg-config dependencies
    * Fix several memory leaks and malloc error checks
    * Update translations and make completion group names
      translatable
* Thu Jul 09 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2026.07.08:
    * Add page-mode setting to zathurarc to control the initial
      page layout
    * Fix a regression where opening a document could jump to the
      wrong page because callbacks changed the current page during
      document opening
    * Include the database version in error messages
    * Fix display of the full version string
  - Raise girara build dependency to >= 2026.07.07
* Fri Jul 03 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2026.07.02:
    * Port to GTK 4; window embedding is no longer supported and
      the window-icon-document setting has been removed
    * Add setting to open documents in single-page mode and bind
      toggle_single_page_mode to "w"
    * Make link opening confirmation optional
    * Replace SHA256 with XXH3-128 for faster file hashing
    * Fix regression when parsing first-page-column setting
    * Allow SIGSTOP in the seccomp sandbox and improve landlock
      confinement
    * Plugin API/ABI raised to 7/8 - plugins must be rebuilt
  - Switch GTK build dependency from gtk+-3.0 to gtk4 >= 4.12
  - Add libxxhash build dependency, raise sqlite3 requirement to
    3.35.0
  - Drop unused cmake build dependency
* Fri May 29 2026 Martin Pluskal <martin@pluskal.org>
  - Cleanup spec file with spec-cleaner
  - Drop unused no-parallel-xvfb.patch (orphaned in the package,
    no longer applies and not needed)
* Wed May 27 2026 Андрей Алыпов <and.november@opensuse.org>
  - Update to version 2026.05.20:
    * Fix sandbox on X11
    * Fix crashes on document releoad
    * Add option to keep selection highlights
    * Add user feedback to copy_filepath
  - Added zathura.keyring
  - Updates from version 2026.05.11:
    * Handle unsigned integer values in set command
  - Updates from version 2026.05.10:
    * Handle key press events for notification area
    * Fix documentation of mouse buttons
    * Make shortcuts available as commands
    * Fix more cases of flickering when rendering pages
    * Various fixes and improvements
  - Updates from version 2026.03.27:
    * Add search result counter
    * Fix search result cycling in documents with one page
    * Fix some page rendering regressions
    * Various fixes and improvements
  - Updates from version 2026.02.22:
    * Implement single page layout and equal height/width modes
    * Use single page layout for presentation mode
    * Fix blurry rendering and repeated loading messages
    * Allow to disable copying to clipboard
    * Fix smooth scrolling using Ctrl and arrow keys
  - Updates from version 2026.02.09:
    * Implement single page layout and equal height/widht modes
    * Use single page layout for presentation mode
    * Fix blurry rendering and repeated loading messages
    * Allow to disable copying to clipboard
    * Fix smooth scrolling using Ctrl and arrow keys
  - Updates from version 2026.02.03:
    * Fork to background if opening with multiple files only if --fork is
      specified
    * Fix handling of PageUp and PageDown
    * Fix handling of mappings with special keys
    * Integrate Gtk+-specific parts of girara
  - Updates from version 2026.01.30:
    * Switch to date-based version numbers
    * Fix warnings from CSS generation
    * Apply correect shacling when recoloring
    * Make sure jumplist stays valid after close
    * Disable message in incremental search
    * Fix seccomp rules with musl
    * Implement custom drawing for document widget
  - Updates from version 0.5.14:
    * Switch default database to sqlite and drop plain database
    * Notify users if no attachments and images are available to export
    * Make index-* configurable after init
    * Support numberic keypad mappings
    * Provide correct number of pages
    * Undo size-allocate callback changes
    * Fix temporary file nams for better content-type detection
  - Updates from version 0.5.13:
    * Validate appstream files with appstreamcli
    * Split page-padding into page-h-padding and page-v-padding
    * Fix memory leak and callback type error
    * Warn if plugins do not support exporting images or attachments
  - Updates from version 0.5.12:
    * Add shortcut to open files via file chooser dialog
    * Refactor rendering of pages
    * Add lightness adjustment for recolering
    * Initial support for OpenBSD sandbox
  - Updates from version 0.5.11:
    * Fix closing of documents
  - Updates from version 0.5.10:
    * Fix crash when opening documents
  - Updates from version 0.5.9:
    * Fix build on macOS
    * Hide page label if the same as page number
    * Cache synctex parser for faster operation
    * Revert changes for documents with multiple page sizes
    * Various fixes and improvements
  - Drop no-parallel-xvfb.patch
* Tue Aug 06 2024 Jan Kužílek <jan.kuzilek@suse.com>
  - Update no-parallel-xvfb.patch to current version
  - Update to 0.5.8:
    * Bump plugin ABI
  - Update to 0.5.7:
    * Split sandbox functionality into separate zathura-sandbox binary
    * Split off new command bjump from blist
    * Add initial landlock support to sandbox
    * Fix repeated search
    * Implement jumplist command
    * Fix issues with document with multiple page sizes
    * Various fixes and improvements
* Thu Jun 13 2024 Joshua Smith <smolsheep@opensuse.org>
  - Update no-parallel-xvfb.patch to current version
  - Migrate from deprecated setup to autosetup
  - Update to 0.5.6:
    * Move to Github
    * Reduce minimum glib version
    * Remove normal sandbox mode
    * Various fixes and improvements
  - Updates from 0.5.5:
    * Compatibility with girara 0.4.3
    * Remove highlight-transparency setting. Set the alpha component
      of highlight-color, highlight-active-color and highlight-fg
      instead.
    * Remove smooth-reload setting. Smooth reloading is now always
      enabled.
    * Remove plain database backend. The sqlite database backend
      imports the data from the plain database the first time. sqlite
      is now a hard dependency.
    * Fix a segfault if dbus is not enabled.
* Wed Feb 21 2024 Andreas Schwab <schwab@suse.de>
  - Skip test_session in qemu emulation
* Sun Dec 31 2023 Joshua Smith <jsmithfpv@gmail.com>
  - update to 0.5.4:
    * Various fixes and improvements
  - added no-parallel-xvfb.patch from ALT
* Wed Dec 07 2022 Dirk Müller <dmueller@suse.com>
  - update to 0.5.2:
    * Improve text selection
    * Various fixes and improvements
    * Updated translations

Files

/usr/share/locale/ar/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/ca/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/cs/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/de/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/el/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/eo/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/es/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/es_CL/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/et/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/fr/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/he/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/hu/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/id/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/it/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/ka/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/lt/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/nl/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/pl/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/pt/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/pt_BR/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/ru/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/sv/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/tr/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/uk/LC_MESSAGES/org.pwmt.zathura.mo
/usr/share/locale/zh_CN/LC_MESSAGES/org.pwmt.zathura.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Aug 5 22:19:50 2026