From db82c8aee90aef578708b29ac4e9fdb56bdd1b00 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:11:28 +0000 Subject: [PATCH 01/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 1507a6c..b4a2f99 100644 --- a/xclip.spec +++ b/xclip.spec @@ -1,6 +1,6 @@ Name: xclip Version: 0.13 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -38,6 +38,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.13-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 0.13-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From c68e34db58147639306638b94a7c81958bbd262c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:31:20 +0000 Subject: [PATCH 02/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index b4a2f99..77c1070 100644 --- a/xclip.spec +++ b/xclip.spec @@ -1,6 +1,6 @@ Name: xclip Version: 0.13 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -38,6 +38,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.13-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 0.13-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 46c994978901dcc8a207466942a8ddcdc72b4f12 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 21 Sep 2020 15:45:18 -0400 Subject: [PATCH 03/21] update to latest from git --- .gitignore | 1 + sources | 2 +- xclip.spec | 13 ++++++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b1ed1b5..5d0e20e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ xclip-0.12.tar.gz /xclip-20140209.tar.xz /0.13.tar.gz +/xclip-9344507.tar.gz diff --git a/sources b/sources index 7cf921d..08e7cfe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81e49f56288f299e3389a019f2550ad2 0.13.tar.gz +SHA512 (xclip-9344507.tar.gz) = c00647b2521b96b3d0bb3f49baffd6b178b43cc5e592e5cf145ac4c92d37d00c6f1fa5dd3b27828361f16d59170038edfac3e87527e2297688e1cd5db26caf5b diff --git a/xclip.spec b/xclip.spec index 77c1070..0bdcfce 100644 --- a/xclip.spec +++ b/xclip.spec @@ -1,10 +1,14 @@ +%global commit 934450798654bcc819fb81ad66a2bf5e5b4d39d7 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) + Name: xclip Version: 0.13 -Release: 10%{?dist} +Release: 11.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 +# Source0: https://github.com/astrand/xclip/archive/%%{version}.tar.gz +Source0: https://github.com/astrand/xclip/archive/%{commit}/%{name}-%{shortcommit}.tar.gz BuildRequires: libXmu-devel, libICE-devel, libX11-devel, libXext-devel BuildRequires: autoconf, automake, libtool @@ -17,7 +21,7 @@ an X selection to standard out, which can then be redirected to a file or another program. %prep -%setup -q +%setup -q -n %{name}-%{commit} autoreconf -ifv %build @@ -38,6 +42,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Mon Sep 21 2020 Tom Callaway - 0.13-11.git9344507 +- update to latest from git + * Wed Jul 29 2020 Fedora Release Engineering - 0.13-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From a3cdd73cd2b16dabb99f2b0d6e01092f13bafe49 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:12:22 +0000 Subject: [PATCH 04/21] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xclip.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xclip.spec b/xclip.spec index 0bdcfce..8b8b238 100644 --- a/xclip.spec +++ b/xclip.spec @@ -9,6 +9,7 @@ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip # Source0: https://github.com/astrand/xclip/archive/%%{version}.tar.gz Source0: https://github.com/astrand/xclip/archive/%{commit}/%{name}-%{shortcommit}.tar.gz +BuildRequires: make BuildRequires: libXmu-devel, libICE-devel, libX11-devel, libXext-devel BuildRequires: autoconf, automake, libtool From 2802ee9aa132229a902579b153ec34de949322b9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:51:40 +0000 Subject: [PATCH 05/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 8b8b238..9af970c 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 11.git%{shortcommit}%{?dist} +Release: 12.git%{shortcommit}%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -43,6 +43,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.13-12.git9344507 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Sep 21 2020 Tom Callaway - 0.13-11.git9344507 - update to latest from git From 1e8e9e7cb2e5f2211237713d5b17021dbd116b14 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Mon, 26 Apr 2021 14:03:32 -0400 Subject: [PATCH 06/21] update to latest from git --- .gitignore | 1 + sources | 2 +- xclip.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5d0e20e..3758f19 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xclip-0.12.tar.gz /xclip-20140209.tar.xz /0.13.tar.gz /xclip-9344507.tar.gz +/xclip-11cba61.tar.gz diff --git a/sources b/sources index 08e7cfe..fcb6d9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xclip-9344507.tar.gz) = c00647b2521b96b3d0bb3f49baffd6b178b43cc5e592e5cf145ac4c92d37d00c6f1fa5dd3b27828361f16d59170038edfac3e87527e2297688e1cd5db26caf5b +SHA512 (xclip-11cba61.tar.gz) = 0ddc77372023600e4abd8f834eef6706e24aa21cc1ad93a9ca0e73b23119ebed0747071a98069c868be6104b69a39eff839608fc6bd0ed9b30097e3a6613ea2d diff --git a/xclip.spec b/xclip.spec index 9af970c..2b698b4 100644 --- a/xclip.spec +++ b/xclip.spec @@ -1,9 +1,9 @@ -%global commit 934450798654bcc819fb81ad66a2bf5e5b4d39d7 +%global commit 11cba613840b0d0e76dc2ea6d4ec7cc5f23daf88 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: xclip Version: 0.13 -Release: 12.git%{shortcommit}%{?dist} +Release: 13.git%{shortcommit}%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -43,6 +43,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Mon Apr 26 2021 Tom Callaway - 0.13-13.git11cba61 +- update to latest from git + * Wed Jan 27 2021 Fedora Release Engineering - 0.13-12.git9344507 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From d54e5173bd8fbcaa2bdb05e4f41ec5d910854163 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 10 Jun 2021 13:26:09 -0400 Subject: [PATCH 07/21] apply fix for segfault in bz1947285, thanks to Jerry James --- xclip-fix-segfault-bz1947285.patch | 30 ++++++++++++++++++++++++++++++ xclip.spec | 9 +++++++-- 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 xclip-fix-segfault-bz1947285.patch diff --git a/xclip-fix-segfault-bz1947285.patch b/xclip-fix-segfault-bz1947285.patch new file mode 100644 index 0000000..d9a532c --- /dev/null +++ b/xclip-fix-segfault-bz1947285.patch @@ -0,0 +1,30 @@ +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 2021-06-10 13:19:23.803190933 -0400 +@@ -714,9 +714,9 @@ static int + doOut(Window win) + { + Atom sel_type = None; +- unsigned char *sel_buf; /* buffer for selection data */ +- unsigned long sel_len = 0; /* length of sel_buf */ +- XEvent evt; /* X Event Structures */ ++ unsigned char *sel_buf = NULL; /* buffer for selection data */ ++ unsigned long sel_len = 0; /* length of sel_buf */ ++ XEvent evt; /* X Event Structures */ + unsigned int context = XCLIB_XCOUT_NONE; + + if (sseln == XA_STRING) +@@ -743,9 +743,11 @@ doOut(Window win) + /* If user requested -sensitive, then prevent further pastes (even though we failed to paste) */ + XSetSelectionOwner(dpy, sseln, None, CurrentTime); + /* Clear memory buffer */ +- xcmemzero(sel_buf,sel_len); ++ if (sel_buf != NULL) ++ xcmemzero(sel_buf,sel_len); + } +- free(sel_buf); ++ if (sel_buf != NULL) ++ free(sel_buf); + errconvsel(dpy, target, sseln); + // errconvsel does not return but exits with EXIT_FAILURE + } diff --git a/xclip.spec b/xclip.spec index 2b698b4..1d4c368 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,13 +3,14 @@ Name: xclip Version: 0.13 -Release: 13.git%{shortcommit}%{?dist} +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 Source0: https://github.com/astrand/xclip/archive/%{commit}/%{name}-%{shortcommit}.tar.gz -BuildRequires: make +Patch0: xclip-fix-segfault-bz1947285.patch +BuildRequires: make BuildRequires: libXmu-devel, libICE-devel, libX11-devel, libXext-devel BuildRequires: autoconf, automake, libtool @@ -23,6 +24,7 @@ another program. %prep %setup -q -n %{name}-%{commit} +%patch0 -p1 -b .1947285 autoreconf -ifv %build @@ -43,6 +45,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Thu Jun 10 2021 Tom Callaway - 0.13-14.git11cba61 +- apply Jerry James's fix for the segfault in bz1947285 + * Mon Apr 26 2021 Tom Callaway - 0.13-13.git11cba61 - update to latest from git From af6f4a3b877d0e1aad4fe18c0220983806e2a9b2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:21:40 +0000 Subject: [PATCH 08/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 1d4c368..6ba4500 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 14.git%{shortcommit}%{?dist} +Release: 15.git%{shortcommit}%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -45,6 +45,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.13-15.git11cba61 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jun 10 2021 Tom Callaway - 0.13-14.git11cba61 - apply Jerry James's fix for the segfault in bz1947285 From 65dd761552af8276e2332bf03442b6551b27aa0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:53:20 +0000 Subject: [PATCH 09/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 6ba4500..b187ce0 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 15.git%{shortcommit}%{?dist} +Release: 16.git%{shortcommit}%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -45,6 +45,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.13-16.git11cba61 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.13-15.git11cba61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From ad8dbaad2e9a80434517d0072e4eb718456627bb Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Tue, 22 Feb 2022 18:06:52 -0500 Subject: [PATCH 10/21] always init sel_buf to NULL --- xclip-fix-segfault-bz1947285.patch | 11 ++++++++++- xclip.spec | 5 ++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/xclip-fix-segfault-bz1947285.patch b/xclip-fix-segfault-bz1947285.patch index d9a532c..a8c9f90 100644 --- a/xclip-fix-segfault-bz1947285.patch +++ b/xclip-fix-segfault-bz1947285.patch @@ -1,6 +1,15 @@ 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 2021-06-10 13:19:23.803190933 -0400 ++++ 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 */ @@ -714,9 +714,9 @@ static int doOut(Window win) { diff --git a/xclip.spec b/xclip.spec index b187ce0..60ffe6b 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 16.git%{shortcommit}%{?dist} +Release: 17.git%{shortcommit}%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -45,6 +45,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Tue Feb 22 2022 Tom Callaway - 0.13-17.git11cba61 +- always init sel_buf to NULL + * Sat Jan 22 2022 Fedora Release Engineering - 0.13-16.git11cba61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 5f395161dbce2bb4b6b0500ce0881b3b6c4bfde5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:52:51 +0000 Subject: [PATCH 11/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 60ffe6b..6905173 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 17.git%{shortcommit}%{?dist} +Release: 18.git%{shortcommit}%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -45,6 +45,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.13-18.git11cba61 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Feb 22 2022 Tom Callaway - 0.13-17.git11cba61 - always init sel_buf to NULL From 12aed7a1605edbe21090aa129f7b68ee13b2e203 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:14:24 +0000 Subject: [PATCH 12/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 6905173..546e788 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 18.git%{shortcommit}%{?dist} +Release: 19.git%{shortcommit}%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -45,6 +45,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.13-19.git11cba61 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.13-18.git11cba61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From e9dbebcc2a63269cd3ddde0e84ee6ef572f2783f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:36:30 +0000 Subject: [PATCH 13/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 546e788..dbcf2dc 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 19.git%{shortcommit}%{?dist} +Release: 20.git%{shortcommit}%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -45,6 +45,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.13-20.git11cba61 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 0.13-19.git11cba61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 28047a54e97fa830ae7e04e281279dfd90bf95b0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:25:07 +0000 Subject: [PATCH 14/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index dbcf2dc..4ef1a46 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 20.git%{shortcommit}%{?dist} +Release: 21.git%{shortcommit}%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -45,6 +45,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.13-21.git11cba61 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.13-20.git11cba61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From c9f1d3b188f1ee6aad30e006510a7e2cee0f89e5 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:50 +0200 Subject: [PATCH 15/21] Eliminate use of obsolete %patchN syntax (#2283636) --- xclip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 4ef1a46..07a10ed 100644 --- a/xclip.spec +++ b/xclip.spec @@ -24,7 +24,7 @@ another program. %prep %setup -q -n %{name}-%{commit} -%patch0 -p1 -b .1947285 +%patch -P0 -p1 -b .1947285 autoreconf -ifv %build From df222763ed59d195e6bb43a9269bf316d726c87f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:48:43 +0000 Subject: [PATCH 16/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 07a10ed..d8d3a7a 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 21.git%{shortcommit}%{?dist} +Release: 22.git%{shortcommit}%{?dist} License: GPLv2+ Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip @@ -45,6 +45,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.13-22.git11cba61 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 0.13-21.git11cba61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 07aed45c844a3c584c2f8817c046682095de68ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:46:52 +0200 Subject: [PATCH 17/21] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xclip.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xclip.spec b/xclip.spec index d8d3a7a..9e6530b 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,8 +3,9 @@ Name: xclip Version: 0.13 -Release: 22.git%{shortcommit}%{?dist} -License: GPLv2+ +Release: 23.git%{shortcommit}%{?dist} +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later Summary: Command line clipboard grabber URL: http://sourceforge.net/projects/xclip # Source0: https://github.com/astrand/xclip/archive/%%{version}.tar.gz @@ -45,6 +46,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Fri Jul 26 2024 Miroslav Suchý - 0.13-23.git11cba61 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 0.13-22.git11cba61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From a8e9f908dbf01bb15fe508b1127dd879fccabd82 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:32:05 +0000 Subject: [PATCH 18/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 9e6530b..988cf9d 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 23.git%{shortcommit}%{?dist} +Release: 24.git%{shortcommit}%{?dist} # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later Summary: Command line clipboard grabber @@ -46,6 +46,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.13-24.git11cba61 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 26 2024 Miroslav Suchý - 0.13-23.git11cba61 - convert license to SPDX From 38611041f8e9b933698fed4aa414854468e9c385 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:40:58 +0000 Subject: [PATCH 19/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 988cf9d..66abe71 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 24.git%{shortcommit}%{?dist} +Release: 25.git%{shortcommit}%{?dist} # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later Summary: Command line clipboard grabber @@ -46,6 +46,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.13-25.git11cba61 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.13-24.git11cba61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From b96ea546da59efd5394fda7d53a8e84b904ee62c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:30:39 +0000 Subject: [PATCH 20/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index 66abe71..eae7039 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 25.git%{shortcommit}%{?dist} +Release: 26.git%{shortcommit}%{?dist} # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later Summary: Command line clipboard grabber @@ -46,6 +46,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.13-26.git11cba61 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 0.13-25.git11cba61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 1bc812b2984d345b413714614a94013f7a664f27 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:04:05 +0000 Subject: [PATCH 21/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xclip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xclip.spec b/xclip.spec index eae7039..1fcb973 100644 --- a/xclip.spec +++ b/xclip.spec @@ -3,7 +3,7 @@ Name: xclip Version: 0.13 -Release: 26.git%{shortcommit}%{?dist} +Release: 27.git%{shortcommit}%{?dist} # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later Summary: Command line clipboard grabber @@ -46,6 +46,9 @@ make DESTDIR=$RPM_BUILD_ROOT install.man %{_mandir}/man1/xclip*.1* %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.13-27.git11cba61 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 0.13-26.git11cba61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild