Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xclip for openSUSE:Factory checked in at 2024-07-08 19:07:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xclip (Old) and /work/SRC/openSUSE:Factory/.xclip.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xclip" Mon Jul 8 19:07:11 2024 rev:17 rq:1186109 version:0.13+git20220129 Changes: -------- --- /work/SRC/openSUSE:Factory/xclip/xclip.changes 2021-03-16 15:43:55.152990595 +0100 +++ /work/SRC/openSUSE:Factory/.xclip.new.2080/xclip.changes 2024-07-08 19:07:31.317120010 +0200 @@ -1,0 +2,16 @@ +Fri Jun 21 14:30:07 UTC 2024 - Manfred Schwarb <[email protected]> + +- use git hash in download URL, not branch name. + +------------------------------------------------------------------- +Tue Jun 18 23:07:13 UTC 2024 - Manfred Schwarb <[email protected]> + +- Update to master checkout b372f73: + * add -sensitive option + * works reliably for large data streams + * improved debug and checking facilities + * when pasting, don't clear selection unless -sensitive is given + * if stdin is a tty, choose appropriate -i or -o option as default mode + * numerous bug fixes (segfaults, resource leaks, null pointer dereference) + +------------------------------------------------------------------- Old: ---- xclip-0.13.tar.gz New: ---- xclip-b372f73579d30f9ba998ffd0a73694e7abe2c313.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xclip.spec ++++++ --- /var/tmp/diff_new_pack.NIj00Z/_old 2024-07-08 19:07:31.789137272 +0200 +++ /var/tmp/diff_new_pack.NIj00Z/_new 2024-07-08 19:07:31.789137272 +0200 @@ -1,7 +1,7 @@ # # spec file for package xclip # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,24 @@ # +%define rversion 0.13 +%define gitdate 20220129 +%define githash b372f73579d30f9ba998ffd0a73694e7abe2c313 + Name: xclip -Version: 0.13 +Version: %{rversion}+git%{gitdate} Release: 0 Summary: Command Line Interface to the X11 Clipboard License: GPL-2.0-or-later Group: System/X11/Utilities URL: https://github.com/astrand/xclip -Source: https://github.com/astrand/%{name}/archive/%{version}.tar.gz#./%{name}-%{version}.tar.gz +Source: https://github.com/astrand/xclip/archive/%{githash}.tar.gz#/%{name}-%{githash}.tar.gz BuildRequires: autoconf BuildRequires: automake -BuildRequires: xorg-x11-libICE-devel -BuildRequires: xorg-x11-libX11-devel -BuildRequires: xorg-x11-libXext-devel -BuildRequires: xorg-x11-libXmu-devel +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xmu) %description xclip is a command line interface to the X11 clipboard. It can also be used @@ -37,7 +41,7 @@ prompts when X11 forwarding has already been setup. %prep -%setup -q +%autosetup -n %{name}-%{githash} %build bash ./bootstrap @@ -50,6 +54,8 @@ %install %make_install +%check + %files %license COPYING %doc ChangeLog README @@ -57,6 +63,6 @@ %{_bindir}/xclip-copyfile %{_bindir}/xclip-cutfile %{_bindir}/xclip-pastefile -%{_mandir}/man1/xclip.1%{?ext_man} -%{_mandir}/man1/xclip-copyfile.1%{?ext_man} +%{_mandir}/man1/xclip.1%{?ext_man}* +%{_mandir}/man1/xclip-copyfile.1%{?ext_man}* ++++++ xclip-0.13.tar.gz -> xclip-b372f73579d30f9ba998ffd0a73694e7abe2c313.tar.gz ++++++ ++++ 2483 lines of diff (skipped)
