From 8a48338c3ac327a74614f729a8f23ff4caf34ec080851e5aa8256ca11ea3e273 Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Tue, 23 Apr 2024 01:34:35 +0000 Subject: [PATCH 1/2] Accepting request 1169781 from home:smolsheep:upgrades - Enable tests / Add git-core to pass tests. - Update to version 1.18.2: * Bug Fixes: - replace unmaintained crates yaml-rust, dirs-next - replace all remaining paths referring to vuepress OBS-URL: https://build.opensuse.org/request/show/1169781 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=56 --- _service | 2 +- starship-1.18.0.obscpio | 3 --- starship-1.18.2.obscpio | 3 +++ starship.changes | 9 +++++++++ starship.obsinfo | 6 +++--- starship.spec | 6 +++++- vendor.tar.zst | 4 ++-- 7 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 starship-1.18.0.obscpio create mode 100644 starship-1.18.2.obscpio diff --git a/_service b/_service index 35cdc50..39c7c27 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ git git-master @PARENT_TAG@ - v1.18.0 + v1.18.2 v(.*) dead_mozay@opensuse.org diff --git a/starship-1.18.0.obscpio b/starship-1.18.0.obscpio deleted file mode 100644 index ef9cc0e..0000000 --- a/starship-1.18.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c8209aedd4297c35552f265c7e7642f28e55f59acb1828b8fd4b9448af1e8eb -size 17380877 diff --git a/starship-1.18.2.obscpio b/starship-1.18.2.obscpio new file mode 100644 index 0000000..7bdc71a --- /dev/null +++ b/starship-1.18.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b599f916cf90942f082c410e49c1f206ea9b0ac4d488e107dfdfbe2703ce34 +size 17391629 diff --git a/starship.changes b/starship.changes index 5490645..e56bc03 100644 --- a/starship.changes +++ b/starship.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Apr 23 00:56:50 UTC 2024 - Joshua Smith + +- Enable tests / Add git-core to pass tests. +- Update to version 1.18.2: + * Bug Fixes: + - replace unmaintained crates yaml-rust, dirs-next + - replace all remaining paths referring to vuepress + ------------------------------------------------------------------- Thu Mar 21 16:00:15 UTC 2024 - Dead Mozay diff --git a/starship.obsinfo b/starship.obsinfo index 82aac91..16d03e6 100644 --- a/starship.obsinfo +++ b/starship.obsinfo @@ -1,4 +1,4 @@ name: starship -version: 1.18.0 -mtime: 1711034085 -commit: a5108a763822f280785008df38ceb8e90bb9256f +version: 1.18.2 +mtime: 1711726918 +commit: 4131edaa609887b866a5497648858fe6d39a3f99 diff --git a/starship.spec b/starship.spec index e6809ff..8e7d91d 100644 --- a/starship.spec +++ b/starship.spec @@ -17,7 +17,7 @@ Name: starship -Version: 1.18.0 +Version: 1.18.2 Release: 0 Summary: A customizable prompt for many shells License: ISC @@ -26,6 +26,7 @@ Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.zst BuildRequires: cargo-packaging BuildRequires: cmake +BuildRequires: git-core BuildRequires: pkgconfig(openssl) ExclusiveArch: %{rust_tier1_arches} @@ -47,6 +48,9 @@ dash is not supported as of 1.10.2. %install %{cargo_install} +%check +%{cargo_test} + %files %doc README.md %license LICENSE diff --git a/vendor.tar.zst b/vendor.tar.zst index eb67c2f..95aa0d5 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0d9b2720b728ff3ce901e323140ff4b1ac910802703287f7604df430f3581b7 -size 44060669 +oid sha256:d675a33badf5f9fad776a477872c01788d27e7a1c97f1f0353cedb6ef8e0c47f +size 46646701 From 4cdc0a3b43f1ea17f9b011f3d42b0f4a9ebdb281ac510d65022bd0639d0277af Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Thu, 16 May 2024 04:02:40 +0000 Subject: [PATCH 2/2] Accepting request 1174332 from home:Dead_Mozay - Update to version 1.19.0: * Features: - container: show name if available. - gleam: Add Gleam module. - k8s: Add detect env vars option. - nats: Add NATS Context. - odin: Add Odin Lang module. - username: add aliases option. * Bug Fixes: - bash: fix handling of the preserved DEBUG trap (used in Bash <= 4.3). - bash: use eval instead of a procsub for the POSIX mode. - bash: use eval instead of a procsub for the POSIX mode. - bun: change default icon. - scala: use scala-cli first to avoid timeout. - xonsh: remove | cat workaround from xonsh init. * Performance Improvements: - scala: use scala-cli first to avoid timeout. OBS-URL: https://build.opensuse.org/request/show/1174332 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=57 --- _service | 2 +- starship-1.18.2.obscpio | 3 --- starship-1.19.0.obscpio | 3 +++ starship.changes | 22 ++++++++++++++++++++++ starship.obsinfo | 6 +++--- starship.spec | 2 +- vendor.tar.zst | 4 ++-- 7 files changed, 32 insertions(+), 10 deletions(-) delete mode 100644 starship-1.18.2.obscpio create mode 100644 starship-1.19.0.obscpio diff --git a/_service b/_service index 39c7c27..b44d922 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ git git-master @PARENT_TAG@ - v1.18.2 + v1.19.0 v(.*) dead_mozay@opensuse.org diff --git a/starship-1.18.2.obscpio b/starship-1.18.2.obscpio deleted file mode 100644 index 7bdc71a..0000000 --- a/starship-1.18.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88b599f916cf90942f082c410e49c1f206ea9b0ac4d488e107dfdfbe2703ce34 -size 17391629 diff --git a/starship-1.19.0.obscpio b/starship-1.19.0.obscpio new file mode 100644 index 0000000..a953691 --- /dev/null +++ b/starship-1.19.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fabc8dab7b7109cee27d3e0a51204fbe23bccfb8f9e41adf527de6d9bc66d06 +size 17579533 diff --git a/starship.changes b/starship.changes index e56bc03..f8d1ec8 100644 --- a/starship.changes +++ b/starship.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu May 16 03:38:19 UTC 2024 - Dead Mozay + +- Update to version 1.19.0: + * Features: + - container: show name if available. + - gleam: Add Gleam module. + - k8s: Add detect env vars option. + - nats: Add NATS Context. + - odin: Add Odin Lang module. + - username: add aliases option. + * Bug Fixes: + - bash: fix handling of the preserved DEBUG trap + (used in Bash <= 4.3). + - bash: use eval instead of a procsub for the POSIX mode. + - bash: use eval instead of a procsub for the POSIX mode. + - bun: change default icon. + - scala: use scala-cli first to avoid timeout. + - xonsh: remove | cat workaround from xonsh init. + * Performance Improvements: + - scala: use scala-cli first to avoid timeout. + ------------------------------------------------------------------- Tue Apr 23 00:56:50 UTC 2024 - Joshua Smith diff --git a/starship.obsinfo b/starship.obsinfo index 16d03e6..20f125a 100644 --- a/starship.obsinfo +++ b/starship.obsinfo @@ -1,4 +1,4 @@ name: starship -version: 1.18.2 -mtime: 1711726918 -commit: 4131edaa609887b866a5497648858fe6d39a3f99 +version: 1.19.0 +mtime: 1715792773 +commit: de2c4a63553568adcba95432acfbe36080cc6be8 diff --git a/starship.spec b/starship.spec index 8e7d91d..0e3a5ec 100644 --- a/starship.spec +++ b/starship.spec @@ -17,7 +17,7 @@ Name: starship -Version: 1.18.2 +Version: 1.19.0 Release: 0 Summary: A customizable prompt for many shells License: ISC diff --git a/vendor.tar.zst b/vendor.tar.zst index 95aa0d5..e2d04fe 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d675a33badf5f9fad776a477872c01788d27e7a1c97f1f0353cedb6ef8e0c47f -size 46646701 +oid sha256:8fa166a4a36cdd087a760584dce73281ba857768854d7a740e1bce9ce4a1b8e7 +size 38772600