Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubie for openSUSE:Factory checked 
in at 2022-05-31 15:47:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubie (Old)
 and      /work/SRC/openSUSE:Factory/.kubie.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubie"

Tue May 31 15:47:47 2022 rev:6 rq:980085 version:0.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubie/kubie.changes      2022-02-21 
17:46:44.311596500 +0100
+++ /work/SRC/openSUSE:Factory/.kubie.new.1548/kubie.changes    2022-05-31 
15:49:00.376052912 +0200
@@ -1,0 +2,10 @@
+Mon May 30 14:38:03 UTC 2022 - ka...@b1-systems.de
+
+- add zstd as BuildRequires, as cargo_vendor now spits out tar.zst files...
+- Update to version 0.17.0:
+  * Version 0.17.0
+  * Cleanup dead code
+  * fix: copy zsh_hisotry file
+  * Add instructions for installing on Arch Linux
+
+-------------------------------------------------------------------

Old:
----
  kubie-0.16.0.tar.gz
  vendor.tar.xz

New:
----
  kubie-0.17.0.tar.gz
  vendor.tar.zst

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kubie.spec ++++++
--- /var/tmp/diff_new_pack.zGnBxJ/_old  2022-05-31 15:49:01.076053377 +0200
+++ /var/tmp/diff_new_pack.zGnBxJ/_new  2022-05-31 15:49:01.080053380 +0200
@@ -19,17 +19,18 @@
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 
 Name:           kubie
-Version:        0.16.0
+Version:        0.17.0
 Release:        0
 Summary:        A Kubernetes context switcher
 License:        Zlib
 URL:            https://github.com/sbstp/kubie
 Source:         
https://github.com/sbstp/kubie/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source1:        vendor.tar.xz
+Source1:        vendor.tar.zst
 Source2:        cargo_config
 Recommends:     fzf
 BuildRequires:  cargo
 BuildRequires:  rust
+BuildRequires:  zstd
 
 %description
 kubie offers context switching, namespace switching and prompt modification in 
a

++++++ _service ++++++
--- /var/tmp/diff_new_pack.zGnBxJ/_old  2022-05-31 15:49:01.112053401 +0200
+++ /var/tmp/diff_new_pack.zGnBxJ/_new  2022-05-31 15:49:01.116053404 +0200
@@ -5,7 +5,7 @@
     <param name="exclude">.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="revision">v0.16.0</param>
+    <param name="revision">v0.17.0</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.zGnBxJ/_old  2022-05-31 15:49:01.144053422 +0200
+++ /var/tmp/diff_new_pack.zGnBxJ/_new  2022-05-31 15:49:01.148053424 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/sbstp/kubie</param>
-              <param 
name="changesrevision">a46220fd7b8b3cb5af64dfff7f3c09b98991abc8</param></service></servicedata>
+              <param 
name="changesrevision">fd38fccaf96b1af563fead3510121d0f248639ff</param></service></servicedata>
 (No newline at EOF)
 

++++++ kubie-0.16.0.tar.gz -> kubie-0.17.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubie-0.16.0/Cargo.lock new/kubie-0.17.0/Cargo.lock
--- old/kubie-0.16.0/Cargo.lock 2021-12-08 05:17:18.000000000 +0100
+++ new/kubie-0.17.0/Cargo.lock 2022-05-27 05:18:40.000000000 +0200
@@ -318,7 +318,7 @@
 
 [[package]]
 name = "kubie"
-version = "0.16.0"
+version = "0.17.0"
 dependencies = [
  "anyhow",
  "attohttpc",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubie-0.16.0/Cargo.toml new/kubie-0.17.0/Cargo.toml
--- old/kubie-0.16.0/Cargo.toml 2021-12-08 05:17:18.000000000 +0100
+++ new/kubie-0.17.0/Cargo.toml 2022-05-27 05:18:40.000000000 +0200
@@ -11,7 +11,7 @@
 name = "kubie"
 readme = "README.md"
 repository = "https://github.com/sbstp/kubie";
-version = "0.16.0"
+version = "0.17.0"
 
 [dependencies]
 anyhow = "1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubie-0.16.0/README.md new/kubie-0.17.0/README.md
--- old/kubie-0.16.0/README.md  2021-12-08 05:17:18.000000000 +0100
+++ new/kubie-0.17.0/README.md  2022-05-27 05:18:40.000000000 +0200
@@ -37,6 +37,9 @@
 ### Nix
 There is a `kubie` Nix package maintained by @illiusdope that you can install.
 
+### Arch Linux
+`kubie` is available in the [community 
repository](https://archlinux.org/packages/community/x86_64/kubie/) and it can 
be installed by running `pacman -S kubie`.
+
 ### Autocompletion
 
 #### Bash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubie-0.16.0/src/cmd/update.rs 
new/kubie-0.17.0/src/cmd/update.rs
--- old/kubie-0.16.0/src/cmd/update.rs  2021-12-08 05:17:18.000000000 +0100
+++ new/kubie-0.17.0/src/cmd/update.rs  2022-05-27 05:18:40.000000000 +0200
@@ -14,7 +14,6 @@
 #[derive(Debug, Deserialize)]
 pub struct Release {
     tag_name: String,
-    prerelease: bool,
     assets: Vec<Asset>,
 }
 
@@ -58,9 +57,7 @@
 
 #[derive(Debug, Deserialize)]
 struct Asset {
-    name: String,
     browser_download_url: String,
-    state: String,
 }
 
 pub fn update() -> Result<()> {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubie-0.16.0/src/shell/zsh.rs 
new/kubie-0.17.0/src/shell/zsh.rs
--- old/kubie-0.16.0/src/shell/zsh.rs   2021-12-08 05:17:18.000000000 +0100
+++ new/kubie-0.17.0/src/shell/zsh.rs   2022-05-27 05:18:40.000000000 +0200
@@ -38,8 +38,8 @@
 fi
 
 # If a zsh_history file exists, copy it over before zsh initialization so 
history is maintained
-if [[ -f "$HISTFILE" ]] ; then
-    cp $HISTFILE $ZDOTDIR
+if [[ -f "$HOME/.zsh_history" ]] ; then
+    cp $HOME/.zsh_history $ZDOTDIR
 fi
 
 KUBIE_LOGIN_SHELL=0

Reply via email to