Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vorta for openSUSE:Factory checked in at 2026-05-30 22:58:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vorta (Old) and /work/SRC/openSUSE:Factory/.vorta.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vorta" Sat May 30 22:58:59 2026 rev:29 rq:1356030 version:0.11.5 Changes: -------- --- /work/SRC/openSUSE:Factory/vorta/vorta.changes 2025-11-20 14:51:47.533955408 +0100 +++ /work/SRC/openSUSE:Factory/.vorta.new.1937/vorta.changes 2026-05-30 23:01:47.325276727 +0200 @@ -1,0 +2,104 @@ +Sat May 30 10:33:57 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 0.11.5: + * Do not overwrite prune_keep_within during profile load + * Resolve symlinks when matching active borg mount points + * Normalize CRLF line endings to LF +- Update to version 0.11.4: + * Show total size and file count on the source tab + * Add Select All / Select None buttons to the WiFi network list + * Wait for network before backing up remote repositories + * Fix backup failure with non-ASCII (e.g. Korean) repo paths + * Fix timezone handling for Borg 2.x archive timestamps + * Fix WiFi detection when a wired connection is primary + * Include the exclusion list in profile export/import + * Various crash and typo fixes +- Declare the bundled vorta.desktop as Source1: it was shipped but + not referenced, tripping the factory-auto orphaned-source check + that declined the previous submission + +------------------------------------------------------------------- +Tue Mar 31 06:34:11 UTC 2026 - Frantisek Simorda <[email protected]> +- Drop vorta-fix-dependencies.patch: project migrated to pyproject.toml + +- Update to version 0.11.3: + - Fix manual path entry in file dialog not working (#2352) + - Fix test hangs on Linux/macOS CI by mocking system dependencies (#2353) + - Improve break lock dialog button clarity (#2315) + - Fix CLI backup commands not queuing when backup is running (#2299) + - Fix backup button staying greyed out after job completion (#2339) + - Fix repository dropdown corruption bugs (#1912, #1915) + - Fix status display overflow and truncate long messages + - Fix exclusion handling for source size estimation (#2206) + - Prevent exception while running BorgVersionJob with unexpected lines on stderr + +- Version 0.11.2: + + * Bug fixes: Resolved KWallet password retrieval issues, fixed tree model crashes and performance problems, and corrected schedule initialization timing + * Packaging modernization: Migrated to uv for modern Python packaging + * Code quality: Added missing signal cleanup handlers and removed unused parameters + * macOS: Reverted to using borg-dir binary for improved compatibility + * Testing: Fixed failing tests and improved cross-platform test coverage + * Bump test versions, fix failing tests + * Modernize packaging, use uv + * refactor: add missing signal cleanup handlers in view classes + * Revert to using borg-dir binary on macos + * Skip darwin tests on non-darwin platforms + * refactor: remove unused profile_id from schedule_changed signal + * KWallet password retrieval broken by incorrect get_result() return type + * bug: fix tree model pointer exception and performance + * fix: Delay updating schedule until after fields have been initialized + +- Version 0.11.1: + * fix: use absolute path for networksetup binary on macOS + * Fix appstream validation errors in metainfo file + * Use new borg release naming + +- Version 0.11.0: + * add exclude patterns for most common media files and .part files + * remove setuptools from install_requires + * Improved GUI to clarify the passphrase field + * Notification timeout removed for critical errors + * Skip reading file size if path name is too long + * Add missing placeholder keys + * Add 1pass and terminus logos + * logs: put borg arguments within quotation marks when they contain special strings + * Re-arrange tasks to get correct finished event + * Add a new unified file selector + * Fix broken transifex link + * feat: refresh metadata + * Add the change passphrase feature + * Adding Flatpak app caches to "All Cache Files" exclusion preset. + * Add exclude pattern for Java development artefacts + * Fix bug with incorrect renaming of archives after aborting edit + * Fix the blank entry in the Custom exclusion + * Fix GUI Freezing while running pre-backup command + * If there's no system tray, at least show a window. + * Add file dialog to exclude patterns + * packaging: exclude .gitkeep files + * Increase archive_tag.ui maximum keep_ limit + * Issue/2198 fix + +- Version 0.11.0-beta1: + * add exclude patterns for most common media files and .part files + * remove setuptools from install_requires + * Improved GUI to clarify the passphrase field + * Notification timeout removed for critical errors + * Skip reading file size if path name is too long + * Add missing placeholder keys + * Add 1pass and terminus logos + * logs: put borg arguments within quotation marks when they contain special strings + * Re-arrange tasks to get correct finished event + * Add a new unified file selector + * Fix broken transifex link + * feat: refresh metadata + * Add the change passphrase feature + * Adding Flatpak app caches to "All Cache Files" exclusion preset. + * Add exclude pattern for Java development artefacts + * Fix bug with incorrect renaming of archives after aborting edit + * Fix the blank entry in the Custom exclusion + * Fix GUI Freezing while running pre-backup command + * If there's no system tray, at least show a window. + * Add file dialog to exclude patterns + +------------------------------------------------------------------- Old: ---- v0.10.3.tar.gz vorta-fix-dependencies.patch New: ---- v0.11.5.tar.gz ----------(Old B)---------- Old:Tue Mar 31 06:34:11 UTC 2026 - Frantisek Simorda <[email protected]> - Drop vorta-fix-dependencies.patch: project migrated to pyproject.toml ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vorta.spec ++++++ --- /var/tmp/diff_new_pack.dsjKzr/_old 2026-05-30 23:01:47.941302051 +0200 +++ /var/tmp/diff_new_pack.dsjKzr/_new 2026-05-30 23:01:47.945302215 +0200 @@ -1,7 +1,7 @@ # # spec file for package vorta # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,16 +24,15 @@ %{?sle15_python_module_pythons} %endif Name: vorta -Version: 0.10.3 +Version: 0.11.5 Release: 0 Summary: Desktop Backup Client based on BorgBackup License: Apache-2.0 AND GPL-3.0-only AND OFL-1.1 -Group: Productivity/Archiving/Backup URL: https://github.com/borgbase/vorta Source: https://github.com/borgbase/%{name}/archive/v%{version}.tar.gz +# vorta.desktop is the downstream desktop entry (upstream only ships +# com.borgbase.Vorta.desktop for its flatpak) Source1: vorta.desktop -# PATCH-FIX-OPENSUSE vorta-fix-dependencies.patch [email protected] -- Remove dependencies that are named differently. -Patch0: vorta-fix-dependencies.patch BuildRequires: %{python_module PyQt6} BuildRequires: %{python_module peewee} BuildRequires: %{python_module pip} @@ -46,7 +45,6 @@ BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: python-rpm-macros -BuildRequires: update-desktop-files Requires: %{python_flavor}-PyQt6 Requires: %{python_flavor}-SecretStorage Requires: %{python_flavor}-peewee @@ -73,7 +71,7 @@ install -d %{buildroot}%{_datadir}/icons/hicolor/256x256/apps install -Dm644 "src/vorta/assets/icons/icon.svg" "%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/vorta.svg" install -Dm644 -t %{buildroot}%{_datadir}/metainfo "src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml" -%suse_update_desktop_file -i vorta +install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/applications/vorta.desktop %fdupes %{buildroot}%{python_sitelib} %files ++++++ v0.10.3.tar.gz -> v0.11.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/vorta/v0.10.3.tar.gz /work/SRC/openSUSE:Factory/.vorta.new.1937/v0.11.5.tar.gz differ: char 12, line 1
