Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package urxvt-perls for openSUSE:Factory checked in at 2022-05-17 17:24:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/urxvt-perls (Old) and /work/SRC/openSUSE:Factory/.urxvt-perls.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "urxvt-perls" Tue May 17 17:24:53 2022 rev:3 rq:977769 version:2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/urxvt-perls/urxvt-perls.changes 2015-11-28 15:19:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.urxvt-perls.new.1538/urxvt-perls.changes 2022-05-17 17:25:15.807216113 +0200 @@ -1,0 +2,14 @@ +Tue May 17 09:57:10 UTC 2022 - Ferdinand Thiessen <[email protected]> + +- Update to version 2.3 + * keyboard-select: Y mapping, copy cursor line and quit + * keyboard-select: Use the same copy method for all selection modes + * Deprecate clipboard + * Deprecate url-select + * Use highlightColor in selection renderings + * Scroll before drawing the selection when refreshing + * Make Ctrl-m work as Return in selection + * Allow Home/End keys in selection mode + * Add option for copying to clipboard too + +------------------------------------------------------------------- Old: ---- 2.2.tar.gz New: ---- urxvt-perls-2.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ urxvt-perls.spec ++++++ --- /var/tmp/diff_new_pack.pupD6P/_old 2022-05-17 17:25:16.171216443 +0200 +++ /var/tmp/diff_new_pack.pupD6P/_new 2022-05-17 17:25:16.175216446 +0200 @@ -1,7 +1,7 @@ # # spec file for package urxvt-perls # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: urxvt-perls -Version: 2.2 +Version: 2.3 Release: 0 Summary: Perl extensions for the rxvt-unicode terminal emulator License: GPL-2.0 Group: System/X11/Utilities Url: https://github.com/muennich/urxvt-perls -Source: https://github.com/muennich/%{name}/archive/%{version}.tar.gz +Source: https://github.com/muennich/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Requires: xsel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,13 +40,14 @@ %build %install -install -D -m 644 clipboard %{buildroot}%{_libdir}/urxvt/perl/clipboard +install -D -m 644 deprecated/clipboard %{buildroot}%{_libdir}/urxvt/perl/clipboard install -D -m 644 keyboard-select %{buildroot}%{_libdir}/urxvt/perl/keyboard-select -install -D -m 644 url-select %{buildroot}%{_libdir}/urxvt/perl/url-select +install -D -m 644 deprecated/url-select %{buildroot}%{_libdir}/urxvt/perl/url-select %files %defattr(-,root,root) -%doc README.md LICENSE +%doc README.md +%license LICENSE %dir %{_libdir}/urxvt %dir %{_libdir}/urxvt/perl %{_libdir}/urxvt/perl/clipboard
