From 6826a510b733c0fd8ac1c9af454f2c661a4cdd73 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 7 Nov 2008 04:21:54 +0000 Subject: [PATCH 01/49] Initialize branch F-10 for wmctrl --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From 742125fd49960a757aeefe356ccf802b6068f76c Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 25 Feb 2009 18:54:58 +0000 Subject: [PATCH 02/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 8253c38..dcbd84f 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A command line tool to interact with an X Window Manager Group: User Interface/X @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.07-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Sep 28 2008 Patrice Dumas - 1.07-5 - apply debian patcheset, to fix #426383 From 95746cb1909ec7b1b12ed9f8e1abe464b1da4e7b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:20:10 +0000 Subject: [PATCH 03/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index dcbd84f..f359cf6 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A command line tool to interact with an X Window Manager Group: User Interface/X @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 1.07-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Feb 25 2009 Fedora Release Engineering - 1.07-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From d82406f6eeeee3912403d74b833d884338bde8ef Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:15 +0000 Subject: [PATCH 04/49] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0b2ca2e..8c77b9e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: wmctrl -# $Id$ +# $Id: Makefile,v 1.1 2006/10/07 05:15:43 errr Exp $ NAME := wmctrl SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From fcface8e8ca0f21cf7c8c7d0b560ddf8ed008288 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:17:49 +0000 Subject: [PATCH 05/49] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0b2ca2e..8c77b9e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: wmctrl -# $Id$ +# $Id: Makefile,v 1.1 2006/10/07 05:15:43 errr Exp $ NAME := wmctrl SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 0b8b3663c33902bd95a0e421fd5f45fd29a4c6b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:22:58 +0000 Subject: [PATCH 06/49] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 8c77b9e..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wmctrl -# $Id: Makefile,v 1.1 2006/10/07 05:15:43 errr Exp $ -NAME := wmctrl -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 71fe9550ce1ea24362b1ead22170bb76f8b25438 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:22:58 +0000 Subject: [PATCH 07/49] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 8c77b9e..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wmctrl -# $Id: Makefile,v 1.1 2006/10/07 05:15:43 errr Exp $ -NAME := wmctrl -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index dc32377..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-10 From 7229ab82de8044458d9e8df9743990bb2e637c29 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 20:51:46 -0600 Subject: [PATCH 08/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index f359cf6..a49dc0d 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A command line tool to interact with an X Window Manager Group: User Interface/X @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.07-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 1.07-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 3dfe15c8332f2b9b80c4249095bea6147aa1bc83 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 23 Feb 2011 17:04:13 -0500 Subject: [PATCH 09/49] Retire wmctrl. --- dead.package | 1 + sources | 2 -- wmctrl.spec | 83 ---------------------------------------------------- 3 files changed, 1 insertion(+), 85 deletions(-) create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wmctrl.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..de91ae3 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired due to no active owner on 2011-02-23 diff --git a/sources b/sources deleted file mode 100644 index 3b52946..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -1fe3c7a2caa6071e071ba34f587e1555 wmctrl-1.07.tar.gz -7ddf2aadc48f4300c16160b3c9a7e141 wmctrl_1.07-6.diff.gz diff --git a/wmctrl.spec b/wmctrl.spec deleted file mode 100644 index a49dc0d..0000000 --- a/wmctrl.spec +++ /dev/null @@ -1,83 +0,0 @@ -Name: wmctrl -Version: 1.07 -Release: 8%{?dist} -Summary: A command line tool to interact with an X Window Manager - -Group: User Interface/X -License: GPLv2+ -URL: http://sweb.cz/tripie/utils/wmctrl -Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz -Patch0: http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: xorg-x11-proto-devel, libXmu-devel, glib2-devel - -%description - The wmctrl program is a UNIX/Linux command line tool to interact with an - EWMH/NetWM compatible X Window Manager. The tool provides command line access - to almost all the features defined in the EWMH specification. It can be used, - for example, to obtain information about the window manager, to get a detailed - list of desktops and managed windows, to switch and resize desktops, to make - windows full-screen, always-above or sticky, and to activate, close, move, - resize, maximize and minimize them. The command line access to these window - management functions makes it easy to automate and execute them from any - application that is able to run a command in response to an event. - - -%prep -%setup -q -%patch0 -p1 -iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8 -touch -c -r ChangeLog ChangeLog.utf8 -mv ChangeLog.utf8 ChangeLog - -%build -%configure -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING INSTALL README -%{_bindir}/* -%{_mandir}/man1/* - - -%changelog -* Mon Feb 07 2011 Fedora Release Engineering - 1.07-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 1.07-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 1.07-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sun Sep 28 2008 Patrice Dumas - 1.07-5 -- apply debian patcheset, to fix #426383 - -* Sat Sep 6 2008 Tom "spot" Callaway 1.07-4 -- fix license tag - -* Mon Feb 18 2008 Fedora Release Engineering - 1.07-3 -- Autorebuild for GCC 4.3 - -* Wed Oct 04 2006 Michael Rice - 1.07-2 -- Fix Summary per rpmlint warning -- Fix description per rpmlint warning -- Remove unneeded line from setup -- Remove NEWS from docs since it was empty -- Reformat Changlelog entrys in spec file due to bad formatting -- Changed Group to User Interface/X - -* Wed Sep 27 2006 Michael Rice - 1.07-1 -- Initial RPM release From 05ae719a2ddfb1fc4197c36489f60fbcfef0e816 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 16 Nov 2011 13:12:16 +0900 Subject: [PATCH 10/49] import new approved package (#742166) --- dead.package | 1 - sources | 2 ++ wmctrl.spec | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+), 1 deletion(-) delete mode 100644 dead.package create mode 100644 sources create mode 100644 wmctrl.spec diff --git a/dead.package b/dead.package deleted file mode 100644 index de91ae3..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -This package was retired due to no active owner on 2011-02-23 diff --git a/sources b/sources new file mode 100644 index 0000000..3b52946 --- /dev/null +++ b/sources @@ -0,0 +1,2 @@ +1fe3c7a2caa6071e071ba34f587e1555 wmctrl-1.07.tar.gz +7ddf2aadc48f4300c16160b3c9a7e141 wmctrl_1.07-6.diff.gz diff --git a/wmctrl.spec b/wmctrl.spec new file mode 100644 index 0000000..fb3fb4f --- /dev/null +++ b/wmctrl.spec @@ -0,0 +1,77 @@ +Name: wmctrl +Version: 1.07 +Release: 8%{?dist} +Summary: Command line tool to interact with an X Window Manager + +Group: User Interface/X +License: GPLv2+ +URL: http://sweb.cz/tripie/utils/wmctrl +Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz +Patch0: http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz + +BuildRequires: xorg-x11-proto-devel, libXmu-devel, glib2-devel + +%description +The wmctrl program is a UNIX/Linux command line tool to interact with an +EWMH/NetWM compatible X Window Manager. The tool provides command line access +to almost all the features defined in the EWMH specification. It can be used, +for example, to obtain information about the window manager, to get a detailed +list of desktops and managed windows, to switch and resize desktops, to make +windows full-screen, always-above or sticky, and to activate, close, move, +resize, maximize and minimize them. The command line access to these window +management functions makes it easy to automate and execute them from any +application that is able to run a command in response to an event. + + +%prep +%setup -q +%patch0 -p1 +iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8 +touch -c -r ChangeLog ChangeLog.utf8 +mv ChangeLog.utf8 ChangeLog + +%build +%configure +make %{?_smp_mflags} + + +%install +make install DESTDIR=$RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING INSTALL README +%{_bindir}/* +%{_mandir}/man1/* + + +%changelog +* Thu Sep 29 2011 Jens Petersen - 1.07-8 +- revive orphaned package + +* Mon Jul 27 2009 Fedora Release Engineering - 1.07-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 1.07-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Sep 28 2008 Patrice Dumas - 1.07-5 +- apply debian patcheset, to fix #426383 + +* Sat Sep 6 2008 Tom "spot" Callaway 1.07-4 +- fix license tag + +* Mon Feb 18 2008 Fedora Release Engineering - 1.07-3 +- Autorebuild for GCC 4.3 + +* Wed Oct 04 2006 Michael Rice - 1.07-2 +- Fix Summary per rpmlint warning +- Fix description per rpmlint warning +- Remove unneeded line from setup +- Remove NEWS from docs since it was empty +- Reformat Changlelog entrys in spec file due to bad formatting +- Changed Group to User Interface/X + +* Wed Sep 27 2006 Michael Rice - 1.07-1 +- Initial RPM release From dbb949d0ec2631a8c63ed18186fe64309af51f4b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 16 Nov 2011 15:58:08 +0900 Subject: [PATCH 11/49] bump release --- wmctrl.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wmctrl.spec b/wmctrl.spec index fb3fb4f..a57c5ed 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -40,15 +40,17 @@ make install DESTDIR=$RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING INSTALL README %{_bindir}/* %{_mandir}/man1/* %changelog -* Thu Sep 29 2011 Jens Petersen - 1.07-8 -- revive orphaned package +* Thu Sep 29 2011 Jens Petersen - 1.07-9 +- revive orphaned package (#742166) + +* Mon Feb 07 2011 Fedora Release Engineering - 1.07-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Jul 27 2009 Fedora Release Engineering - 1.07-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 77e3e02bcea1571c463368d99fe3cfb46d088391 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Dec 2011 10:46:08 +0900 Subject: [PATCH 12/49] drop INSTALL and ChangeLog from doc files --- wmctrl.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wmctrl.spec b/wmctrl.spec index a57c5ed..ff4e844 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -26,9 +26,7 @@ application that is able to run a command in response to an event. %prep %setup -q %patch0 -p1 -iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8 -touch -c -r ChangeLog ChangeLog.utf8 -mv ChangeLog.utf8 ChangeLog + %build %configure @@ -40,12 +38,15 @@ make install DESTDIR=$RPM_BUILD_ROOT %files -%doc AUTHORS ChangeLog COPYING INSTALL README +%doc AUTHORS COPYING README %{_bindir}/* %{_mandir}/man1/* %changelog +* Thu Dec 1 2011 Jens Petersen - 1.07-10 +- drop INSTALL and ChangeLog from doc files + * Thu Sep 29 2011 Jens Petersen - 1.07-9 - revive orphaned package (#742166) From 150b5a1d1ff7275b9095ab88b151ea4f6e5a6894 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:23:55 -0600 Subject: [PATCH 13/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index ff4e844..477e28a 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -44,6 +44,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.07-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Thu Dec 1 2011 Jens Petersen - 1.07-10 - drop INSTALL and ChangeLog from doc files From 359d1e70fb02bb71e96b32374e1c5a13861f8895 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 24 Feb 2012 12:16:38 +0900 Subject: [PATCH 14/49] add patch to allow stick to all workspaces (#524023) --- wmctrl.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/wmctrl.spec b/wmctrl.spec index 477e28a..3458bd7 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,15 +1,17 @@ Name: wmctrl Version: 1.07 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X License: GPLv2+ URL: http://sweb.cz/tripie/utils/wmctrl Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz +BuildRequires: xorg-x11-proto-devel +BuildRequires: libXmu-devel +BuildRequires: glib2-devel Patch0: http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz - -BuildRequires: xorg-x11-proto-devel, libXmu-devel, glib2-devel +Patch1: wmctrl-sticky-workspace.patch %description The wmctrl program is a UNIX/Linux command line tool to interact with an @@ -26,6 +28,7 @@ application that is able to run a command in response to an event. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build @@ -44,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Fri Feb 24 2012 Jens Petersen - 1.07-12 +- add patch to allow stick to all workspaces from Jeff Bastien (#524023) + * Sat Jan 14 2012 Fedora Release Engineering - 1.07-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 510aff765c883262995f4cfefbe02e8ef916edde Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 24 Feb 2012 12:29:30 +0900 Subject: [PATCH 15/49] add wmctrl-sticky-workspace.patch --- wmctrl-sticky-workspace.patch | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 wmctrl-sticky-workspace.patch diff --git a/wmctrl-sticky-workspace.patch b/wmctrl-sticky-workspace.patch new file mode 100644 index 0000000..90964e5 --- /dev/null +++ b/wmctrl-sticky-workspace.patch @@ -0,0 +1,32 @@ +--- a/main.c ++++ a/main.c +@@ -681,7 +681,7 @@ static int window_to_desktop (Display *disp, Window win, int desktop) {/*{{{*/ + unsigned long *cur_desktop = NULL; + Window root = DefaultRootWindow(disp); + +- if (desktop == -1) { ++ if (desktop == -2) { + if (! (cur_desktop = (unsigned long *)get_property(disp, root, + XA_CARDINAL, "_NET_CURRENT_DESKTOP", NULL))) { + if (! (cur_desktop = (unsigned long *)get_property(disp, root, +@@ -897,7 +897,7 @@ static int action_window (Display *disp, Window win, char mode) {/*{{{*/ + + case 'R': + /* move the window to the current desktop and activate it => -r */ +- if (window_to_desktop(disp, win, -1) == EXIT_SUCCESS) { ++ if (window_to_desktop(disp, win, -2) == EXIT_SUCCESS) { + usleep(100000); /* 100 ms - make sure the WM has enough + time to move the window, before we activate it */ + return activate_window(disp, win, FALSE); +--- a/wmctrl.1 ++++ a/wmctrl.1 +@@ -258,7 +258,8 @@ Include WM_CLASS in the window list or interpret as the WM_CLASS name. + .TP + .I + A Desktop is always specified by an integer which represents the +-desktop numbers. Desktop numbers start at 0. ++desktop numbers. Desktop numbers start at 0. Use -1 to pin to all ++desktops. + + .TP + .I From 8e29972fb9086fb0bc56619bf049b98d17c42a8a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:46:21 -0500 Subject: [PATCH 16/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 3458bd7..f8c5b62 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.07-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Fri Feb 24 2012 Jens Petersen - 1.07-12 - add patch to allow stick to all workspaces from Jeff Bastien (#524023) From 4ed23e31d7dc32bb47050e7ff063769fe8e14cfe Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:11:52 -0600 Subject: [PATCH 17/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index f8c5b62..c2638d4 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.07-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 1.07-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 82a00f34465d669f95c4d11473aa458e4e8d47ab Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 02:05:29 -0500 Subject: [PATCH 18/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index c2638d4..21b31aa 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.07-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.07-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From fb4fde83a5e211ca1c7692ada8296ce4505fccc0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 23:41:59 -0500 Subject: [PATCH 19/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 21b31aa..400463b 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 1.07-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 1.07-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From ffaa2a0afa913e55759b1e7f3f2f29198a7be962 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 08:45:58 +0000 Subject: [PATCH 20/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 400463b..87c839f 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 1.07-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 1.07-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From edc57ffec7fe36eb3b8321dcedb010cb2b5feb69 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:29:49 +0000 Subject: [PATCH 21/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 87c839f..a48d013 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.07-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 1.07-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 54d73797b7f6d16fa14ba34e4aade9dbd2bc8efe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:05:36 +0000 Subject: [PATCH 22/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index a48d013..6fc5dc2 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.07-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 1.07-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From d6374e7335b55c1a1764dcc866dcfe98acaa5dbc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 20 Dec 2016 15:03:03 +0900 Subject: [PATCH 23/49] add debian 01_64-bit-data.patch --- wmctrl-debian-01_64-bit-data.patch | 32 ++++++++++++++++++++++++++++++ wmctrl.spec | 7 ++++++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 wmctrl-debian-01_64-bit-data.patch diff --git a/wmctrl-debian-01_64-bit-data.patch b/wmctrl-debian-01_64-bit-data.patch new file mode 100644 index 0000000..3ec1c91 --- /dev/null +++ b/wmctrl-debian-01_64-bit-data.patch @@ -0,0 +1,32 @@ +Description: Correct 64 Architecture implementation of 32 bit data +Author: Chris Donoghue +Bug-Debian: http://bugs.debian.org/362068 + +--- wmctrl-1.07.orig/main.c ++++ wmctrl-1.07/main.c +@@ -1425,6 +1425,16 @@ static gchar *get_property (Display *dis + * + * long_length = Specifies the length in 32-bit multiples of the + * data to be retrieved. ++ * ++ * NOTE: see ++ * http://mail.gnome.org/archives/wm-spec-list/2003-March/msg00067.html ++ * In particular: ++ * ++ * When the X window system was ported to 64-bit architectures, a ++ * rather peculiar design decision was made. 32-bit quantities such ++ * as Window IDs, atoms, etc, were kept as longs in the client side ++ * APIs, even when long was changed to 64 bits. ++ * + */ + if (XGetWindowProperty(disp, win, xa_prop_name, 0, MAX_PROPERTY_VALUE_LEN / 4, False, + xa_prop_type, &xa_ret_type, &ret_format, +@@ -1441,6 +1451,8 @@ static gchar *get_property (Display *dis + + /* null terminate the result to make string handling easier */ + tmp_size = (ret_format / 8) * ret_nitems; ++ /* Correct 64 Architecture implementation of 32 bit data */ ++ if(ret_format==32) tmp_size *= sizeof(long)/4; + ret = g_malloc(tmp_size + 1); + memcpy(ret, ret_prop, tmp_size); + ret[tmp_size] = '\0'; diff --git a/wmctrl.spec b/wmctrl.spec index 6fc5dc2..30fbdd0 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -12,6 +12,7 @@ BuildRequires: libXmu-devel BuildRequires: glib2-devel Patch0: http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz Patch1: wmctrl-sticky-workspace.patch +Patch2: wmctrl-debian-01_64-bit-data.patch %description The wmctrl program is a UNIX/Linux command line tool to interact with an @@ -29,6 +30,7 @@ application that is able to run a command in response to an event. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build @@ -47,6 +49,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Tue Dec 20 2016 Jens Petersen - 1.07-20 +- add an old 64bit long X patch from debian + * Fri Feb 05 2016 Fedora Release Engineering - 1.07-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 0fd56ccf38484918c8f4c899d04d408510608883 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 20 Dec 2016 15:13:57 +0900 Subject: [PATCH 24/49] Revert "add debian 01_64-bit-data.patch" patch already is part of wmctrl_1.07-6.diff.gz we should really rebase against debian 1.07-7 This reverts commit d6374e7335b55c1a1764dcc866dcfe98acaa5dbc. --- wmctrl-debian-01_64-bit-data.patch | 32 ------------------------------ wmctrl.spec | 7 +------ 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 wmctrl-debian-01_64-bit-data.patch diff --git a/wmctrl-debian-01_64-bit-data.patch b/wmctrl-debian-01_64-bit-data.patch deleted file mode 100644 index 3ec1c91..0000000 --- a/wmctrl-debian-01_64-bit-data.patch +++ /dev/null @@ -1,32 +0,0 @@ -Description: Correct 64 Architecture implementation of 32 bit data -Author: Chris Donoghue -Bug-Debian: http://bugs.debian.org/362068 - ---- wmctrl-1.07.orig/main.c -+++ wmctrl-1.07/main.c -@@ -1425,6 +1425,16 @@ static gchar *get_property (Display *dis - * - * long_length = Specifies the length in 32-bit multiples of the - * data to be retrieved. -+ * -+ * NOTE: see -+ * http://mail.gnome.org/archives/wm-spec-list/2003-March/msg00067.html -+ * In particular: -+ * -+ * When the X window system was ported to 64-bit architectures, a -+ * rather peculiar design decision was made. 32-bit quantities such -+ * as Window IDs, atoms, etc, were kept as longs in the client side -+ * APIs, even when long was changed to 64 bits. -+ * - */ - if (XGetWindowProperty(disp, win, xa_prop_name, 0, MAX_PROPERTY_VALUE_LEN / 4, False, - xa_prop_type, &xa_ret_type, &ret_format, -@@ -1441,6 +1451,8 @@ static gchar *get_property (Display *dis - - /* null terminate the result to make string handling easier */ - tmp_size = (ret_format / 8) * ret_nitems; -+ /* Correct 64 Architecture implementation of 32 bit data */ -+ if(ret_format==32) tmp_size *= sizeof(long)/4; - ret = g_malloc(tmp_size + 1); - memcpy(ret, ret_prop, tmp_size); - ret[tmp_size] = '\0'; diff --git a/wmctrl.spec b/wmctrl.spec index 30fbdd0..6fc5dc2 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 20%{?dist} +Release: 19%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -12,7 +12,6 @@ BuildRequires: libXmu-devel BuildRequires: glib2-devel Patch0: http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz Patch1: wmctrl-sticky-workspace.patch -Patch2: wmctrl-debian-01_64-bit-data.patch %description The wmctrl program is a UNIX/Linux command line tool to interact with an @@ -30,7 +29,6 @@ application that is able to run a command in response to an event. %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build @@ -49,9 +47,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog -* Tue Dec 20 2016 Jens Petersen - 1.07-20 -- add an old 64bit long X patch from debian - * Fri Feb 05 2016 Fedora Release Engineering - 1.07-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From cc816891a9d8c83002674a67fa0f940c577d5752 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:28:10 +0000 Subject: [PATCH 25/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 6fc5dc2..65c6355 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.07-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 1.07-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 590d96e3fbf31a09607235e7bd75e96b6a243306 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:41:46 +0000 Subject: [PATCH 26/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 65c6355..26eb1ff 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.07-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.07-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From fa1bd49f61831cf73cef1e57e4ef275fe936f861 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:20:37 +0000 Subject: [PATCH 27/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 26eb1ff..4ef1b17 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.07-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.07-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 64b7727f283c6c024ac8cff3f7921a516e08c4a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:03:39 +0000 Subject: [PATCH 28/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 4ef1b17..b236873 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.07-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.07-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From ddf0fbd9bdc8206c2ab81ed304eafd51f49b9dfb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 19 Feb 2018 20:21:19 +0900 Subject: [PATCH 29/49] BR gcc --- wmctrl.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wmctrl.spec b/wmctrl.spec index b236873..c68d77f 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,15 +1,16 @@ Name: wmctrl Version: 1.07 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X License: GPLv2+ URL: http://sweb.cz/tripie/utils/wmctrl Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz -BuildRequires: xorg-x11-proto-devel -BuildRequires: libXmu-devel +BuildRequires: gcc BuildRequires: glib2-devel +BuildRequires: libXmu-devel +BuildRequires: xorg-x11-proto-devel Patch0: http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz Patch1: wmctrl-sticky-workspace.patch @@ -47,6 +48,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Mon Feb 19 2018 Jens Petersen - 1.07-24 +- BR gcc + * Fri Feb 09 2018 Fedora Release Engineering - 1.07-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 1bbbbb331b2e05cd4d226b7bc85a2054fd8004d6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:55:55 +0000 Subject: [PATCH 30/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index c68d77f..f6f226a 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -48,6 +48,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.07-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Feb 19 2018 Jens Petersen - 1.07-24 - BR gcc From 4d7ad28b79384c16d847bf6d4181ef19e6986d0d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH 31/49] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- wmctrl.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index f6f226a..6175152 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -3,7 +3,6 @@ Version: 1.07 Release: 25%{?dist} Summary: Command line tool to interact with an X Window Manager -Group: User Interface/X License: GPLv2+ URL: http://sweb.cz/tripie/utils/wmctrl Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz From 316412a45fa954c58a9c8c51a4ae2531d0dcf02e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:50:30 +0000 Subject: [PATCH 32/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 6175152..2586e54 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPLv2+ @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.07-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.07-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 42ddb3e922c347eb965672e0ab11bb272940242c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:36:45 +0000 Subject: [PATCH 33/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 2586e54..015c028 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPLv2+ @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.07-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.07-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 0591eeae654f4fe038c3371a094e9dee2f5daee1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:50:28 +0000 Subject: [PATCH 34/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 015c028..8ebdd25 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPLv2+ @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.07-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.07-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 19b36873d9f33b42894e6f4ea81396ea6abc7d2b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:15:00 +0000 Subject: [PATCH 35/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 8ebdd25..1219a0b 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPLv2+ @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.07-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 1.07-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 1eec3a09df964926b72faf1409529bf2bbc1ba07 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 00:58:42 +0000 Subject: [PATCH 36/49] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- wmctrl.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/wmctrl.spec b/wmctrl.spec index 1219a0b..19049ac 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -6,6 +6,7 @@ Summary: Command line tool to interact with an X Window Manager License: GPLv2+ URL: http://sweb.cz/tripie/utils/wmctrl Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz +BuildRequires: make BuildRequires: gcc BuildRequires: glib2-devel BuildRequires: libXmu-devel From f2a38c781581ac6a970336188aa5ef0acb09b30c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:36:12 +0000 Subject: [PATCH 37/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 19049ac..4ce0ad9 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPLv2+ @@ -48,6 +48,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.07-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.07-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From dbe5294a8b31cb3aefed74fea083fd2b9b628744 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:03:56 +0000 Subject: [PATCH 38/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 4ce0ad9..d6d8a96 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPLv2+ @@ -48,6 +48,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.07-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.07-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 786e1ca2c32e12add23896d9cb363e92a7a0f762 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:35:51 +0000 Subject: [PATCH 39/49] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index d6d8a96..8970f69 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPLv2+ @@ -48,6 +48,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.07-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.07-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 27421eb743c10cb87662fef4703e3a5df95208bc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:33:06 +0000 Subject: [PATCH 40/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 8970f69..0a2d832 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPLv2+ @@ -48,6 +48,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.07-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.07-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From f52d2d0328f70227ff98608a3882d3b9afc5206c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:55:39 +0000 Subject: [PATCH 41/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 0a2d832..0228cc7 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPLv2+ @@ -48,6 +48,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.07-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.07-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 13ef514cc78b3977bfde621fb42bee9f814a94be Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:18:34 +0000 Subject: [PATCH 42/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 0228cc7..b04dac6 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 34%{?dist} +Release: 35%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPLv2+ @@ -48,6 +48,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.07-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.07-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From bad8641a95c99aa1942de43b7fa3599409684801 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:00:31 +0000 Subject: [PATCH 43/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index b04dac6..fb7f9dd 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 35%{?dist} +Release: 36%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPLv2+ @@ -48,6 +48,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.07-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.07-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From fbd675fa484beea757f69e338d91b18ff5eee612 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Thu, 29 Feb 2024 14:03:05 +0530 Subject: [PATCH 44/49] Migrate to SPDX license expression --- wmctrl.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/wmctrl.spec b/wmctrl.spec index fb7f9dd..d04f55b 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,9 +1,11 @@ Name: wmctrl Version: 1.07 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Command line tool to interact with an X Window Manager -License: GPLv2+ +License: GPL-2.0-or-later +# URL and Source URL is dead now. +# New hosting can be used as https://github.com/Conservatory/wmctrl URL: http://sweb.cz/tripie/utils/wmctrl Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz BuildRequires: make @@ -27,9 +29,7 @@ application that is able to run a command in response to an event. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build @@ -38,16 +38,20 @@ make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=%{buildroot} %files -%doc AUTHORS COPYING README +%doc AUTHORS README +%license COPYING %{_bindir}/* %{_mandir}/man1/* %changelog +* Wed Feb 28 2024 Parag Nemade - 1.07-37 +- Migrate to SPDX license expression + * Sat Jan 27 2024 Fedora Release Engineering - 1.07-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 8935ac19aab108c604a4c6620738bc6213e77aae Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:28:17 +0000 Subject: [PATCH 45/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index d04f55b..3c8a07a 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 37%{?dist} +Release: 38%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPL-2.0-or-later @@ -49,6 +49,9 @@ make install DESTDIR=%{buildroot} %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.07-38 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Feb 28 2024 Parag Nemade - 1.07-37 - Migrate to SPDX license expression From eb5278f6c49a37b42a26a68b0899af970ddb0c49 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:10:20 +0000 Subject: [PATCH 46/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 3c8a07a..c8c02f4 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 38%{?dist} +Release: 39%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPL-2.0-or-later @@ -49,6 +49,9 @@ make install DESTDIR=%{buildroot} %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.07-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.07-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 778b8595f3026b6330e025f70664f6de4ef617c8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:29:56 +0000 Subject: [PATCH 47/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index c8c02f4..28e21d0 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 39%{?dist} +Release: 40%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPL-2.0-or-later @@ -49,6 +49,9 @@ make install DESTDIR=%{buildroot} %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.07-40 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.07-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 7b251eb1198da5a854dff6289914c0a9c0238a71 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:19:13 +0000 Subject: [PATCH 48/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index 28e21d0..fe2f418 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 40%{?dist} +Release: 41%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPL-2.0-or-later @@ -49,6 +49,9 @@ make install DESTDIR=%{buildroot} %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.07-41 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.07-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 77b5b8599c25240a8343d3c272e807ab1ea7c347 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:53:02 +0000 Subject: [PATCH 49/49] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wmctrl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmctrl.spec b/wmctrl.spec index fe2f418..ad389ac 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 41%{?dist} +Release: 42%{?dist} Summary: Command line tool to interact with an X Window Manager License: GPL-2.0-or-later @@ -49,6 +49,9 @@ make install DESTDIR=%{buildroot} %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.07-42 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.07-41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild