From 2ad28abdcb1ea97eeea5c09cc7f839ba3635fe01 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 29 Sep 2009 05:41:49 +0000 Subject: [PATCH 01/42] Initialize branch F-12 for numlockx --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 From b32e0302b800410e14ddd4996fcee57cd7cb6650 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:20:14 +0000 Subject: [PATCH 02/42] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 375ee8c..d546b82 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := numlockx 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 17d2ab82fcfa0848186a0a868bd889809e85229b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:25:30 +0000 Subject: [PATCH 03/42] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 375ee8c..d546b82 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := numlockx 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 17465eb1277739c6dd42423aea3bc5b356927d85 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 04:38:25 +0000 Subject: [PATCH 04/42] 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 d546b82..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: numlockx -# $Id$ -NAME := numlockx -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 06de2d2..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-12 From 834f61d43da3f511751e5f08ffba1d4cb844f7f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 04:38:27 +0000 Subject: [PATCH 05/42] 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 d546b82..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: numlockx -# $Id$ -NAME := numlockx -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 4a5c920d20d37abc7591da08dd307db571e0c98e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 19:19:24 -0600 Subject: [PATCH 06/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index e9e660e..06246fe 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.0 -Release: 16%{?dist} +Release: 17%{?dist} Summary: NumLockX turns on NumLock after starting X Group: Applications/System @@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS README LICENSE %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 1.0-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Sat Jul 25 2009 Fedora Release Engineering - 1.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 5ada86f1e0a1fbe0f624dec2703a47dc7eb43ff6 Mon Sep 17 00:00:00 2001 From: Rahul Date: Sat, 26 Mar 2011 21:39:13 +0530 Subject: [PATCH 07/42] New upstream release Update spec to match current guidelines Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- .gitignore | 2 ++ numlockx.sh | 0 numlockx.spec | 15 ++++++++------- sources | 3 ++- 4 files changed, 12 insertions(+), 8 deletions(-) mode change 100755 => 100644 numlockx.sh diff --git a/.gitignore b/.gitignore index 3f1d4c9..55e833c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ numlockx-1.0.tar.gz +/numlockx.sh +/numlockx-1.2.tar.gz diff --git a/numlockx.sh b/numlockx.sh old mode 100755 new mode 100644 diff --git a/numlockx.spec b/numlockx.spec index 06246fe..36dee9c 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,14 +1,13 @@ Name: numlockx -Version: 1.0 -Release: 17%{?dist} -Summary: NumLockX turns on NumLock after starting X +Version: 1.2 +Release: 1%{?dist} +Summary: Turns on NumLock after starting X Group: Applications/System License: MIT URL: http://ktown.kde.org/~seli/numlockx/ Source0: http://ktown.kde.org/~seli/numlockx/numlockx-%{version}.tar.gz -Source1: numlockx.sh -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source1: numlockx.sh BuildRequires: libX11-devel libXtst-devel libXext-devel libXt-devel imake Requires: xorg-x11-xinit @@ -30,8 +29,6 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh -%clean -rm -rf $RPM_BUILD_ROOT %files @@ -41,6 +38,10 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS README LICENSE %changelog +* Sat Mar 26 2011 Rahul Sundaram - 1.2-1 +- New upstream release +- Update spec to match current guidelines + * Tue Feb 08 2011 Fedora Release Engineering - 1.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index ddefa93..a8dfdc1 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -e6956c130f29d0099291281dc99f049b numlockx-1.0.tar.gz +be9109370447eae23f6f3f8527bb1a67 numlockx-1.2.tar.gz +5a95870207ce584636fb67efa8a65815 numlockx.sh From 17e031f8e4c88a16e8aad06d05db922e95abe947 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 05:20:18 -0600 Subject: [PATCH 08/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 36dee9c..d1ea5cc 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Sat Mar 26 2011 Rahul Sundaram - 1.2-1 - New upstream release - Update spec to match current guidelines From e13d1ab852ee3983bb931dc56a3e8e5e8c395313 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 20 Jul 2012 00:35:06 -0500 Subject: [PATCH 09/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index d1ea5cc..eef5313 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Fri Jul 20 2012 Fedora Release Engineering - 1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Fri Jan 13 2012 Fedora Release Engineering - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From fab70ae6d61d28b43edb7ac7b6b63ea4ec18c9ca Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 02:48:28 -0600 Subject: [PATCH 10/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index eef5313..ae2ce19 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Fri Jul 20 2012 Fedora Release Engineering - 1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 5acae08879ad8af45157db31ac7f6fca17f5362d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 3 Aug 2013 09:35:31 -0500 Subject: [PATCH 11/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index ae2ce19..2cdb428 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 1.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Thu Feb 14 2013 Fedora Release Engineering - 1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From d900fe005de42c2bdab41827808c58f04c6c0434 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 10:16:24 -0500 Subject: [PATCH 12/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 2cdb428..af843f6 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Aug 03 2013 Fedora Release Engineering - 1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From d939bd8486d56b1fb9c35137701f2920e62f0546 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 17 Aug 2014 12:29:27 +0000 Subject: [PATCH 13/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index af843f6..04515d5 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Sun Aug 17 2014 Fedora Release Engineering - 1.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 14a756b84872fd72e8d2f34227d797395c8c7802 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 23:26:37 +0000 Subject: [PATCH 14/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 04515d5..c0e5703 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 1.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Aug 17 2014 Fedora Release Engineering - 1.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From a914e987b0b5ad8bbed68d76b79a8454558db3b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 4 Feb 2016 10:59:18 +0000 Subject: [PATCH 15/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index c0e5703..00cd449 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 1.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 1.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 2781febb7a31ad5014d7bcebe09fd69f117c38fa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 00:23:34 +0000 Subject: [PATCH 16/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 00cd449..4e33f7f 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Thu Feb 04 2016 Fedora Release Engineering - 1.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 69833f54a1ad60f717e83c48071e01142221df2d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 01:20:55 +0000 Subject: [PATCH 17/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 4e33f7f..f09b9fc 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 9903385d6eef19adb59ceb55a6386651db5d2334 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 04:09:25 +0000 Subject: [PATCH 18/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index f09b9fc..1256f50 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From dff188ec52b4dc6d7fcc17d2d3e2edf505ef7234 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 8 Feb 2018 08:33:16 +0000 Subject: [PATCH 19/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 1256f50..d7283a4 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Thu Feb 08 2018 Fedora Release Engineering - 1.2-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 0b5723d38f20e6b4a6a691e3e5e85a295912b60d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:49 +0200 Subject: [PATCH 20/42] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- numlockx.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/numlockx.spec b/numlockx.spec index d7283a4..d2620f0 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -9,6 +9,7 @@ URL: http://ktown.kde.org/~seli/numlockx/ Source0: http://ktown.kde.org/~seli/numlockx/numlockx-%{version}.tar.gz Source1: numlockx.sh +BuildRequires: gcc BuildRequires: libX11-devel libXtst-devel libXext-devel libXt-devel imake Requires: xorg-x11-xinit From 65837492b5613a28f50f70d8dfccaf4e03c3d06a Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 02:12:47 -0500 Subject: [PATCH 21/42] Remove needless use of %defattr --- numlockx.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index d2620f0..f5cf769 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -33,7 +33,6 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %files -%defattr(-,root,root,-) %{_bindir}/numlockx %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %doc AUTHORS README LICENSE From 55838bbdff10bfa2508a401779e5cd0f774a178a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 14:34:09 +0000 Subject: [PATCH 22/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index f5cf769..e62f2d1 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Turns on NumLock after starting X Group: Applications/System @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.2-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Feb 08 2018 Fedora Release Engineering - 1.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From bcbd754aac2f9bf7f6febd8ff617e089328ba13e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:58 +0100 Subject: [PATCH 23/42] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- numlockx.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index e62f2d1..d217971 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -3,7 +3,6 @@ Version: 1.2 Release: 14%{?dist} Summary: Turns on NumLock after starting X -Group: Applications/System License: MIT URL: http://ktown.kde.org/~seli/numlockx/ Source0: http://ktown.kde.org/~seli/numlockx/numlockx-%{version}.tar.gz From d0ff8a8ec57ac7df5da0697e9afa225e250ba354 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 16:37:33 +0000 Subject: [PATCH 24/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index d217971..9cb1ea1 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -37,6 +37,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 1.2-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 1.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From c8c586b365135c57355e439dcb07cd4030f20a38 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 22:40:11 +0000 Subject: [PATCH 25/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 9cb1ea1..e1b40db 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -37,6 +37,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 1.2-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 1.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From f4f757019beba04ddbc8c6bb1127d6d2821fea45 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 14 Nov 2019 15:19:27 -0500 Subject: [PATCH 26/42] Drop unnecessary BuildRequires: imake --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index e1b40db..b92bbb9 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -9,7 +9,7 @@ Source0: http://ktown.kde.org/~seli/numlockx/numlockx-%{version}.tar.gz Source1: numlockx.sh BuildRequires: gcc -BuildRequires: libX11-devel libXtst-devel libXext-devel libXt-devel imake +BuildRequires: libX11-devel libXtst-devel libXext-devel libXt-devel Requires: xorg-x11-xinit %description @@ -37,6 +37,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Thu Nov 14 2019 Adam Jackson +- Drop unnecessary BuildRequires: imake + * Thu Jul 25 2019 Fedora Release Engineering - 1.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From a7b53d1b3fdc4a371de7196381109e96644d8e55 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 19:20:01 +0000 Subject: [PATCH 27/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index b92bbb9..bb668ff 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -37,6 +37,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 1.2-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Nov 14 2019 Adam Jackson - Drop unnecessary BuildRequires: imake From 1e1609566a9e94e05be617e5de1d65bd838f0450 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 11:58:39 +0000 Subject: [PATCH 28/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index bb668ff..30c25a7 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -37,6 +37,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.2-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jan 29 2020 Fedora Release Engineering - 1.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 8b2bde0d8f84e6f4ce6520d6ab850ccef6020c29 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 22 Aug 2020 09:09:49 -0600 Subject: [PATCH 29/42] Drop file from sources that is in git --- sources | 1 - 1 file changed, 1 deletion(-) diff --git a/sources b/sources index a8dfdc1..ac60e79 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ be9109370447eae23f6f3f8527bb1a67 numlockx-1.2.tar.gz -5a95870207ce584636fb67efa8a65815 numlockx.sh From e5a017204e90d8f2bb469315948b2167ad6fa176 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 7 Jan 2021 06:04:56 +0000 Subject: [PATCH 30/42] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- numlockx.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/numlockx.spec b/numlockx.spec index 30c25a7..c7f7303 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -8,6 +8,7 @@ URL: http://ktown.kde.org/~seli/numlockx/ Source0: http://ktown.kde.org/~seli/numlockx/numlockx-%{version}.tar.gz Source1: numlockx.sh +BuildRequires: make BuildRequires: gcc BuildRequires: libX11-devel libXtst-devel libXext-devel libXt-devel Requires: xorg-x11-xinit From f9aa233c23724ece586eaf53b4d973fa7de202d6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 21:46:47 +0000 Subject: [PATCH 31/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index c7f7303..52b1b21 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.2-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 1.2-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 12191cfb920762b25b97c112cf360e2d3a6a7bb9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 16:25:12 +0000 Subject: [PATCH 32/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 52b1b21..222a6a0 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 1.2-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 1.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From ee5a7eda88316641afd6a0c48d45e2e251ef22cb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 21:30:52 +0000 Subject: [PATCH 33/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 222a6a0..248d7a2 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 1.2-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 1.2-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 62af8d47e424f7811bfee7c3747fb01cec31692c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 00:55:53 +0000 Subject: [PATCH 34/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 248d7a2..5d83e05 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -38,6 +38,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %doc AUTHORS README LICENSE %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 1.2-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 1.2-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From f2f6aec9571a1aec2691bb58c9b011ba53745760 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Thu, 25 Aug 2022 23:32:18 +0200 Subject: [PATCH 35/42] Minor spec file modernization --- .gitignore | 3 +-- numlockx.spec | 15 +++++---------- sources | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 55e833c..7b84e6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -numlockx-1.0.tar.gz /numlockx.sh -/numlockx-1.2.tar.gz +/numlockx-*.tar.gz diff --git a/numlockx.spec b/numlockx.spec index 5d83e05..c3ff646 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -8,8 +8,7 @@ URL: http://ktown.kde.org/~seli/numlockx/ Source0: http://ktown.kde.org/~seli/numlockx/numlockx-%{version}.tar.gz Source1: numlockx.sh -BuildRequires: make -BuildRequires: gcc +BuildRequires: gcc make BuildRequires: libX11-devel libXtst-devel libXext-devel libXt-devel Requires: xorg-x11-xinit @@ -19,23 +18,19 @@ Requires: xorg-x11-xinit %prep %setup -q - %build %configure -make %{?_smp_mflags} - +%make_build %install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +%make_install install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh - - %files +%license LICENSE +%doc AUTHORS README %{_bindir}/numlockx %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh -%doc AUTHORS README LICENSE %changelog * Fri Jul 22 2022 Fedora Release Engineering - 1.2-22 diff --git a/sources b/sources index ac60e79..eb7d899 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be9109370447eae23f6f3f8527bb1a67 numlockx-1.2.tar.gz +SHA512 (numlockx-1.2.tar.gz) = efaaa67e8b2723cb1e8461dde664f1f8e9b21f34edfe2e1135a6b756fa2843aed1a386f2f9d70bd62ddae9aedfeeff856a18da8b542f2cff440f93b38e5a853e From 097fa3fe86eb682a7a232f224fa943f69752058b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 21:53:27 +0000 Subject: [PATCH 36/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index c3ff646..a53a7fc 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 1.2-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 1.2-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 50cc00d86ed8841d705293a6554a86d128827b7b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 17:00:02 +0000 Subject: [PATCH 37/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index a53a7fc..8072ec8 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 1.2-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jan 19 2023 Fedora Release Engineering - 1.2-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 76ceaa54a91f36e12a31b14f5e2dd9c273a64481 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 10:00:58 +0000 Subject: [PATCH 38/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 8072ec8..3951962 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 1.2-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jul 20 2023 Fedora Release Engineering - 1.2-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 76a59640c9cf995f8d298162e7756b7b9d479ab1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 09:29:56 +0000 Subject: [PATCH 39/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 3951962..fd79f6d 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 1.2-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 1.2-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f2909d71fca6cb360c39f4ddec3e269557a30f2e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 19:51:31 +0000 Subject: [PATCH 40/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index fd79f6d..139b3f4 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 1.2-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 1.2-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c315c01da0f955fc3802267dffd1823868623db4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 20:30:45 +0000 Subject: [PATCH 41/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 139b3f4..8bc53f8 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 1.2-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 1.2-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c92fd452c13e0bb1b063870aa48475b39a9e93c1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 23:01:36 +0000 Subject: [PATCH 42/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- numlockx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numlockx.spec b/numlockx.spec index 8bc53f8..ca6234f 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.2 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Turns on NumLock after starting X License: MIT @@ -33,6 +33,9 @@ install -p -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/numlo %{_sysconfdir}/X11/xinit/xinitrc.d/numlockx.sh %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1.2-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 1.2-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild