Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package termscp for openSUSE:Factory checked in at 2024-11-14 16:09:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/termscp (Old) and /work/SRC/openSUSE:Factory/.termscp.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "termscp" Thu Nov 14 16:09:35 2024 rev:2 rq:1224062 version:0.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/termscp/termscp.changes 2024-08-02 17:27:46.850401792 +0200 +++ /work/SRC/openSUSE:Factory/.termscp.new.2017/termscp.changes 2024-11-14 16:10:43.963873304 +0100 @@ -1,0 +2,60 @@ +Wed Nov 13 10:05:53 UTC 2024 - [email protected] + +- Update to version 0.16.1: + * fix: 0.16.1 + * fix: gg rust 1.82 for introducing a nice breaking change in + config which was not mentioned in changelog + * fix: cfg unix forbidden in rust .82 +- add patches to fix build issues: + * 099e2154bae9a954aab0569bf048c4d9ae71049e.patch + * 7dba691ccc001aa720d0ecf1642dda94219a2d21.patch + +------------------------------------------------------------------- +Tue Oct 15 16:26:06 UTC 2024 - [email protected] + +- Update to version 0.16.0: + * fix: tiny ui issue + * fix: 0.16 + * feat: Show `..` directory before all the others in the explorer + to navigate to the parent dir (#301) + * fix: issue 292 New version alert was not displayed due to a + semver regex issue. (#300) + * fix: tuirealm 2.x (#299) + * fix: users from lock + * fix: vergen (#296) + * fix: Use `uzers` instead of the dead package `users` which has + several vulnerabilities (#295) + * 285 feature request multi host (#293) + * feat: version 0.16 + +------------------------------------------------------------------- +Fri Oct 04 04:57:16 UTC 2024 - [email protected] + +- Update to version 0.15.0: + * fix: include build.rs + * fix: readme + * fix: ci + * fix: github ci is stable and reliable (one worker broken each 2 + weeks) + * fix: set date + * 280 feature request go to path auto completion (#287) + * fix: `isolated-tests` feature to run tests for releasing on + distributions which run in isolated environments (#286) + * feat: it is now possible to cancel find command; show find + progress (#284) + * 249 feature request better search results (#282) + * fix: popup texts + * fix: issue 277 Fix a bug in the configuration page, which + caused being stuck if the added SSH key was empty + * fix: don't clear screen after terminating termscp + * feat: Pods and container explorer for Kube protocol (#281) + * fix: bump vers + * fix: notify 6 + * fix: keyring test not passing macos + * fix: bump vers + * feat: init 0.15 + * fix: dbus deveL + * fix: tokio rt builder +- drop patch dfe58e6147f66b4c0c74874c954e7d101b3bf026.patch + +------------------------------------------------------------------- Old: ---- dfe58e6147f66b4c0c74874c954e7d101b3bf026.patch termscp-0.14.0.obscpio New: ---- 099e2154bae9a954aab0569bf048c4d9ae71049e.patch 7dba691ccc001aa720d0ecf1642dda94219a2d21.patch termscp-0.16.1.obscpio BETA DEBUG BEGIN: Old: * fix: tokio rt builder - drop patch dfe58e6147f66b4c0c74874c954e7d101b3bf026.patch BETA DEBUG END: BETA DEBUG BEGIN: New:- add patches to fix build issues: * 099e2154bae9a954aab0569bf048c4d9ae71049e.patch * 7dba691ccc001aa720d0ecf1642dda94219a2d21.patch New: * 099e2154bae9a954aab0569bf048c4d9ae71049e.patch * 7dba691ccc001aa720d0ecf1642dda94219a2d21.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ termscp.spec ++++++ --- /var/tmp/diff_new_pack.tfIlam/_old 2024-11-14 16:10:45.863950548 +0100 +++ /var/tmp/diff_new_pack.tfIlam/_new 2024-11-14 16:10:45.863950548 +0100 @@ -1,7 +1,7 @@ # # spec file for package termscp # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,20 @@ Name: termscp -Version: 0.14.0 +Version: 0.16.1 Release: 0 Summary: Feature rich terminal UI file transfer and explorer License: MIT URL: https://github.com/veeso/termscp Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.zst -# PATCH-FIX-UPSTREAM dfe58e6147f66b4c0c74874c954e7d101b3bf026.patch -# https://github.com/veeso/termscp/issues/271 -Patch1: dfe58e6147f66b4c0c74874c954e7d101b3bf026.patch +# PATCH-FIX-UPSTREAM https://github.com/veeso/termscp/issues/313 +Patch1: https://github.com/veeso/termscp/commit/7dba691ccc001aa720d0ecf1642dda94219a2d21.patch +# PATCH-FIX-UPSTREAM https://github.com/veeso/termscp/issues/312 +Patch2: https://github.com/veeso/termscp/commit/099e2154bae9a954aab0569bf048c4d9ae71049e.patch +BuildRequires: cargo >= 1.77 BuildRequires: cargo-packaging BuildRequires: zstd -BuildRequires: cargo >= 1.77 BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(smbclient) @@ -54,6 +55,9 @@ install -D -d -m 0755 %{buildroot}%{_bindir} install -m 0755 %{_builddir}/%{name}-%{version}/target/release/%{name} %{buildroot}%{_bindir}/%{name} +%check +%{cargo_test} --features isolated-tests + %files %{_bindir}/%{name} ++++++ 099e2154bae9a954aab0569bf048c4d9ae71049e.patch ++++++ >From 099e2154bae9a954aab0569bf048c4d9ae71049e Mon Sep 17 00:00:00 2001 From: veeso <[email protected]> Date: Wed, 13 Nov 2024 15:57:49 +0100 Subject: [PATCH] fix: unused import isolated tests --- src/system/keys/keyringstorage.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/system/keys/keyringstorage.rs b/src/system/keys/keyringstorage.rs index dd131095..f26429c0 100644 --- a/src/system/keys/keyringstorage.rs +++ b/src/system/keys/keyringstorage.rs @@ -76,14 +76,14 @@ impl KeyStorage for KeyringStorage { #[cfg(test)] mod tests { - use pretty_assertions::assert_eq; - use whoami::username; - - use super::*; - #[test] #[cfg(not(feature = "isolated-tests"))] fn test_system_keys_keyringstorage() { + use pretty_assertions::assert_eq; + use whoami::username; + + use super::*; + let username: String = username(); let storage: KeyringStorage = KeyringStorage::new(username.as_str()); assert!(storage.is_supported()); ++++++ 7dba691ccc001aa720d0ecf1642dda94219a2d21.patch ++++++ >From 7dba691ccc001aa720d0ecf1642dda94219a2d21 Mon Sep 17 00:00:00 2001 From: veeso <[email protected]> Date: Wed, 13 Nov 2024 17:06:34 +0100 Subject: [PATCH] fix: isolated-tests for localhost --- src/host/localhost.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/host/localhost.rs b/src/host/localhost.rs index 3cfee60e..daf276ad 100644 --- a/src/host/localhost.rs +++ b/src/host/localhost.rs @@ -579,6 +579,7 @@ mod tests { #[test] #[cfg(posix)] + #[cfg(not(feature = "isolated-tests"))] fn test_host_localhost_new() { let host: Localhost = Localhost::new(PathBuf::from("/dev")).ok().unwrap(); assert_eq!(host.wrkdir, PathBuf::from("/dev")); @@ -622,6 +623,7 @@ mod tests { #[test] #[cfg(posix)] + #[cfg(not(feature = "isolated-tests"))] fn test_host_localhost_change_dir() { let mut host: Localhost = Localhost::new(PathBuf::from("/dev")).ok().unwrap(); let new_dir: PathBuf = PathBuf::from("/dev"); ++++++ _service ++++++ --- /var/tmp/diff_new_pack.tfIlam/_old 2024-11-14 16:10:45.923952987 +0100 +++ /var/tmp/diff_new_pack.tfIlam/_new 2024-11-14 16:10:45.931953312 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/veeso/termscp</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.14.0</param> + <param name="revision">v0.16.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.tfIlam/_old 2024-11-14 16:10:45.955954288 +0100 +++ /var/tmp/diff_new_pack.tfIlam/_new 2024-11-14 16:10:45.959954451 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/veeso/termscp</param> - <param name="changesrevision">c49dab38886047b5bd847a5592b5981586c63be8</param></service></servicedata> + <param name="changesrevision">f2efb25ad7c4de35d10a64130e9ac54b1187ff4b</param></service></servicedata> (No newline at EOF) ++++++ termscp-0.14.0.obscpio -> termscp-0.16.1.obscpio ++++++ /work/SRC/openSUSE:Factory/termscp/termscp-0.14.0.obscpio /work/SRC/openSUSE:Factory/.termscp.new.2017/termscp-0.16.1.obscpio differ: char 48, line 1 ++++++ termscp.obsinfo ++++++ --- /var/tmp/diff_new_pack.tfIlam/_old 2024-11-14 16:10:46.003956240 +0100 +++ /var/tmp/diff_new_pack.tfIlam/_new 2024-11-14 16:10:46.007956402 +0100 @@ -1,5 +1,5 @@ name: termscp -version: 0.14.0 -mtime: 1721228715 -commit: c49dab38886047b5bd847a5592b5981586c63be8 +version: 0.16.1 +mtime: 1731411266 +commit: f2efb25ad7c4de35d10a64130e9ac54b1187ff4b ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/termscp/vendor.tar.zst /work/SRC/openSUSE:Factory/.termscp.new.2017/vendor.tar.zst differ: char 7, line 1
