Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wgetpaste for openSUSE:Factory checked in at 2021-10-18 21:59:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wgetpaste (Old) and /work/SRC/openSUSE:Factory/.wgetpaste.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wgetpaste" Mon Oct 18 21:59:47 2021 rev:9 rq:925975 version:2.32 Changes: -------- --- /work/SRC/openSUSE:Factory/wgetpaste/wgetpaste.changes 2020-09-10 22:55:17.228416050 +0200 +++ /work/SRC/openSUSE:Factory/.wgetpaste.new.1890/wgetpaste.changes 2021-10-18 22:02:55.890125662 +0200 @@ -1,0 +2,13 @@ +Sat Oct 16 12:06:00 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.32: + * Implement bpaste v1 API + * Add sprunge paste bin + * Add 0x0 pastebin + * Use new dpaste API + * Add ix.io pastebin + * Do not interpret content when posting to dpaste + * Add missing dpaste escape functions + * wgetpaste now comes with a test script + +------------------------------------------------------------------- Old: ---- wgetpaste-2.30.tar.bz2 New: ---- wgetpaste-2.32.tar.xz wgetpaste-2.32.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wgetpaste.spec ++++++ --- /var/tmp/diff_new_pack.ARFPPD/_old 2021-10-18 22:02:56.266125934 +0200 +++ /var/tmp/diff_new_pack.ARFPPD/_new 2021-10-18 22:02:56.270125937 +0200 @@ -1,7 +1,7 @@ # # spec file for package wgetpaste # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,15 @@ Name: wgetpaste -Version: 2.30 +Version: 2.32 Release: 0 Summary: Command-line interface to various pastebins License: MIT Group: Productivity/Other -URL: https://wgetpaste.zlin.dk/ -Source0: https://wgetpaste.zlin.dk/%{name}-%{version}.tar.bz2 -Source1: services.conf +URL: https://github.com/zlin/wgetpaste +Source0: https://github.com/zlin/wgetpaste/releases/download/%{version}/wgetpaste-%{version}.tar.xz +Source1: https://github.com/zlin/wgetpaste/releases/download/%{version}/wgetpaste-%{version}.tar.xz.sig +Source2: services.conf Requires: bash Requires: coreutils Requires: wget @@ -42,7 +43,7 @@ %install install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name} -install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}.d/services.conf +install -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}.d/services.conf install -D -m 0644 _%{name} %{buildroot}%{_datadir}/zsh/site-functions/_%{name} %files