Warning: Permanently added '98.84.170.20' (ED25519) to the list of known hosts. You can reproduce this build on your computer by running: sudo dnf install copr-rpmbuild /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10185393 Version: 1.6 PID: 10036 Logging PID: 10038 Task: {'appstream': True, 'background': True, 'build_id': 10185393, 'chroot': None, 'package_name': 'xournalpp', 'project_dirname': 'xournalpp', 'project_name': 'xournalpp', 'project_owner': 'luya', 'repos': [], 'sandbox': 'luya/xournalpp--https://api.github.com/users/github-actions%5Bbot%5D', 'source_json': {'clone_url': 'https://github.com/xournalpp/xournalpp.git', 'committish': 'b818e3b2f576197641338063080e0d5ece90ca9d', 'spec': 'rpm/fedora/xournalpp.spec', 'srpm_build_method': 'rpkg', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'https://api.github.com/users/github-actions%5Bbot%5D', 'task_id': '10185393'} Running: git clone https://github.com/xournalpp/xournalpp.git /var/lib/copr-rpmbuild/workspace/workdir-b3ns4t2w/xournalpp --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/xournalpp/xournalpp.git', '/var/lib/copr-rpmbuild/workspace/workdir-b3ns4t2w/xournalpp', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-b3ns4t2w/xournalpp'... Running: git checkout b818e3b2f576197641338063080e0d5ece90ca9d -- cmd: ['git', 'checkout', 'b818e3b2f576197641338063080e0d5ece90ca9d', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-b3ns4t2w/xournalpp rc: 0 stdout: stderr: Note: switching to 'b818e3b2f576197641338063080e0d5ece90ca9d'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at b818e3b2f Implement a jump-list navigation history for explicit jumps (#6994) Generated rpkg config: [rpkg] preprocess_spec = True [git] anon_clone_url = https://github.com/%(repo_path)s [lookaside] download_url = https://${git_props:remote_netloc}/repo/pkgs/%(repo_path)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s Writing config into /var/lib/copr-rpmbuild/workspace/workdir-b3ns4t2w/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-b3ns4t2w/xournalpp/rpm/fedora/xournalpp.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-b3ns4t2w/xournalpp/rpm/fedora/xournalpp.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-b3ns4t2w/xournalpp rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/xournalpp.spec setting SOURCE_DATE_EPOCH=1725840000 Wrote: /var/lib/copr-rpmbuild/results/xournalpp-1.3.3^47.gb818e3b2f-1.src.rpm stderr: git_cwd_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-b3ns4t2w/xournalpp: commit b818e3b2f576197641338063080e0d5ece90ca9d (HEAD, tag: nightly, origin/master, origin/HEAD, master) Author: Andreas Zach <80193776+zandivx@users.noreply.github.com> Date: Mon Mar 2 19:49:15 2026 +0100 Implement a jump-list navigation history for explicit jumps (#6994) * Add jump list history for navigation Record view positions before explicit jumps (PDF links, search hits, goto page, Home/End) so back/forward can return to the exact view. Maintain a bounded history with forward-trim and de-duplication, and toggle actions based on available history. - Keep an array of navigation states (page + visible rect) and an index pointing to the “current” slot in that history. - When a new jump point is added: 1. drop any “forward” entries beyond the current index 2. skip adding it if it is identical to the last entry, 3. cap the list at 50 entries (hard-coded MAX_NAV_HISTORY_LEN). - If the list would exceed 50, we remove the oldest entries from the front and adjust the index so back/forward still points at the right spot. - as new toolbar components under "Navigation": "Jump back" and "Jump forward" - in the drop-down menu under "Navigation": "Jump back" and "Jump forward" with hotkeys Alt+Left and Alt+Right git_cwd_pack: Wrote: /var/lib/copr-rpmbuild/results/xournalpp-b818e3b2.tar.gz Output: ['xournalpp.spec', 'xournalpp-b818e3b2.tar.gz', 'xournalpp-1.3.3^47.gb818e3b2f-1.src.rpm'] Running SRPMResults tool Package info: { "name": "xournalpp", "epoch": null, "version": "1.3.3^47.gb818e3b2f", "release": "1", "exclusivearch": [], "excludearch": [] } SRPMResults finished