Compare commits
No commits in common. "rawhide" and "f34" have entirely different histories.
2 changed files with 4 additions and 53 deletions
|
|
@ -1,15 +1,6 @@
|
|||
diff -up xclip-11cba613840b0d0e76dc2ea6d4ec7cc5f23daf88/xclip.c.1947285 xclip-11cba613840b0d0e76dc2ea6d4ec7cc5f23daf88/xclip.c
|
||||
--- xclip-11cba613840b0d0e76dc2ea6d4ec7cc5f23daf88/xclip.c.1947285 2020-11-08 09:01:39.000000000 -0500
|
||||
+++ xclip-11cba613840b0d0e76dc2ea6d4ec7cc5f23daf88/xclip.c 2022-02-22 18:04:44.598444273 -0500
|
||||
@@ -353,7 +353,7 @@ doOptTarget(void)
|
||||
static int
|
||||
doIn(Window win, const char *progname)
|
||||
{
|
||||
- unsigned char *sel_buf; /* buffer for selection data */
|
||||
+ unsigned char *sel_buf = NULL; /* buffer for selection data */
|
||||
unsigned long sel_len = 0; /* length of sel_buf */
|
||||
unsigned long sel_all = 0; /* allocated size of sel_buf */
|
||||
XEvent evt; /* X Event Structures */
|
||||
+++ xclip-11cba613840b0d0e76dc2ea6d4ec7cc5f23daf88/xclip.c 2021-06-10 13:19:23.803190933 -0400
|
||||
@@ -714,9 +714,9 @@ static int
|
||||
doOut(Window win)
|
||||
{
|
||||
|
|
|
|||
46
xclip.spec
46
xclip.spec
|
|
@ -3,9 +3,8 @@
|
|||
|
||||
Name: xclip
|
||||
Version: 0.13
|
||||
Release: 27.git%{shortcommit}%{?dist}
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
Release: 14.git%{shortcommit}%{?dist}
|
||||
License: GPLv2+
|
||||
Summary: Command line clipboard grabber
|
||||
URL: http://sourceforge.net/projects/xclip
|
||||
# Source0: https://github.com/astrand/xclip/archive/%%{version}.tar.gz
|
||||
|
|
@ -25,7 +24,7 @@ another program.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{commit}
|
||||
%patch -P0 -p1 -b .1947285
|
||||
%patch0 -p1 -b .1947285
|
||||
autoreconf -ifv
|
||||
|
||||
%build
|
||||
|
|
@ -46,45 +45,6 @@ make DESTDIR=$RPM_BUILD_ROOT install.man
|
|||
%{_mandir}/man1/xclip*.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-27.git11cba61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-26.git11cba61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-25.git11cba61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-24.git11cba61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 0.13-23.git11cba61
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-22.git11cba61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-21.git11cba61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-20.git11cba61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-19.git11cba61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-18.git11cba61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Tue Feb 22 2022 Tom Callaway <spot@fedoraproject.org> - 0.13-17.git11cba61
|
||||
- always init sel_buf to NULL
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-16.git11cba61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-15.git11cba61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Jun 10 2021 Tom Callaway <spot@fedoraproject.org> - 0.13-14.git11cba61
|
||||
- apply Jerry James's fix for the segfault in bz1947285
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue