Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rage-encryption for openSUSE:Factory
checked in at 2023-03-29 23:27:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rage-encryption (Old)
and /work/SRC/openSUSE:Factory/.rage-encryption.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rage-encryption"
Wed Mar 29 23:27:07 2023 rev:12 rq:1075040 version:0.9.1+0
Changes:
--------
--- /work/SRC/openSUSE:Factory/rage-encryption/rage-encryption.changes
2023-01-14 20:32:50.889613432 +0100
+++
/work/SRC/openSUSE:Factory/.rage-encryption.new.31432/rage-encryption.changes
2023-03-29 23:27:25.191527493 +0200
@@ -1,0 +2,12 @@
+Sun Mar 26 07:04:54 UTC 2023 - Soc Virnyl Estela <[email protected]>
+
+- Update to version 0.9.1+0:
+ * ssh: Fix parsing of OpenSSH private key format
+ * ssh: Support `[email protected]` ciphers for encrypted keys
+ * ssh: Add `[email protected]` cipher to test cases
+ * ssh: Extract common key material derivation logic for encrypted keys
+ * ssh: Use associated constants for key and IV sizes
+ * ssh: Add test cases for encrypted keys
+- Add shell completions for fish and zsh.
+
+-------------------------------------------------------------------
Old:
----
rage-0.9.0+0.tar.gz
New:
----
rage-0.9.1+0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rage-encryption.spec ++++++
--- /var/tmp/diff_new_pack.6ZqHjx/_old 2023-03-29 23:27:26.359533734 +0200
+++ /var/tmp/diff_new_pack.6ZqHjx/_new 2023-03-29 23:27:26.367533777 +0200
@@ -20,7 +20,7 @@
Name: rage-encryption
# This will be set by osc services, that will run after this.
-Version: 0.9.0+0
+Version: 0.9.1+0
Release: 0
Summary: Simple, modern, and secure file encryption tool
# If you know the license, put it's SPDX string here.
@@ -42,6 +42,7 @@
# for feature mount
BuildRequires: fuse-devel
Recommends: pinentry
+BuildRequires: zstd
Conflicts: rage
ExclusiveArch: %{rust_tier1_arches}
@@ -61,6 +62,26 @@
%description bash-completion
Bash command line completion support for %{name}
+%package fish-completion
+Summary: Fish Completion for %{name}
+Group: Productivity/Security
+Supplements: (%{name} and fish)
+Requires: fish
+BuildArch: noarch
+
+%description fish-completion
+Fish command-line completion support for %{name}.
+
+%package zsh-completion
+Summary: Zsh Completion for %{name}
+Group: Productivity/Security
+Supplements: (%{name} and zsh)
+Requires: zsh
+BuildArch: noarch
+
+%description zsh-completion
+Zsh command-line completion support for %{name}.
+
%prep
%setup -q -a 0 -n rage-%{version}
%setup -q -n rage-%{version} -a 1 -D -T
@@ -89,6 +110,9 @@
for i in "" -keygen -mount; do
install -D -p -m 644 target/manpages/rage$i.1.gz
%{buildroot}/%{_mandir}/man1/rage$i.1%{?ext_man}
install -D -p -m 644 target/completions/rage$i.bash
%{buildroot}%{_datadir}/bash-completion/completions/rage$i
+ install -D -p -m 644 target/completions/rage$i.zsh
%{buildroot}%{_datadir}/zsh/site-functions/_rage$i
+ install -D -p -m 644 target/completions/rage$i.fish
%{buildroot}%{_datadir}/fish/vendor_completions.d/rage$i.fish
+
done
%vendored_licenses_packager_install
@@ -106,4 +130,16 @@
%license LICENSE-APACHE LICENSE-MIT
%{_datadir}/bash-completion/completions/rage*
+%files fish-completion
+%license LICENSE-APACHE LICENSE-MIT
+%dir %{_datadir}/fish
+%dir %{_datadir}/fish/vendor_completions.d
+%{_datadir}/fish/vendor_completions.d/rage*.fish
+
+%files zsh-completion
+%license LICENSE-APACHE LICENSE-MIT
+%dir %{_datadir}/zsh
+%dir %{_datadir}/zsh/site-functions
+%{_datadir}/zsh/site-functions/_rage*
+
%changelog
++++++ _service ++++++
--- /var/tmp/diff_new_pack.6ZqHjx/_old 2023-03-29 23:27:26.403533969 +0200
+++ /var/tmp/diff_new_pack.6ZqHjx/_new 2023-03-29 23:27:26.407533990 +0200
@@ -3,7 +3,7 @@
<param name="url">https://github.com/str4d/rage.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="scm">git</param>
- <param name="revision">v0.9.0</param>
+ <param name="revision">v0.9.1</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.6ZqHjx/_old 2023-03-29 23:27:26.423534077 +0200
+++ /var/tmp/diff_new_pack.6ZqHjx/_new 2023-03-29 23:27:26.427534097 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/str4d/rage.git</param>
- <param
name="changesrevision">ff4b02001e8b30ccf45d2c0f5d120ebb5b372cdd</param></service></servicedata>
+ <param
name="changesrevision">b6b1eceae674b84ecd98f2d79ae17b1e0f54652c</param></service></servicedata>
(No newline at EOF)
++++++ rage-0.9.0+0.tar.gz -> rage-0.9.1+0.tar.gz ++++++
++++ 5841 lines of diff (skipped)
++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/rage-encryption/vendor.tar.xz
/work/SRC/openSUSE:Factory/.rage-encryption.new.31432/vendor.tar.xz differ:
char 27, line 1