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

QtPass-1.5.1-1.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: QtPass Distribution: openSUSE Tumbleweed
Version: 1.5.1 Vendor: openSUSE
Release: 1.1 Build date: Sun Mar 22 07:19:32 2026
Group: Productivity/Security Build host: reproducible
Size: 1865933 Source RPM: QtPass-1.5.1-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://qtpass.org/
Summary: A multi-platform gui for pass
QtPass is a multi-platform GUI for pass, the standard unix password manager.

Provides

Requires

License

GPL-3.0-only

Changelog

* Sun Mar 22 2026 ecsos <ecsos@opensuse.org> - 1.5.1
  - Update to 1.5.1
    * Fixes
    - Crash on Wayland when screenAt() returns null (#706, #663)
    - CLI arguments being parsed as password search (#652)
    - OTP error handling with better messages (#677)
    - Window icon not showing on dialog boxes (#671)
    - Slovak translation GPG keygen script (#667)
    - Suppress qApp deprecation warnings on Qt6
  - Rebase QtPass-desktop_version.patch
* Sat Mar 21 2026 ecsos <ecsos@opensuse.org> - 1.5.0
  - Update to 1.5.0
    * Highlights
    - Modernized C++/Qt build pipeline with clang-tidy and wider
      lint/test hardening.
    - Windows release pipeline reliability improvements for AppVeyor
      and Inno Setup packaging.
    - 1.5.0 release metadata and packaging preparation across the
      desktop app, installer, and CI configuration.
    * Fixes & Improvements
    - Fixed profile handling issues in Qt6 compatibility scenarios
      and improved profile selection behavior #681, #695.
    - Preserved existing application behavior when launching qtpass
      without parameters #704.
    - Removed a regression where gpg_id comments could be altered #658.
    - Added missing include path fixes and small reliability
      hardening in core code paths #690, #716.
    * Release, CI and Maintenance
    - Added/updated PublicCode and CI workflows, including release-time
      validation and action upgrades #701, #709, #710, #711, #712.
    - Completed the AppVeyor/Inno Setup modernization and packaging
      updates #722.
    - Updated readme status badges and branch links to current
      workflow targets #724.
    * Localization
    - Synchronised a large set of translation updates through
      Weblate and translation automation.
  - Add QtPass-desktop_version.patch to fix invalid-desktopfile.
* Tue Sep 19 2023 ecsos <ecsos@opensuse.org>
  - Update to 1.4.0
    * What's Changed
    - Don't use a deprecated method in #491
    - Issue #402: 'deselect()' on clearing filter in #490
    - Don't base pass-otp availability decision on hardcoded /usr/lib in #499
    - Use new stable version of install-qt-action.  in #502
    - Enable out-of-source build in #503
    - Enable ubuntu, windows and macOS based builds for CI in #508
    - Spelling: Git pull, Git push in #516
    - Fix blurry icons when fractional scaling is enabled in #526
    - Update minimum Qt version in #527
    - #514 Show password with a monospace font in #528
    - Clear search on profile change in #529
    - Move MainWindow to the screen the cursor is on in #547
    - Fix issues with renaming passwords and moving folders in #532
    - Explicitly only remove ".gpg" when renaming files in #558
    - Keep suffices when moving (to) a directory while imitiating pass in #559
    - Fix keys created/expires dates in the users dialog window (fix: 571) in #572
    - Fix installation instructions in README.md in #565
    - Delete context menu after exec in #578
    - Add more options for the password displaying in #587
    - Fix accidental deletion of entire passwordstore in #604
    - Install QT in codeql workflow in #608
    - Super Linter added and fixing findings in #610
    - Removed travis (no longer free) and lgtm (migrated to Github) in #612
    - fix the unintended "running" of the entropy window in the keygen dial… in #640
    - Restore licensing info for QProgressIndicator in #642
    - Add pass store signing key feature in #634
    - Fix taborder and add buddies in keygen dialog in #643
    - Clazy cleanup and other minor fixes in #641
    - fix bug => clipboard was not cleared when using primary selection in #615
    - super-linter ENV variables in shared location for local and automated in #616
    - clang-format -i src/.cpp src/.h in #645
    - Version bump and cleanup in #646
    * Wording and localisation
    - Spelling: Git, GPG, PWGen, etc. in #492
    - Spelling: Keylist missing, Could not fetch, GPG in #493
    - Spelling: Search for users, , in #495
    - Translations update from Weblate in #530
    - Translations update from Weblate in #531
    - Translations update from Weblate in #535
    - Translations update from Weblate in #541
    - Translations update from Weblate in #548
    - Translations update from Weblate in #552
    - Translations update from Weblate in #553
    - Translations update from Weblate in #554
    - Translations update from Weblate in #560
    - Translations update from Weblate in #562
    - Translations update from Weblate in #563
    - Correct a typo in pass.cpp in #570
    - Translations update from Weblate in #573
    - Translations update from Hosted Weblate in #576
    - Translations updated in #605
    - Translation cleanup in #606
    - Translations update from Hosted Weblate in #607
    - New Transifex integration yml in #609
    - Translations update from Hosted Weblate in #611
    - Translations update from Hosted Weblate in #613
    - Translations update from Hosted Weblate in #614
    - Translations update from Hosted Weblate in #617
    - Translations update from Hosted Weblate in #618
    - Document "Using profiles" in #619
    - markdownlint --fix && textlint --fix in #621
    - Translations update from Hosted Weblate in #622
    - Translations update from Hosted Weblate in #626
    - Translations update from Hosted Weblate in #627
    - Translations update from Hosted Weblate in #628
    - Translations update from Hosted Weblate in #629
    - Translations update from Hosted Weblate in #632
    - Translations update from Hosted Weblate in #633
    - Translations update from Hosted Weblate in #636
    - Translations update from Hosted Weblate in #644
    - Translations update from Hosted Weblate in #647
    - Translations update from Hosted Weblate in #648
    - Added Serbian and Estonian to project file in #649
    - Translations update from Hosted Weblate in #650
    - Natural language fixes in #654
    - Initial Korean from Weblate in #655
* Sun Apr 12 2020 ecsos@opensuse.org
  - Add qtpass.appdata.xml.
* Wed Oct 09 2019 ecsos@opensuse.org
  - Update to 1.3.2
    - Don't call QtPass::setup() from QtPass class constructor #482
      fixes first run issues #485, #481, #466, #423 and #308
    - Password window padding #484
    - Buttons width on RHEL 8 #483
    - Start minimized works again #471
* Sun Oct 06 2019 ecsos@opensuse.org
  - Rename all to package_naming_guidelines.
* Sat Oct 05 2019 Martin Hauke <mardnh@gmx.de>
  - Remove superfluous entry for password-store from Recommends as
    it's already stated in Requires
  - Add hicolor-icon-theme to BuildRequires
* Wed Oct 02 2019 ecsos@opensuse.org
  - Update to 1.3.1
    - Renaming password #463 #469
    - Edit main title field #446
    - Add missing finishedShow() signal connection in PasswordDialog
      constructor (fixes the "Edit password" function) #473
    - Build dependency fixes #467 #479
    - Additional lines (notes) shown again #474
    - Running but no GUI #451
    - Correct font color with Dark themes #340 #476
    - Add missing overrides #478
    - Sorted profiles dropdown as in #404 #472
    - Fix missing app ID and icon on Wayland. #468
* Sat Aug 24 2019 ecsos@opensuse.org
  - Update to 1.3.0
    Some of the many changes, please resort to the CHANGELOG for
    a more complete listing.
    - Add otp (two factor authentication) support #327
    - Use key fingerprint as ID instead of “long” ID. #452
    - Typo: dialouge to dialogue. #444
    - Scripts and logic specific to Windows Store releases #439
    - For config check, check that the selected binary is available.
      [#438]
    - Fix character encoding issues for non-UTF-8 locales. #435
    - Fixes and improvments for config dialog #432
    - Support for using WSL binaries on Windows #431
    - Bugfixes and Windows compatibility improvements #430
    - Semi-automatic code cleanup #425
    - Update to prevent the installer requesting admin #424
    - Display passwords as QR codes #421
    - Tested working on Mac Os HS with pinentry-mac #419
    - Bugfixes #413
    - pwgen: fix inverted "Generate ... less secure passwords"
      checkbox #409
    - Continuing refactoring #407
    - #390 make box cheched when opening a folder users panel #403
    - Windows sigsev issues #326
    - Access to the / (root) directory form within the application
      window on MacOS #302
    - Context menu on transparent fields is transparent too . . #227
    - Various issues with Info.plist file on macOS #457
    - Problem with GNUpg not found on MacOS #362
    - Unable to see main application window (applicationn runs
      minimized to tray only) #286
* Sat Oct 13 2018 Herbert Graeber <herbert@graeber-clan.de>
  - For reprodicibilty QT_HASH_SEED has to be set to 0

Files

/usr/bin/qtpass
/usr/share/appdata/qtpass.appdata.xml
/usr/share/applications/qtpass.desktop
/usr/share/doc/packages/QtPass
/usr/share/doc/packages/QtPass/README.md
/usr/share/icons/hicolor/scalable/apps/qtpass-icon.svg
/usr/share/licenses/QtPass
/usr/share/licenses/QtPass/LICENSE
/usr/share/man/man1/qtpass.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 27 23:15:04 2026