From 4f7b085aeecc0b72a1f4ce92cbfbebfbb047545b95240bca4e46d116b28bd3ac Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 1 Jun 2023 02:46:09 +0000 Subject: [PATCH 1/9] - Update to version 0.21.2: * Added CustomLayout, a new custom panel type to allow nesting other layouts inside a static or dynamic layout. This will allow switching between different layouts dynamically, without having to switch modes. * $LS_COLORS will have lesser priority than xplr.config.node_types.*.style. * Now, there's no default color set in xplr.config.node_types.*.style, so xplr will default to $LS_COLORS. * xplr -m now uses jf to render and pass messages. This allows for a more flexible template syntax. * xplr will now ask before delete. * For copy, move or symlink operations, xplr will ask what to do if a file with the same name exists. * CLI help menu improvements * Several fixes and improvements in documentation OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=19 --- _service | 4 ++-- vendor.tar.zst | 4 ++-- xplr-0.21.1.tar.gz | 3 --- xplr-0.21.1.tar.gz.asc | 16 ---------------- xplr-0.21.2.tar.gz | 3 +++ xplr-0.21.2.tar.gz.asc | 16 ++++++++++++++++ xplr.changes | 14 ++++++++++++++ xplr.spec | 2 +- 8 files changed, 38 insertions(+), 24 deletions(-) delete mode 100644 xplr-0.21.1.tar.gz delete mode 100644 xplr-0.21.1.tar.gz.asc create mode 100644 xplr-0.21.2.tar.gz create mode 100644 xplr-0.21.2.tar.gz.asc diff --git a/_service b/_service index 9b3f523..529bcfe 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - xplr-0.21.1.tar.gz + xplr-0.21.2.tar.gz zst true - xplr-0.20.2 + xplr-0.21.2 diff --git a/vendor.tar.zst b/vendor.tar.zst index 240d137..97bd940 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a6835f5e2a946800f9678961972fe5c17132faec64d63c18c0c52c5971648c1 -size 37179515 +oid sha256:ee12ee4cf49b22baa6eb2ad017d2c687ec91fa285a8c742c26a9cf9f006e2f4b +size 37159985 diff --git a/xplr-0.21.1.tar.gz b/xplr-0.21.1.tar.gz deleted file mode 100644 index ddd4330..0000000 --- a/xplr-0.21.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4befb29d862bfaaaaae35da030785782a5d2aabb4b5859974d931ccf468069a -size 453336 diff --git a/xplr-0.21.1.tar.gz.asc b/xplr-0.21.1.tar.gz.asc deleted file mode 100644 index 37ed621..0000000 --- a/xplr-0.21.1.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEE1ZyhRxDBfGskcXr5D471JY3DgHcFAmQej+cACgkQD471JY3D -gHcH0xAAnB8EXWaytblzRQsiahaQM3G8mwJVCFgaZRE7KDcywIsL/5XKhfKLS0PM -AkSYo5JWdP3DhSKni5T3yEzo8/KDsitrAkCKOC+sLVveP8NowA72MmFZTCAIvxS/ -jq6mB2rxdG0COmh0IsFp6BCZKYuYaRTXoOxgWqF63q4mtYaeJNIKMJCOHWizFjfX -kw9izNNP1GveiUmzzrlk61IAaWMs0Ww3i/qaF/uJBTwVZSDLUW6+x7RQvpRBHw0y -hUHAfbeCMvw6A3EiY9cYSBp/PQYh+sLA326nGWb3w+DhnTuwVWPE9Fa5b1q53lIR -pecf7PYbHIcuOm2vw3Onz0BQX7uaSk/VtKduKZAf275mVITJgxSHrPCsbh0n0Km5 -5o3325EaXX9BCt6csXrxSmIaP9OjerGR2l2zUKeP3+3BZ3CV0xn8xIYLbUP6Qi/c -bJZIIyCJQsVv3m+IrNLsEhX7SymQyfb4IwAt9ooHinsSuSkxsre//p1ooRrjrLZO -gF6hIMEE8Ic0F+FPh9fVlTxBeNkrAcI1C83mMnJwQ93M4MG83aC2l1TeWR5clxpN -+ug+IAGaYbG325Nki9Ot3Obmbj/kTkTnM/Pl3FlDH3xUPZ3px39br3H+fp2xmLaM -3xmQvQdv8ZkeSI6vl7Obm17XMeds53YFJz3Sndy+5SXRov90ozM= -=8bwt ------END PGP SIGNATURE----- diff --git a/xplr-0.21.2.tar.gz b/xplr-0.21.2.tar.gz new file mode 100644 index 0000000..2a582d2 --- /dev/null +++ b/xplr-0.21.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de433dfe87e903d3eaff4a8e55416609534cfe4a5ef86c0065d7bc405f353090 +size 453806 diff --git a/xplr-0.21.2.tar.gz.asc b/xplr-0.21.2.tar.gz.asc new file mode 100644 index 0000000..e62af96 --- /dev/null +++ b/xplr-0.21.2.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE1ZyhRxDBfGskcXr5D471JY3DgHcFAmRq95AACgkQD471JY3D +gHcZ8Q/8CfjSX66N90KyVwY4DD3juph7DTb5Bln1ipZKwCAWTHdoKQuo5290AjG5 +4p+6VzFpgTSQwqXAj5uxOR9uAR5yFZPTaj8X6xbK0cehry1Mx16a28auEXo9fW35 +uHkrmkk+5N00KTisuDldllXm1p/UW2Ncy4yC633dkPZu3rYbJ9IfbeOxHeKZ2o+y +QFaky5o3iXtpqnkQcrwWw78jMF6oUZVwHwvadjmPoFN9L4EVpwKIAEabcRSIzr5j +rqsU070lRd7N1wrzR5L6akFFkjCkrtSth7JO+HVIoiIN+dqj1rbWBkXSZtarjPCU +nmJL1xu89W1R8mpH4+fhWseim71/QLwa4s0rnAThCJWQVxOBlzdSxmAM1svDl1XI +N2XYmqRi46JCKmy8IVAE1EkR2pzPw3ijA9HwlqkDoBYgW91hE8ytQvuwYXyblkZA +WHgLoTYJ2C6Od4YMijpv8dMLO/dpf9B+Oc+HVFu98g4wJoW3UaXBpiEb28h93fDO +rwTPuAnQ3Yq1/D5LHpMJYJYeI+9amNQ15N59QEEzQeovZ2pli6OaDFHuTM9wFcTy +RqPsjDUQ2IZqFnhJ/48mo4CX9O/cSUT/08OP+golSnDnAvjWOKmWfV4DnQF76CFf +hDCv5o0a5ZoNkY7sSmX+gjUWAAHiz+Co6Dax+jt83X0kDFqQUP4= +=mD6M +-----END PGP SIGNATURE----- diff --git a/xplr.changes b/xplr.changes index 4b2af2f..38948a3 100644 --- a/xplr.changes +++ b/xplr.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jun 1 02:43:52 UTC 2023 - Soc Virnyl Estela + +- Update to version 0.21.2: + * Added CustomLayout, a new custom panel type to allow nesting other layouts inside a static or dynamic + layout. This will allow switching between different layouts dynamically, without having to switch modes. + * $LS_COLORS will have lesser priority than xplr.config.node_types.*.style. + * Now, there's no default color set in xplr.config.node_types.*.style, so xplr will default to $LS_COLORS. + * xplr -m now uses jf to render and pass messages. This allows for a more flexible template syntax. + * xplr will now ask before delete. + * For copy, move or symlink operations, xplr will ask what to do if a file with the same name exists. + * CLI help menu improvements + * Several fixes and improvements in documentation + ------------------------------------------------------------------- Mon May 15 21:16:32 UTC 2023 - Soc Virnyl Estela diff --git a/xplr.spec b/xplr.spec index 74d1b5f..095fa91 100644 --- a/xplr.spec +++ b/xplr.spec @@ -17,7 +17,7 @@ Name: xplr -Version: 0.21.1 +Version: 0.21.2 Release: 0 Summary: TUI file explorer License: MIT From 2dce35b00fa110e24b3998113570fe03ba94c70b6bfcd44389d05771eb155802 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 1 Jun 2023 03:19:37 +0000 Subject: [PATCH 2/9] OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=20 --- _service | 2 +- xplr.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_service b/_service index 529bcfe..32fb9b1 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ xplr-0.21.2.tar.gz zst - true + false xplr-0.21.2 diff --git a/xplr.spec b/xplr.spec index 095fa91..4971a5b 100644 --- a/xplr.spec +++ b/xplr.spec @@ -47,10 +47,10 @@ cp %{SOURCE2} .cargo/config sed -i 's/-- version = "0.0.0"/version = "%{version}"/' src/init.lua %build -%{cargo_build} +%{cargo_build} --locked %install -%{cargo_install} +%{cargo_install} --locked install -Dm644 -T \ %{_builddir}/%{name}-%{version}/assets/desktop/%{name}.desktop \ From 3c33b4c46d0ae807193295194bab47d3c0649de00cc076143d96eaaed934964a Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 1 Jun 2023 03:52:47 +0000 Subject: [PATCH 3/9] OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=21 --- _service | 2 +- vendor.tar.zst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_service b/_service index 32fb9b1..529bcfe 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ xplr-0.21.2.tar.gz zst - false + true xplr-0.21.2 diff --git a/vendor.tar.zst b/vendor.tar.zst index 97bd940..fea38d0 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee12ee4cf49b22baa6eb2ad017d2c687ec91fa285a8c742c26a9cf9f006e2f4b -size 37159985 +oid sha256:8cfedf29bdee18700de51fef361ae63f56bbc59ad85c69d20a740da5394c7d56 +size 519813120 From b2072c6e8504aef3535ecf5461037fd176d71ccdb6a104eab6a3985b186d8e95 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 1 Jun 2023 04:16:51 +0000 Subject: [PATCH 4/9] OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=22 --- xplr.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xplr.spec b/xplr.spec index 4971a5b..095fa91 100644 --- a/xplr.spec +++ b/xplr.spec @@ -47,10 +47,10 @@ cp %{SOURCE2} .cargo/config sed -i 's/-- version = "0.0.0"/version = "%{version}"/' src/init.lua %build -%{cargo_build} --locked +%{cargo_build} %install -%{cargo_install} --locked +%{cargo_install} install -Dm644 -T \ %{_builddir}/%{name}-%{version}/assets/desktop/%{name}.desktop \ From cbd4adfba836667e43de240235c9f8f2e5e2c12efe44a420cf82edc442908f66 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 2 Jun 2023 08:33:30 +0000 Subject: [PATCH 5/9] OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=23 --- xplr.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xplr.spec b/xplr.spec index 095fa91..4971a5b 100644 --- a/xplr.spec +++ b/xplr.spec @@ -47,10 +47,10 @@ cp %{SOURCE2} .cargo/config sed -i 's/-- version = "0.0.0"/version = "%{version}"/' src/init.lua %build -%{cargo_build} +%{cargo_build} --locked %install -%{cargo_install} +%{cargo_install} --locked install -Dm644 -T \ %{_builddir}/%{name}-%{version}/assets/desktop/%{name}.desktop \ From 2df8c4ce7b49a61d34ea8b9916e48321373974b0e66cfbaa3f34ff423590044e Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 2 Jun 2023 08:39:40 +0000 Subject: [PATCH 6/9] OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=24 --- vendor.tar.zst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor.tar.zst b/vendor.tar.zst index fea38d0..6d6f9d4 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cfedf29bdee18700de51fef361ae63f56bbc59ad85c69d20a740da5394c7d56 +oid sha256:0216423713a25ee30ddb339509f8dfe1006c0ff4d6ef935b6071c1575f0dd735 size 519813120 From 4f681f3a00a0720f0e7767de10c7dd156ae67cdebe4f4c3ddf3c61b46df5ef7d Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 2 Jun 2023 09:15:00 +0000 Subject: [PATCH 7/9] OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=25 --- vendor.tar.zst | 2 +- xplr.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vendor.tar.zst b/vendor.tar.zst index 6d6f9d4..a3471cc 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0216423713a25ee30ddb339509f8dfe1006c0ff4d6ef935b6071c1575f0dd735 +oid sha256:76c52f5546124a4a9ff13f33bfff51ae6f7c369dd973d7a242001e8fd208fcef size 519813120 diff --git a/xplr.spec b/xplr.spec index 4971a5b..095fa91 100644 --- a/xplr.spec +++ b/xplr.spec @@ -47,10 +47,10 @@ cp %{SOURCE2} .cargo/config sed -i 's/-- version = "0.0.0"/version = "%{version}"/' src/init.lua %build -%{cargo_build} --locked +%{cargo_build} %install -%{cargo_install} --locked +%{cargo_install} install -Dm644 -T \ %{_builddir}/%{name}-%{version}/assets/desktop/%{name}.desktop \ From a9cb06a31514ff3aafdb399d3ef0bf264de1c61812527a43948127b7e81e9e47 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 2 Jun 2023 09:21:41 +0000 Subject: [PATCH 8/9] OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=26 --- xplr.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xplr.spec b/xplr.spec index 095fa91..adb22f7 100644 --- a/xplr.spec +++ b/xplr.spec @@ -47,10 +47,12 @@ cp %{SOURCE2} .cargo/config sed -i 's/-- version = "0.0.0"/version = "%{version}"/' src/init.lua %build -%{cargo_build} +# Temporary fix for now +cargo build --release --frozen --all-features %install -%{cargo_install} +install -Dm0755 -T %{_builddir}/%{name}-%{version}/target/release/%{name} \ + %{buildroot}%{_bindir}/%{name} install -Dm644 -T \ %{_builddir}/%{name}-%{version}/assets/desktop/%{name}.desktop \ From 18e772feab01b868281122a7d7916dbfda5fe52cce83b8ef980ecc8a94b80ed9 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 2 Jun 2023 09:36:34 +0000 Subject: [PATCH 9/9] - Disable update of vendored deps OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=27 --- _service | 2 +- vendor.tar.zst | 4 ++-- xplr.changes | 5 +++++ xplr.spec | 6 ++---- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/_service b/_service index 529bcfe..32fb9b1 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ xplr-0.21.2.tar.gz zst - true + false xplr-0.21.2 diff --git a/vendor.tar.zst b/vendor.tar.zst index a3471cc..4fdc759 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76c52f5546124a4a9ff13f33bfff51ae6f7c369dd973d7a242001e8fd208fcef -size 519813120 +oid sha256:f6daee791835f481b5ddb2424fd7734f4021fbe13c95c1d5096c83dc70feb389 +size 518840320 diff --git a/xplr.changes b/xplr.changes index 38948a3..9ba422e 100644 --- a/xplr.changes +++ b/xplr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 2 09:30:47 UTC 2023 - Soc Virnyl Estela + +- Disable update of vendored deps + ------------------------------------------------------------------- Thu Jun 1 02:43:52 UTC 2023 - Soc Virnyl Estela diff --git a/xplr.spec b/xplr.spec index adb22f7..4505cbc 100644 --- a/xplr.spec +++ b/xplr.spec @@ -47,12 +47,10 @@ cp %{SOURCE2} .cargo/config sed -i 's/-- version = "0.0.0"/version = "%{version}"/' src/init.lua %build -# Temporary fix for now -cargo build --release --frozen --all-features +%{cargo_build} --all-features %install -install -Dm0755 -T %{_builddir}/%{name}-%{version}/target/release/%{name} \ - %{buildroot}%{_bindir}/%{name} +%{cargo_install} --all-features install -Dm644 -T \ %{_builddir}/%{name}-%{version}/assets/desktop/%{name}.desktop \