Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vifm for openSUSE:Factory checked in at 2026-01-12 10:22:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vifm (Old) and /work/SRC/openSUSE:Factory/.vifm.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vifm" Mon Jan 12 10:22:12 2026 rev:21 rq:1326473 version:0.14.3 Changes: -------- --- /work/SRC/openSUSE:Factory/vifm/vifm.changes 2025-06-05 20:37:23.440906089 +0200 +++ /work/SRC/openSUSE:Factory/.vifm.new.1928/vifm.changes 2026-01-12 10:31:26.162483864 +0100 @@ -1,0 +2,7 @@ +Mon Jan 5 09:59:39 UTC 2026 - Matej Cepl <[email protected]> + +- Add obscpio.patch making OBSCPIO archives an equivalent of the + CPIO ones. +- Remove obsolete check for openSUSE > 1100 + +------------------------------------------------------------------- New: ---- obscpio.patch ----------(New B)---------- New: - Add obscpio.patch making OBSCPIO archives an equivalent of the CPIO ones. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vifm.spec ++++++ --- /var/tmp/diff_new_pack.0InO0X/_old 2026-01-12 10:31:26.670504709 +0100 +++ /var/tmp/diff_new_pack.0InO0X/_new 2026-01-12 10:31:26.674504873 +0100 @@ -1,7 +1,7 @@ # # spec file for package vifm # -# 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 @@ -26,19 +26,18 @@ Source0: https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Source1: https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2.asc Source2: %{name}.keyring +# PATCH-FEATURE-OPENSUSE obscpio.patch [email protected] +# Add recognition of the OBSCPIO archives +Patch0: obscpio.patch BuildRequires: file-devel BuildRequires: glib2-devel BuildRequires: groff BuildRequires: ncurses-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(x11) %if 0%{?suse_version} BuildRequires: update-desktop-files %endif -%if 0%{?suse_version} > 1110 -BuildRequires: pkgconfig(x11) -%else -BuildRequires: xorg-x11-devel -%endif %description Vifm is a ncurses based file manager with vi like keybindings that allow complete @@ -47,7 +46,7 @@ and configurable color schemes. %prep -%setup -q +%autosetup -p1 sed -i 's/#!\/usr\/bin\/env perl/#!\/usr\/bin\/perl/' src/vifm-convert-dircolors %build ++++++ obscpio.patch ++++++ --- data/vifmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: vifm-0.14.3/data/vifmrc =================================================================== --- vifm-0.14.3.orig/data/vifmrc 2025-06-04 10:28:10.000000000 +0200 +++ vifm-0.14.3/data/vifmrc 2026-01-05 10:56:40.643847787 +0100 @@ -392,7 +392,7 @@ " ArchiveMount filetype {*.cpio,*.cpio.gz,*.rpm,*.tar,*.tar.bz2,*.tbz2,*.tgz,*.tar.gz,*.tar.xz, - \*.txz,*.tar.zst,*.tzst}, + \*.txz,*.tar.zst,*.tzst,*.obscpio}, \<application/x-cpio,application/x-rpm,application/x-tar> \ {Mount with archivemount} \ FUSE_MOUNT|archivemount %SOURCE_FILE %DESTINATION_DIR, @@ -401,7 +401,7 @@ fileviewer *.tar.xz,*.txz tar -tJf %c fileviewer *.tar.zst,*.tzst tar -t --zstd -f %c fileviewer {*.tar},<application/x-tar> tar -tf %c -fileviewer {*.cpio},<application/x-cpio> cpio -t < %c +fileviewer {*.cpio,*.obscpio},<application/x-cpio> cpio -t < %c fileviewer {*.rpm},<application/x-rpm> rpm -q --list %c%q 2> /dev/null " Rar2FsMount and rar archives
