From ce95dcf736937b2230a78ab7f7f2202911e1bcf2 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sat, 21 Mar 2015 21:57:27 +0100 Subject: [PATCH 01/60] updated to 5.46 --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c14d9ed..9baca58 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.41.tar.bz2 /xlockmore-5.43.tar.bz2 /xlockmore-5.45.tar.bz2 +/xlockmore-5.46.tar.xz diff --git a/sources b/sources index ef8fa76..e067da8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd4d98d4ce2b836cf930a68c9146522b xlockmore-5.45.tar.bz2 +068b9c2bfbcdd02461edbac4d729cd27 xlockmore-5.46.tar.xz diff --git a/xlockmore.spec b/xlockmore.spec index c732192..6cae043 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,11 +1,11 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.45 +Version: 5.46 Release: 1%{?dist} License: BSD Group: Amusements/Graphics URL: http://www.tux.org/~bagleyd/xlockmore.html -Source0: http://www.tux.org/~bagleyd/xlock/xlockmore-%{version}/xlockmore-%{version}.tar.bz2 +Source0: http://www.tux.org/~bagleyd/xlock/xlockmore-%{version}.tar.xz Patch0: xlockmore-5.40-fix_exitcode.patch BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Mar 21 2015 Adrian Reber - 5.46-1 +- updated to 5.46 + * Wed Jan 15 2015 Adrian Reber - 5.45-1 - updated to 5.45 From 5229a4427e57beace69b781e96bc2b09c6e160cc Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 18:43:24 +0200 Subject: [PATCH 02/60] Rebuilt for GCC 5 C++11 ABI change --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 6cae043..c9e0899 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.46 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Amusements/Graphics URL: http://www.tux.org/~bagleyd/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat May 02 2015 Kalev Lember - 5.46-2 +- Rebuilt for GCC 5 C++11 ABI change + * Sat Mar 21 2015 Adrian Reber - 5.46-1 - updated to 5.46 From def3084dbe1e1b057b481e46e0ef1eb5717be51b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:06:05 +0000 Subject: [PATCH 03/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index c9e0899..1dcc9d5 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.46 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: Amusements/Graphics URL: http://www.tux.org/~bagleyd/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 5.46-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat May 02 2015 Kalev Lember - 5.46-2 - Rebuilt for GCC 5 C++11 ABI change From b995155118190a36b7ed7c3b8999c609710b4f6a Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 6 Oct 2015 14:31:13 +0200 Subject: [PATCH 04/60] link against openmotif instead of lesstif - fixed a changelog date --- xlockmore.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/xlockmore.spec b/xlockmore.spec index 1dcc9d5..75df57f 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.46 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: Amusements/Graphics URL: http://www.tux.org/~bagleyd/xlockmore.html @@ -10,7 +10,7 @@ Patch0: xlockmore-5.40-fix_exitcode.patch BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel BuildRequires: desktop-file-utils libXdmcp-devel -BuildRequires: lesstif-devel gtk2-devel +BuildRequires: motif-devel gtk2-devel BuildRequires: libXau-devel %if 0%{?rhel} Requires: gnome-icon-theme @@ -104,6 +104,10 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Tue Oct 06 2015 Adrian Reber - 5.46-4 +- link against openmotif instead of lesstif +- fixed a changelog date + * Fri Jun 19 2015 Fedora Release Engineering - 5.46-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild @@ -113,7 +117,7 @@ desktop-file-install \ * Sat Mar 21 2015 Adrian Reber - 5.46-1 - updated to 5.46 -* Wed Jan 15 2015 Adrian Reber - 5.45-1 +* Thu Jan 15 2015 Adrian Reber - 5.45-1 - updated to 5.45 * Mon Aug 18 2014 Fedora Release Engineering - 5.43-6 From 44213d52cbbcd8fb0830dd6c77cce6b1efcab618 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:33:58 +0000 Subject: [PATCH 05/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 75df57f..4bcfb34 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.46 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Amusements/Graphics URL: http://www.tux.org/~bagleyd/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 5.46-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Oct 06 2015 Adrian Reber - 5.46-4 - link against openmotif instead of lesstif - fixed a changelog date From 8431ca8fcb1372bb3e8f9a4718832f864d149e5b Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 23 May 2016 14:33:14 +0200 Subject: [PATCH 06/60] updated to 5.47 --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9baca58..e3ba0f5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.43.tar.bz2 /xlockmore-5.45.tar.bz2 /xlockmore-5.46.tar.xz +/xlockmore-5.47.tar.xz diff --git a/sources b/sources index e067da8..0dae23e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -068b9c2bfbcdd02461edbac4d729cd27 xlockmore-5.46.tar.xz +d059df32d1673ce5a434a98a49606f3b xlockmore-5.47.tar.xz diff --git a/xlockmore.spec b/xlockmore.spec index 4bcfb34..0003685 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.46 -Release: 5%{?dist} +Version: 5.47 +Release: 1%{?dist} License: BSD Group: Amusements/Graphics URL: http://www.tux.org/~bagleyd/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Mon May 23 2016 Adrian Reber - 5.47-1 +- updated to 5.47 + * Fri Feb 05 2016 Fedora Release Engineering - 5.46-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 5defdc857e53f26ef8fe253f5d09756db5a802e6 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sun, 11 Dec 2016 21:49:09 +0100 Subject: [PATCH 07/60] updated to 5.49 --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e3ba0f5..18b2a74 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.45.tar.bz2 /xlockmore-5.46.tar.xz /xlockmore-5.47.tar.xz +/xlockmore-5.49.tar.xz diff --git a/sources b/sources index 0dae23e..68eb8c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d059df32d1673ce5a434a98a49606f3b xlockmore-5.47.tar.xz +a8b6005304ea442982eabeecc8acfcb2 xlockmore-5.49.tar.xz diff --git a/xlockmore.spec b/xlockmore.spec index 0003685..e6ee6b4 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,11 +1,11 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.47 +Version: 5.49 Release: 1%{?dist} License: BSD Group: Amusements/Graphics -URL: http://www.tux.org/~bagleyd/xlockmore.html -Source0: http://www.tux.org/~bagleyd/xlock/xlockmore-%{version}.tar.xz +URL: http://sillycycle.com/xlockmore.html +Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz Patch0: xlockmore-5.40-fix_exitcode.patch BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sun Dec 11 2016 Adrian Reber - 5.49-1 +- updated to 5.49 + * Mon May 23 2016 Adrian Reber - 5.47-1 - updated to 5.47 From e49e2a1d63233ad7ebbfd7c7001f21d7f977e4c5 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 12 Dec 2016 08:28:51 +0100 Subject: [PATCH 08/60] re-uploaded sources for new hash --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index 68eb8c3..203321c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a8b6005304ea442982eabeecc8acfcb2 xlockmore-5.49.tar.xz +SHA512 (xlockmore-5.49.tar.xz) = 5e9b5c7e14926204d5c92d1a08d3194a3f6b376fea131488dcdd8b5139a526c2879ef6c985335669adb24eb1019e9155243268b818153cd61f623d1d09d72da0 From b6f55417dca5927a09caf0c9720fd5b50a9cb178 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 12 Dec 2016 21:12:28 +0100 Subject: [PATCH 09/60] rebuilt --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index e6ee6b4..b1bb51f 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.49 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Mon Dec 12 2016 Adrian Reber - 5.49-2 +- rebuilt + * Sun Dec 11 2016 Adrian Reber - 5.49-1 - updated to 5.49 From 41005fb8141846d9a964b347ace6b06e3d300dde Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:55:22 +0000 Subject: [PATCH 10/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index b1bb51f..98c4dec 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.49 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 5.49-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Mon Dec 12 2016 Adrian Reber - 5.49-2 - rebuilt From 6d2203de7d62417f7d244313ef7bdc52d7267f62 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 16 Mar 2017 15:24:45 +0100 Subject: [PATCH 11/60] updated to 5.51 --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 18b2a74..a3c354a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.46.tar.xz /xlockmore-5.47.tar.xz /xlockmore-5.49.tar.xz +/xlockmore-5.51.tar.xz diff --git a/sources b/sources index 203321c..459ce23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.49.tar.xz) = 5e9b5c7e14926204d5c92d1a08d3194a3f6b376fea131488dcdd8b5139a526c2879ef6c985335669adb24eb1019e9155243268b818153cd61f623d1d09d72da0 +SHA512 (xlockmore-5.51.tar.xz) = a9fa83677203dca95b9ba1d43058ddefccb8a2d50adb7c20bb05ac96d87a3f871e4ec63d95923e4ead29cd871c32846ceff03ad9574734fa5d1d062b2c116959 diff --git a/xlockmore.spec b/xlockmore.spec index 98c4dec..56b380d 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.49 -Release: 3%{?dist} +Version: 5.51 +Release: 1%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Thu Mar 16 2017 Adrian Reber - 5.51-1 +- updated to 5.51 + * Sat Feb 11 2017 Fedora Release Engineering - 5.49-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 73e6c492bf0d61813727b6a21164610741ada187 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 25 Apr 2017 16:22:24 +0200 Subject: [PATCH 12/60] updated to 5.53 --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a3c354a..abde956 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.47.tar.xz /xlockmore-5.49.tar.xz /xlockmore-5.51.tar.xz +/xlockmore-5.53.tar.xz diff --git a/sources b/sources index 459ce23..11711d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.51.tar.xz) = a9fa83677203dca95b9ba1d43058ddefccb8a2d50adb7c20bb05ac96d87a3f871e4ec63d95923e4ead29cd871c32846ceff03ad9574734fa5d1d062b2c116959 +SHA512 (xlockmore-5.53.tar.xz) = 5a03a6f444e34e1f677c14ae91f77d8cbac3abab9b25278cb00094e79d4ee8e34b593367f828fe3e9687a5dca952ebb14b3d29e3e73279530543f1963b41e5b6 diff --git a/xlockmore.spec b/xlockmore.spec index 56b380d..2d0cf4c 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,6 +1,6 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.51 +Version: 5.53 Release: 1%{?dist} License: BSD Group: Amusements/Graphics @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Tue Apr 25 2017 Adrian Reber - 5.53-1 +- updated to 5.53 + * Thu Mar 16 2017 Adrian Reber - 5.51-1 - updated to 5.51 From fa222599e89ff781e517a50392779602340132cd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:11:16 +0000 Subject: [PATCH 13/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 2d0cf4c..c755874 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.53 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 5.53-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Tue Apr 25 2017 Adrian Reber - 5.53-1 - updated to 5.53 From c56f57dc3156fe7030805882cb982c06d6752ee4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:45:55 +0000 Subject: [PATCH 14/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index c755874..4eef7be 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.53 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 5.53-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 5.53-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 60fd9ed4135ee7dac1751f5a7d245474ee7f8f8b Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 10 Aug 2017 14:40:54 +0200 Subject: [PATCH 15/60] updated to 5.55 --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index abde956..bfe60dd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.49.tar.xz /xlockmore-5.51.tar.xz /xlockmore-5.53.tar.xz +/xlockmore-5.55.tar.xz diff --git a/sources b/sources index 11711d3..1fe42b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.53.tar.xz) = 5a03a6f444e34e1f677c14ae91f77d8cbac3abab9b25278cb00094e79d4ee8e34b593367f828fe3e9687a5dca952ebb14b3d29e3e73279530543f1963b41e5b6 +SHA512 (xlockmore-5.55.tar.xz) = b6d322bbfbf5710c0fb94da6ee894902fe6c2c87f949c80a27f7924c26a20ede5a3bc40a085c00d4a41dae450c862edaa4d50f716bf3041668d89c7c1d8b4902 diff --git a/xlockmore.spec b/xlockmore.spec index 4eef7be..8d585cc 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.53 -Release: 3%{?dist} +Version: 5.55 +Release: 1%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Thu Aug 10 2017 Adrian Reber - 5.55-1 +- updated to 5.55 + * Thu Aug 03 2017 Fedora Release Engineering - 5.53-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 266045c178fdad1b4618311f4aa3c8a2c71aad1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 20 Jan 2018 23:08:44 +0100 Subject: [PATCH 16/60] Rebuilt for switch to libxcrypt --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 8d585cc..af13988 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.55 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Jan 20 2018 Björn Esser - 5.55-2 +- Rebuilt for switch to libxcrypt + * Thu Aug 10 2017 Adrian Reber - 5.55-1 - updated to 5.55 From 076fc1a1780210b70ecaa8093699c475f6f64e34 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:44:13 +0000 Subject: [PATCH 17/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index af13988..9d0fca7 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.55 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html @@ -104,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 5.55-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Sat Jan 20 2018 Björn Esser - 5.55-2 - Rebuilt for switch to libxcrypt From c297d1d1a909c339ef60dcdf259e7400dc5e2c98 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:54 +0200 Subject: [PATCH 18/60] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- xlockmore.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xlockmore.spec b/xlockmore.spec index 9d0fca7..3c7670d 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -7,6 +7,7 @@ Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz Patch0: xlockmore-5.40-fix_exitcode.patch +BuildRequires: gcc BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel BuildRequires: desktop-file-utils libXdmcp-devel From abf13f3a55b25a5125ee4497dabf2257f12242b7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:21:38 +0000 Subject: [PATCH 19/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 3c7670d..1c76679 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.55 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html @@ -105,6 +105,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 5.55-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 5.55-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From b995dae8096b2205232db18af006bc120e06c220 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 18 Jul 2018 21:40:22 +0200 Subject: [PATCH 20/60] Added BR: gcc-c++ Signed-off-by: Adrian Reber --- xlockmore.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xlockmore.spec b/xlockmore.spec index 1c76679..c0bbc2a 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,13 +1,13 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.55 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz Patch0: xlockmore-5.40-fix_exitcode.patch -BuildRequires: gcc +BuildRequires: gcc gcc-c++ BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel BuildRequires: desktop-file-utils libXdmcp-devel @@ -105,6 +105,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Wed Jul 18 2018 Adrian Reber - 5.55-5 +- Added BR: gcc-c++ + * Sat Jul 14 2018 Fedora Release Engineering - 5.55-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 527a6db65875738bc12a67e9d374fc145e8d6041 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 18 Jul 2018 22:44:47 +0200 Subject: [PATCH 21/60] remove unused patch from repository Signed-off-by: Adrian Reber --- patch-modes_dclock.patch | 53 ---------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 patch-modes_dclock.patch diff --git a/patch-modes_dclock.patch b/patch-modes_dclock.patch deleted file mode 100644 index e4fa9a4..0000000 --- a/patch-modes_dclock.patch +++ /dev/null @@ -1,53 +0,0 @@ ---- modes/dclock.c.orig 2012-01-23 13:19:21.000000000 +0000 -+++ modes/dclock.c -@@ -376,11 +376,11 @@ static dclockstruct *dclocks = (dclockst - extern char *message; - - static unsigned long --timeAtLastNewYear(long timeNow) -+timeAtLastNewYear(time_t timeNow) - { - struct tm *t; - -- t = localtime((const time_t *) &timeNow); -+ t = localtime(&timeNow); - return (unsigned long)(t->tm_year); - } - -@@ -420,7 +420,7 @@ convert(double x, char *string) - } - - static void --dayhrminsec(long timeCount, int tzoffset, char *string) -+dayhrminsec(time_t timeCount, int tzoffset, char *string) - { - int days, hours, minutes, secs; - int bufsize, i; -@@ -675,7 +675,7 @@ drawDclock(ModeInfo * mi) - "%a %b %d %Y", localtime(&(dp->timeold))); - } - } else { -- long timeNow, timeLocal; -+ time_t timeNow, timeLocal; - timeNow = seconds(); - timeLocal = timeNow + dp->tzoffset; - -@@ -950,7 +950,7 @@ init_dclock(ModeInfo * mi) - { - Display *display = MI_DISPLAY(mi); - dclockstruct *dp; -- long timeNow, timeLocal; -+ time_t timeNow, timeLocal; - int i, j; - - if (dclocks == NULL) { -@@ -1252,7 +1252,7 @@ defined(MODE_dclock_mayan) - dayhrminsec(MAYAN_TIME_START - timeLocal, dp->tzoffset, dp->strnew[1]); - dp->strpta[1] = dp->strnew[1]; - } else { -- struct tm *t = localtime((const time_t *) &timeLocal); -+ struct tm *t = localtime(&timeLocal); - - if (dp->time24) - (void) strftime(dp->strnew[0], STRSIZE, "%H:%M:%S", t); - From 833f0ce0e3e056aca8d613bea45620802d22c9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 14 Jan 2019 19:19:39 +0100 Subject: [PATCH 22/60] Rebuilt for libcrypt.so.2 (#1666033) --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index c0bbc2a..f9d2de1 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.55 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html @@ -105,6 +105,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Mon Jan 14 2019 Björn Esser - 5.55-6 +- Rebuilt for libcrypt.so.2 (#1666033) + * Wed Jul 18 2018 Adrian Reber - 5.55-5 - Added BR: gcc-c++ From e3162aab62a8c8a9497b83ce94e99d0319cb6aa0 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 15 Jan 2019 08:55:34 +0100 Subject: [PATCH 23/60] Updated to 5.56 --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bfe60dd..8b901a3 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.51.tar.xz /xlockmore-5.53.tar.xz /xlockmore-5.55.tar.xz +/xlockmore-5.56.tar.xz diff --git a/sources b/sources index 1fe42b7..7f12081 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.55.tar.xz) = b6d322bbfbf5710c0fb94da6ee894902fe6c2c87f949c80a27f7924c26a20ede5a3bc40a085c00d4a41dae450c862edaa4d50f716bf3041668d89c7c1d8b4902 +SHA512 (xlockmore-5.56.tar.xz) = 1ae5cde5d0167897229e9cb8ebd15e26fdeadc9b0e2d221e6334980f23403385bf1adbd44a955b455e3ecdf8b02b18b0e06273d8dc566b17ac3692ee5ae44f4d diff --git a/xlockmore.spec b/xlockmore.spec index f9d2de1..3d26d08 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.55 -Release: 6%{?dist} +Version: 5.56 +Release: 1%{?dist} License: BSD Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html @@ -105,6 +105,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Tue Jan 15 2019 Adrian Reber - 5.56-1 +- Updated to 5.56 + * Mon Jan 14 2019 Björn Esser - 5.55-6 - Rebuilt for libcrypt.so.2 (#1666033) From dbc74b43bbc6d6d38c92d63c6ff062a91d281830 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:31 +0100 Subject: [PATCH 24/60] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xlockmore.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/xlockmore.spec b/xlockmore.spec index 3d26d08..2969a4f 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -3,7 +3,6 @@ Name: xlockmore Version: 5.56 Release: 1%{?dist} License: BSD -Group: Amusements/Graphics URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz Patch0: xlockmore-5.40-fix_exitcode.patch @@ -23,7 +22,6 @@ Requires: gnome-icon-theme-legacy Locks the local X display until a password is entered. %package motif -Group: Amusements/Graphics Summary: Motif based frontend for xlockmore Requires: %{name} = %{version}-%{release} @@ -31,7 +29,6 @@ Requires: %{name} = %{version}-%{release} Motif based frontend for xlockmore. %package gtk -Group: Amusements/Graphics Summary: GTK based frontend for xlockmore Requires: %{name} = %{version}-%{release} From 8dd2c8e973db9d45d754c4a6e584a62a9fae4909 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:30:17 +0000 Subject: [PATCH 25/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 2969a4f..09fcef1 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.56 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -102,6 +102,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 5.56-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Jan 15 2019 Adrian Reber - 5.56-1 - Updated to 5.56 From 8ff674d3d44992e37e34168341f4558d8695c0b9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:18:01 +0000 Subject: [PATCH 26/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 09fcef1..eb0548d 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.56 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -102,6 +102,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 5.56-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 5.56-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From d6e05fc4a81c6d8e06e04bc0f09fe73f6ad8e15a Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sat, 5 Oct 2019 11:19:00 +0200 Subject: [PATCH 27/60] Updated to 5.59 --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b901a3..4930622 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.53.tar.xz /xlockmore-5.55.tar.xz /xlockmore-5.56.tar.xz +/xlockmore-5.59.tar.xz diff --git a/sources b/sources index 7f12081..d5ab19f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.56.tar.xz) = 1ae5cde5d0167897229e9cb8ebd15e26fdeadc9b0e2d221e6334980f23403385bf1adbd44a955b455e3ecdf8b02b18b0e06273d8dc566b17ac3692ee5ae44f4d +SHA512 (xlockmore-5.59.tar.xz) = 02758869ba597ef32ed1e594fa88141644264bbbc8edfe9ae8742a4508fa3e38d059c9ffbb9fa9bcc323b92e1763f96c8b6d054494849df465a08bc6be71bf33 diff --git a/xlockmore.spec b/xlockmore.spec index eb0548d..44b74a1 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.56 -Release: 3%{?dist} +Version: 5.59 +Release: 1%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -102,6 +102,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Oct 05 2019 Adrian Reber - 5.59-1 +- Updated to 5.59 + * Sat Jul 27 2019 Fedora Release Engineering - 5.56-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 3d32c64d3fb13857f676349333ed4585206daece Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 5 Dec 2019 10:27:22 +0100 Subject: [PATCH 28/60] Updated to 5.60 (#1762984) --- .gitignore | 1 + gltrackball_init.patch | 11 +++++++++++ sources | 2 +- xlockmore.spec | 7 ++++++- 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 gltrackball_init.patch diff --git a/.gitignore b/.gitignore index 4930622..39889e2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.55.tar.xz /xlockmore-5.56.tar.xz /xlockmore-5.59.tar.xz +/xlockmore-5.60.tar.xz diff --git a/gltrackball_init.patch b/gltrackball_init.patch new file mode 100644 index 0000000..fd60fb6 --- /dev/null +++ b/gltrackball_init.patch @@ -0,0 +1,11 @@ +--- modes/glx/juggler3d.c.org 2019-12-05 10:09:39.525726110 +0100 ++++ modes/glx/juggler3d.c 2019-12-05 10:10:10.891029850 +0100 +@@ -2729,7 +2729,7 @@ + double spin_accel = 0.05; + sp->rot = make_rotator (0, spin_speed, 0, + spin_accel, wander_speed, False); +- sp->trackball = gltrackball_init (); ++ sp->trackball = gltrackball_init (True); + } + + if (only && *only && strcmp(only, " ")) { diff --git a/sources b/sources index d5ab19f..139365e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.59.tar.xz) = 02758869ba597ef32ed1e594fa88141644264bbbc8edfe9ae8742a4508fa3e38d059c9ffbb9fa9bcc323b92e1763f96c8b6d054494849df465a08bc6be71bf33 +SHA512 (xlockmore-5.60.tar.xz) = 1104aa65564a2eb45b461f738c30410ce1e9fbf3c2292b21228e1e6d05d7820c613129d34df6a0352579370297e404be9d0d0d4a4aa021d5b527300b638e73ce diff --git a/xlockmore.spec b/xlockmore.spec index 44b74a1..3f28cbf 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,11 +1,12 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.59 +Version: 5.60 Release: 1%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz Patch0: xlockmore-5.40-fix_exitcode.patch +Patch1: gltrackball_init.patch BuildRequires: gcc gcc-c++ BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -38,6 +39,7 @@ GTK based frontend for xlockmore. %prep %setup -q %patch0 +%patch1 %{__sed} -i -e "s,/lib,/%{_lib},g;s,-Wno-format,,g;" configure @@ -102,6 +104,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Thu Dec 05 2019 Adrian Reber - 5.60-1 +- Updated to 5.60 (#1762984) + * Sat Oct 05 2019 Adrian Reber - 5.59-1 - Updated to 5.59 From ec33c8e1e09bbbb185c35e613265cc65b6797311 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 17 Dec 2019 08:13:08 +0100 Subject: [PATCH 29/60] Updated to 5.61 (#1762984) All patches have been upstreamed Signed-off-by: Adrian Reber --- .gitignore | 1 + gltrackball_init.patch | 11 ---------- sources | 2 +- xlockmore-5.40-fix_exitcode.patch | 34 ------------------------------- xlockmore.spec | 10 ++++----- 5 files changed, 7 insertions(+), 51 deletions(-) delete mode 100644 gltrackball_init.patch delete mode 100644 xlockmore-5.40-fix_exitcode.patch diff --git a/.gitignore b/.gitignore index 39889e2..24eb40c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.56.tar.xz /xlockmore-5.59.tar.xz /xlockmore-5.60.tar.xz +/xlockmore-5.61.tar.xz diff --git a/gltrackball_init.patch b/gltrackball_init.patch deleted file mode 100644 index fd60fb6..0000000 --- a/gltrackball_init.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- modes/glx/juggler3d.c.org 2019-12-05 10:09:39.525726110 +0100 -+++ modes/glx/juggler3d.c 2019-12-05 10:10:10.891029850 +0100 -@@ -2729,7 +2729,7 @@ - double spin_accel = 0.05; - sp->rot = make_rotator (0, spin_speed, 0, - spin_accel, wander_speed, False); -- sp->trackball = gltrackball_init (); -+ sp->trackball = gltrackball_init (True); - } - - if (only && *only && strcmp(only, " ")) { diff --git a/sources b/sources index 139365e..b72b151 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.60.tar.xz) = 1104aa65564a2eb45b461f738c30410ce1e9fbf3c2292b21228e1e6d05d7820c613129d34df6a0352579370297e404be9d0d0d4a4aa021d5b527300b638e73ce +SHA512 (xlockmore-5.61.tar.xz) = be64b3dc22f1c0c310ed4a085fcaf9f7ed96c5d2a97f3359966201df54fc5acfc3e5d94cb0616a28a217e0cc6954f9a519198c238e40202263a7c03438771a7d diff --git a/xlockmore-5.40-fix_exitcode.patch b/xlockmore-5.40-fix_exitcode.patch deleted file mode 100644 index 75337cf..0000000 --- a/xlockmore-5.40-fix_exitcode.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- xlock/xlock.c 2011-05-24 03:53:46.000000000 +0200 -+++ xlock/xlock.c 2012-11-19 12:47:42.592261929 +0100 -@@ -1052,6 +1052,7 @@ syslogStop(char *displayName) - #endif - - char error_buf[ERROR_BUF]; -+static int error_exitcode = 1; - - void - error(const char *buf) -@@ -1068,7 +1069,14 @@ error(const char *buf) - #else - (void) fprintf(stderr, "%s", buf); - #endif -- exit(1); -+ if (error_exitcode < 0) { -+ int sig = -error_exitcode; -+ signal(sig, SIG_DFL); -+ raise(sig); -+ /* We are still alive?? */ -+ error_exitcode = sig + 128; -+ } -+ exit(error_exitcode); - } - - /* Server access control support. */ -@@ -2946,6 +2954,7 @@ sigcatch(int signum) - ProgramName: DEFAULT_NAME, signum, - (strlen(ProgramName) + strlen(name) < - ERROR_BUF - 2 * ERROR_LINE) ? name: "?", (long) getuid()); -+ error_exitcode = -signum; - error(error_buf); - #endif /* !WIN32 */ - } diff --git a/xlockmore.spec b/xlockmore.spec index 3f28cbf..1e4196f 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,12 +1,10 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.60 +Version: 5.61 Release: 1%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz -Patch0: xlockmore-5.40-fix_exitcode.patch -Patch1: gltrackball_init.patch BuildRequires: gcc gcc-c++ BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -38,8 +36,6 @@ GTK based frontend for xlockmore. %prep %setup -q -%patch0 -%patch1 %{__sed} -i -e "s,/lib,/%{_lib},g;s,-Wno-format,,g;" configure @@ -104,6 +100,10 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Tue Dec 17 2019 Adrian Reber - 5.61-1 +- Updated to 5.61 (#1762984) +- All patches have been upstreamed + * Thu Dec 05 2019 Adrian Reber - 5.60-1 - Updated to 5.60 (#1762984) From b2a3d5d219b263faf5115cfa4d7d2ea970851034 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:33:44 +0000 Subject: [PATCH 30/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 1e4196f..08fc8c0 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.61 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -100,6 +100,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 5.61-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Dec 17 2019 Adrian Reber - 5.61-1 - Updated to 5.61 (#1762984) - All patches have been upstreamed From 26bc8a546db6d411b848ef40d058f6b8f3a8298d Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 11 May 2020 11:58:04 +0200 Subject: [PATCH 31/60] Updated to 5.63 (#1795091) --- .gitignore | 1 + sources | 2 +- xlockmore.gcc10.patch | 11 +++++++++++ xlockmore.spec | 9 +++++++-- 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 xlockmore.gcc10.patch diff --git a/.gitignore b/.gitignore index 24eb40c..a8032ae 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.59.tar.xz /xlockmore-5.60.tar.xz /xlockmore-5.61.tar.xz +/xlockmore-5.63.tar.xz diff --git a/sources b/sources index b72b151..534a550 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.61.tar.xz) = be64b3dc22f1c0c310ed4a085fcaf9f7ed96c5d2a97f3359966201df54fc5acfc3e5d94cb0616a28a217e0cc6954f9a519198c238e40202263a7c03438771a7d +SHA512 (xlockmore-5.63.tar.xz) = 0b067ced9afe0c5498f0b1e19bf163b0363bbb4bc2bc2007c1c0416328cdc2d528d664b122ef68322c38f2bcc37a15665b31ee6e8ce2369bad9e50528b93a047 diff --git a/xlockmore.gcc10.patch b/xlockmore.gcc10.patch new file mode 100644 index 0000000..8fb78c2 --- /dev/null +++ b/xlockmore.gcc10.patch @@ -0,0 +1,11 @@ +--- xlock/ras.c.orig 2020-05-11 12:03:29.883538060 +0200 ++++ xlock/ras.c 2020-05-11 12:04:22.554412219 +0200 +@@ -23,8 +23,6 @@ + #include "ras.h" + #include + +-XLockImage xlockimage; +- + static unsigned long get_long(int n); + + static void diff --git a/xlockmore.spec b/xlockmore.spec index 08fc8c0..01a0e7a 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,10 +1,11 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.61 -Release: 2%{?dist} +Version: 5.63 +Release: 1%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz +Patch0: xlockmore.gcc10.patch BuildRequires: gcc gcc-c++ BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -36,6 +37,7 @@ GTK based frontend for xlockmore. %prep %setup -q +%patch0 -p0 %{__sed} -i -e "s,/lib,/%{_lib},g;s,-Wno-format,,g;" configure @@ -100,6 +102,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Mon May 11 2020 Adrian Reber - 5.63-1 +- Updated to 5.63 (#1795091) + * Fri Jan 31 2020 Fedora Release Engineering - 5.61-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 63fa085ec7ece1dd035a73045489ac7686e6d69f Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 11 May 2020 12:42:18 +0200 Subject: [PATCH 32/60] Fix gcc10 patch Signed-off-by: Adrian Reber --- xlockmore.gcc10.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xlockmore.gcc10.patch b/xlockmore.gcc10.patch index 8fb78c2..ca45efe 100644 --- a/xlockmore.gcc10.patch +++ b/xlockmore.gcc10.patch @@ -1,11 +1,11 @@ ---- xlock/ras.c.orig 2020-05-11 12:03:29.883538060 +0200 -+++ xlock/ras.c 2020-05-11 12:04:22.554412219 +0200 +--- xlock/magick.c.orig 2020-05-11 12:40:40.168040513 +0200 ++++ xlock/magick.c 2020-05-11 12:40:49.502181822 +0200 @@ -23,8 +23,6 @@ - #include "ras.h" - #include + #undef inline + #include "magick.h" -XLockImage xlockimage; - - static unsigned long get_long(int n); - - static void + int + MagickFileToImage(ModeInfo * mi, char *filename, XImage ** image , + Colormap m_cmap ) From 02c34ab47a44c83544fbb07c20a131404108f8b1 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sun, 14 Jun 2020 13:16:16 +0200 Subject: [PATCH 33/60] Updated to 5.64 --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 ++++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a8032ae..7d19b61 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.60.tar.xz /xlockmore-5.61.tar.xz /xlockmore-5.63.tar.xz +/xlockmore-5.64.tar.xz diff --git a/sources b/sources index 534a550..8c291be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.63.tar.xz) = 0b067ced9afe0c5498f0b1e19bf163b0363bbb4bc2bc2007c1c0416328cdc2d528d664b122ef68322c38f2bcc37a15665b31ee6e8ce2369bad9e50528b93a047 +SHA512 (xlockmore-5.64.tar.xz) = 4946e8e9f895c0433c09e1cd639389d26020a764d62b08b329ce5d9e5de4bb6438f024639b2068c94f21cb0ebb5a6f94dffff6f606c6c3e2372a5102768e7f39 diff --git a/xlockmore.spec b/xlockmore.spec index 01a0e7a..e297561 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,11 +1,10 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.63 +Version: 5.64 Release: 1%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz -Patch0: xlockmore.gcc10.patch BuildRequires: gcc gcc-c++ BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -37,7 +36,6 @@ GTK based frontend for xlockmore. %prep %setup -q -%patch0 -p0 %{__sed} -i -e "s,/lib,/%{_lib},g;s,-Wno-format,,g;" configure @@ -102,6 +100,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sun Jun 14 2020 Adrian Reber - 5.64-1 +- Updated to 5.64 + * Mon May 11 2020 Adrian Reber - 5.63-1 - Updated to 5.63 (#1795091) From 2e0640547c7179d145585d02df73d5852f49f12c Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 30 Jun 2020 19:11:23 +0200 Subject: [PATCH 34/60] Applied patch from Jan Kratochvil (#1852546) --- xlockmore-5.64-exit.patch | 21 +++++++++++++++++++++ xlockmore.gcc10.patch | 11 ----------- xlockmore.spec | 7 ++++++- 3 files changed, 27 insertions(+), 12 deletions(-) create mode 100644 xlockmore-5.64-exit.patch delete mode 100644 xlockmore.gcc10.patch diff --git a/xlockmore-5.64-exit.patch b/xlockmore-5.64-exit.patch new file mode 100644 index 0000000..d336ee4 --- /dev/null +++ b/xlockmore-5.64-exit.patch @@ -0,0 +1,21 @@ +diff -dup -rup xlockmore-5.64-orig/xlock/xlock.c xlockmore-5.64/xlock/xlock.c +--- xlockmore-5.64-orig/xlock/xlock.c 2020-04-03 05:22:08.000000000 +0200 ++++ xlockmore-5.64/xlock/xlock.c 2020-06-30 18:53:25.061776087 +0200 +@@ -3942,7 +3942,7 @@ both3d, (char *)DEF_BOTH3D); + (void) sigsetmask(old_sigmask); + #endif + (void) system(startCmd); +- exit(0); ++ _exit(0); + } + } + lock_delay = lockdelay; +@@ -3981,7 +3981,7 @@ both3d, (char *)DEF_BOTH3D); + cmd_pid = 0; + } else if (!cmd_pid) { + (void) system(endCmd); +- exit(0); ++ _exit(0); + } + } + diff --git a/xlockmore.gcc10.patch b/xlockmore.gcc10.patch deleted file mode 100644 index ca45efe..0000000 --- a/xlockmore.gcc10.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xlock/magick.c.orig 2020-05-11 12:40:40.168040513 +0200 -+++ xlock/magick.c 2020-05-11 12:40:49.502181822 +0200 -@@ -23,8 +23,6 @@ - #undef inline - #include "magick.h" - --XLockImage xlockimage; -- - int - MagickFileToImage(ModeInfo * mi, char *filename, XImage ** image , - Colormap m_cmap ) diff --git a/xlockmore.spec b/xlockmore.spec index e297561..3dfebb1 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,10 +1,11 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.64 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz +Patch9: xlockmore-5.64-exit.patch BuildRequires: gcc gcc-c++ BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -36,6 +37,7 @@ GTK based frontend for xlockmore. %prep %setup -q +%patch9 -p1 %{__sed} -i -e "s,/lib,/%{_lib},g;s,-Wno-format,,g;" configure @@ -100,6 +102,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Tue Jun 30 2020 Adrian Reber - 5.64-2 +- Applied patch from Jan Kratochvil (#1852546) + * Sun Jun 14 2020 Adrian Reber - 5.64-1 - Updated to 5.64 From 6341baa1e3fdb86308914bb8a398a3360e6fb495 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:48:24 +0000 Subject: [PATCH 35/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 3dfebb1..3a0638f 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.64 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -102,6 +102,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 5.64-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jun 30 2020 Adrian Reber - 5.64-2 - Applied patch from Jan Kratochvil (#1852546) From db2be23300c43965f5479354914c3dd9d0202243 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 29 Oct 2020 10:33:53 +0100 Subject: [PATCH 36/60] Updated to 5.66 (#1837169) --- .gitignore | 1 + sources | 2 +- xlockmore-5.64-exit.patch | 21 --------------------- xlockmore.spec | 9 +++++---- 4 files changed, 7 insertions(+), 26 deletions(-) delete mode 100644 xlockmore-5.64-exit.patch diff --git a/.gitignore b/.gitignore index 7d19b61..4e1d9ab 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.61.tar.xz /xlockmore-5.63.tar.xz /xlockmore-5.64.tar.xz +/xlockmore-5.66.tar.xz diff --git a/sources b/sources index 8c291be..766d273 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.64.tar.xz) = 4946e8e9f895c0433c09e1cd639389d26020a764d62b08b329ce5d9e5de4bb6438f024639b2068c94f21cb0ebb5a6f94dffff6f606c6c3e2372a5102768e7f39 +SHA512 (xlockmore-5.66.tar.xz) = d0a4665e23b32cc3370703e55396cd5c9659f836aa13a1737dd709632746cf9221acd66a529b9e05af981e5bef539e70582959b9d821854b93ef735ad1cd928d diff --git a/xlockmore-5.64-exit.patch b/xlockmore-5.64-exit.patch deleted file mode 100644 index d336ee4..0000000 --- a/xlockmore-5.64-exit.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -dup -rup xlockmore-5.64-orig/xlock/xlock.c xlockmore-5.64/xlock/xlock.c ---- xlockmore-5.64-orig/xlock/xlock.c 2020-04-03 05:22:08.000000000 +0200 -+++ xlockmore-5.64/xlock/xlock.c 2020-06-30 18:53:25.061776087 +0200 -@@ -3942,7 +3942,7 @@ both3d, (char *)DEF_BOTH3D); - (void) sigsetmask(old_sigmask); - #endif - (void) system(startCmd); -- exit(0); -+ _exit(0); - } - } - lock_delay = lockdelay; -@@ -3981,7 +3981,7 @@ both3d, (char *)DEF_BOTH3D); - cmd_pid = 0; - } else if (!cmd_pid) { - (void) system(endCmd); -- exit(0); -+ _exit(0); - } - } - diff --git a/xlockmore.spec b/xlockmore.spec index 3a0638f..4559455 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,11 +1,10 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.64 -Release: 3%{?dist} +Version: 5.66 +Release: 1%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz -Patch9: xlockmore-5.64-exit.patch BuildRequires: gcc gcc-c++ BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel @@ -37,7 +36,6 @@ GTK based frontend for xlockmore. %prep %setup -q -%patch9 -p1 %{__sed} -i -e "s,/lib,/%{_lib},g;s,-Wno-format,,g;" configure @@ -102,6 +100,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Thu Oct 29 2020 Adrian Reber - 5.66-1 +- Updated to 5.66 (#1837169) + * Wed Jul 29 2020 Fedora Release Engineering - 5.64-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From d2c7e3e9103f8a06937383222850d54dc30a0fbc Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:29:57 +0000 Subject: [PATCH 37/60] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xlockmore.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xlockmore.spec b/xlockmore.spec index 4559455..a115d29 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -5,6 +5,7 @@ Release: 1%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz +BuildRequires: make BuildRequires: gcc gcc-c++ BuildRequires: pam-devel BuildRequires: mesa-libGL-devel mesa-libGLU-devel From e212e2649985b98545cb928d96c3b5661360f9dc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:07:50 +0000 Subject: [PATCH 38/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index a115d29..1f71f33 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.66 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 5.66-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Oct 29 2020 Adrian Reber - 5.66-1 - Updated to 5.66 (#1837169) From 82301d0c856e3d0ee65620dc1ec042c98f30ab6c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:40:23 +0000 Subject: [PATCH 39/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 1f71f33..e6575d1 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.66 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 5.66-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jan 28 2021 Fedora Release Engineering - 5.66-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 642608c5d955f3664257897af3fe7b81e11c7c2e Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 30 Aug 2021 23:05:17 +0200 Subject: [PATCH 40/60] Updated to 5.67 (#1837169) --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4e1d9ab..a54b19b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.63.tar.xz /xlockmore-5.64.tar.xz /xlockmore-5.66.tar.xz +/xlockmore-5.67.tar.xz diff --git a/sources b/sources index 766d273..8e6d083 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.66.tar.xz) = d0a4665e23b32cc3370703e55396cd5c9659f836aa13a1737dd709632746cf9221acd66a529b9e05af981e5bef539e70582959b9d821854b93ef735ad1cd928d +SHA512 (xlockmore-5.67.tar.xz) = d32ae6c11c9e2389a563b91f970c93d0e67028ac6406038985a416404679aaf7d6e15551d1cf4387d71f851a90d2a02a0a328c0af57265c839edfe40dfffaa65 diff --git a/xlockmore.spec b/xlockmore.spec index e6575d1..4d0b1f9 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.66 -Release: 3%{?dist} +Version: 5.67 +Release: 1%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Mon Aug 30 2021 Adrian Reber - 5.67-1 +- Updated to 5.67 (#1837169) + * Fri Jul 23 2021 Fedora Release Engineering - 5.66-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 65337e75736775dff880dd13afdd110a690100c7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:12:40 +0000 Subject: [PATCH 41/60] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 4d0b1f9..184e1f8 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.67 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 5.67-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Mon Aug 30 2021 Adrian Reber - 5.67-1 - Updated to 5.67 (#1837169) From a62de641b29d5c19d119f12b6ba3666040a04911 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 13 Jul 2022 17:53:20 +0200 Subject: [PATCH 42/60] Updated to 5.70 (#1837169) Signed-off-by: Adrian Reber --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a54b19b..94ce706 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.64.tar.xz /xlockmore-5.66.tar.xz /xlockmore-5.67.tar.xz +/xlockmore-5.70.tar.xz diff --git a/sources b/sources index 8e6d083..2f42857 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.67.tar.xz) = d32ae6c11c9e2389a563b91f970c93d0e67028ac6406038985a416404679aaf7d6e15551d1cf4387d71f851a90d2a02a0a328c0af57265c839edfe40dfffaa65 +SHA512 (xlockmore-5.70.tar.xz) = 4409f3f49e68c6aa630391db62dc80c79dba777f0fbe311d7d6dcf01f3df6b3d041bc44376258cadca15e12b0bb0846adc5fe5ae0aaf87cec190bc09721b8464 diff --git a/xlockmore.spec b/xlockmore.spec index 184e1f8..e390ca5 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.67 -Release: 2%{?dist} +Version: 5.70 +Release: 1%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Wed Jul 13 2022 Adrian Reber - 5.70-1 +- Updated to 5.70 (#1837169) + * Sat Jan 22 2022 Fedora Release Engineering - 5.67-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From eadf114ce7ba90a27cbb4991d3220c49276e0cf3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:14:30 +0000 Subject: [PATCH 43/60] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index e390ca5..fb5d821 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.70 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 5.70-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jul 13 2022 Adrian Reber - 5.70-1 - Updated to 5.70 (#1837169) From e02f011c6a37757426c1e07383fb11447db8e523 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:34:35 +0000 Subject: [PATCH 44/60] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index fb5d821..af87242 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.70 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 5.70-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 5.70-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 1158eed0caf8774abe0041a35867aaa70a5776bd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:58:21 +0000 Subject: [PATCH 45/60] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index af87242..b472329 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.70 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 5.70-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 5.70-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From a65d2cbb59f2c67c94b8e22ff32d134a6c1f0168 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 12 Dec 2023 11:00:27 +0100 Subject: [PATCH 46/60] Updated to 5.74 (#1837169) Signed-off-by: Adrian Reber --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 94ce706..de415e3 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.66.tar.xz /xlockmore-5.67.tar.xz /xlockmore-5.70.tar.xz +/xlockmore-5.74.tar.xz diff --git a/sources b/sources index 2f42857..181c729 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.70.tar.xz) = 4409f3f49e68c6aa630391db62dc80c79dba777f0fbe311d7d6dcf01f3df6b3d041bc44376258cadca15e12b0bb0846adc5fe5ae0aaf87cec190bc09721b8464 +SHA512 (xlockmore-5.74.tar.xz) = 041d49c835281cdd0c8c92712a38595504658934729bef9604a607a3cd1ac0b243373978c0eb9ac550b73ec9da8ee1425131e835e9a4b6643881b5e163645d30 diff --git a/xlockmore.spec b/xlockmore.spec index b472329..cc53cbd 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.70 -Release: 4%{?dist} +Version: 5.74 +Release: 1%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Tue Dec 12 2023 Adrian Reber - 5.74-1 +- Updated to 5.74 (#1837169) + * Sat Jul 22 2023 Fedora Release Engineering - 5.70-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From ed647c8cf0cc9f5e6539ed7e661a6fc2919dca55 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:49:30 +0000 Subject: [PATCH 47/60] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index cc53cbd..ba19201 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.74 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 5.74-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Tue Dec 12 2023 Adrian Reber - 5.74-1 - Updated to 5.74 (#1837169) From 39279639975f6236fad5d1cfbb2a98a37da3e02a Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 2 May 2024 08:17:03 +0200 Subject: [PATCH 48/60] Updated to 5.77 (#1837169) Signed-off-by: Adrian Reber --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de415e3..b8ebbbe 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.67.tar.xz /xlockmore-5.70.tar.xz /xlockmore-5.74.tar.xz +/xlockmore-5.77.tar.xz diff --git a/sources b/sources index 181c729..320b46f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.74.tar.xz) = 041d49c835281cdd0c8c92712a38595504658934729bef9604a607a3cd1ac0b243373978c0eb9ac550b73ec9da8ee1425131e835e9a4b6643881b5e163645d30 +SHA512 (xlockmore-5.77.tar.xz) = 468d03f829c2b169295b33b3b3fd3747249fbe6306d99bd731e4f117d0c79e8edda8b871cbc06aba7a718578b56301bd358d756d786294e53bd333e57925cb87 diff --git a/xlockmore.spec b/xlockmore.spec index ba19201..59ff707 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.74 -Release: 2%{?dist} +Version: 5.77 +Release: 1%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Thu May 02 2024 Adrian Reber - 5.77-1 +- Updated to 5.77 (#1837169) + * Sat Jan 27 2024 Fedora Release Engineering - 5.74-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From fa2eb225671366bb5c6c9502a2f3f0b279131e25 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:10:27 +0000 Subject: [PATCH 49/60] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 59ff707..5510dbe 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.77 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz @@ -101,6 +101,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 5.77-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu May 02 2024 Adrian Reber - 5.77-1 - Updated to 5.77 (#1837169) From d003f917bbc92e31550480823b33669fc7b69680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:56:17 +0200 Subject: [PATCH 50/60] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xlockmore.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xlockmore.spec b/xlockmore.spec index 5510dbe..f0198a7 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,8 +1,9 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.77 -Release: 2%{?dist} -License: BSD +Release: 3%{?dist} +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: http://sillycycle.com/xlockmore.html Source0: http://sillycycle.com/xlock/xlockmore-%{version}.tar.xz BuildRequires: make @@ -101,6 +102,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Wed Sep 04 2024 Miroslav Suchý - 5.77-3 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 5.77-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From d619bac09d907b97011690c778c62c2688aa7a65 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:57:33 +0000 Subject: [PATCH 51/60] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index f0198a7..30fa96d 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.77 -Release: 3%{?dist} +Release: 4%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: http://sillycycle.com/xlockmore.html @@ -102,6 +102,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 5.77-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Sep 04 2024 Miroslav Suchý - 5.77-3 - convert license to SPDX From 7fc0386a3b3078c9ca3b19c1b9827026cb7f881a Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Tue, 18 Feb 2025 18:33:48 +0100 Subject: [PATCH 52/60] Updated for FTBFS (#2341574) --- xlockmore.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 30fa96d..c8a0fe5 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.77 -Release: 4%{?dist} +Release: 5%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: http://sillycycle.com/xlockmore.html @@ -43,6 +43,10 @@ GTK based frontend for xlockmore. %build %configure --with-crypt --enable-pam --enable-syslog --disable-setuid --disable-mb + +# Work around BZ#2341574 +sed -i 's/^CC =.*/\0 -std=c17/' xglock/Makefile + %{__make} %{?_smp_mflags} %install @@ -102,6 +106,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Tue Feb 18 2025 Martin Cermak - 5.77-5 +- Updated for FTBFS (#2341574) + * Sun Jan 19 2025 Fedora Release Engineering - 5.77-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From be8942c43cbaa06e97d2ff7545ff037654e3c1c0 Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Wed, 19 Feb 2025 10:50:42 +0100 Subject: [PATCH 53/60] Rebase to upstream version 5.81. --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 15 +++++++++++++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b8ebbbe..47d1d97 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.70.tar.xz /xlockmore-5.74.tar.xz /xlockmore-5.77.tar.xz +/xlockmore-5.81.tar.xz diff --git a/sources b/sources index 320b46f..3249fd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.77.tar.xz) = 468d03f829c2b169295b33b3b3fd3747249fbe6306d99bd731e4f117d0c79e8edda8b871cbc06aba7a718578b56301bd358d756d786294e53bd333e57925cb87 +SHA512 (xlockmore-5.81.tar.xz) = 5eb21c89295bbdad5d157a57bffa69018deb1bd7ac7af3d258e6aa658bd372afacecba47918912860b72267298f075bde09118f245ca45cddf774d9c7e15d376 diff --git a/xlockmore.spec b/xlockmore.spec index c8a0fe5..d6c3135 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.77 -Release: 5%{?dist} +Version: 5.81 +Release: 1%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: http://sillycycle.com/xlockmore.html @@ -41,12 +41,20 @@ GTK based frontend for xlockmore. %{__sed} -i -e "s,/lib,/%{_lib},g;s,-Wno-format,,g;" configure +# See README for X(M)LOCKLDFLAGS explanation +%{__sed} -i "/^XLOCKLDFLAGS$/d" configure +%{__sed} -i "/^XMLOCKLDFLAGS$/d" configure + %build %configure --with-crypt --enable-pam --enable-syslog --disable-setuid --disable-mb # Work around BZ#2341574 sed -i 's/^CC =.*/\0 -std=c17/' xglock/Makefile +# See README for X(M)LOCKLDFLAGS explanation +sed -i 's/@XLOCKLDFLAGS@//' modes/Makefile +sed -i 's/@XMLOCKLDFLAGS@//' xmlock/Makefile + %{__make} %{?_smp_mflags} %install @@ -106,6 +114,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Wed Feb 19 2025 Martin Cermak - 5.81-1 +- Updated to 5.81 (#1837169) + * Tue Feb 18 2025 Martin Cermak - 5.77-5 - Updated for FTBFS (#2341574) From 8223e008cdf4356eb5cd64d1b923eaf447c60c88 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:54:13 +0000 Subject: [PATCH 54/60] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index d6c3135..be0045d 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.81 -Release: 1%{?dist} +Release: 2%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: http://sillycycle.com/xlockmore.html @@ -114,6 +114,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 5.81-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Wed Feb 19 2025 Martin Cermak - 5.81-1 - Updated to 5.81 (#1837169) From edec5c69daa585285a6fca6ec288a17a3157b784 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 15 Dec 2025 10:44:42 +0100 Subject: [PATCH 55/60] Updated to 5.86 (#2361972) Signed-off-by: Adrian Reber --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 47d1d97..f35785c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.74.tar.xz /xlockmore-5.77.tar.xz /xlockmore-5.81.tar.xz +/xlockmore-5.86.tar.xz diff --git a/sources b/sources index 3249fd8..2ebd41b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.81.tar.xz) = 5eb21c89295bbdad5d157a57bffa69018deb1bd7ac7af3d258e6aa658bd372afacecba47918912860b72267298f075bde09118f245ca45cddf774d9c7e15d376 +SHA512 (xlockmore-5.86.tar.xz) = 4c5e9ee979cbc3c9e3d2eb86126040d037f82e05ec29ce43de0f4f55691101d6d8d4662a571b1248d2b6a64a2fc4851e0ae64dc106ed621b7aff5b08bfe25a0a diff --git a/xlockmore.spec b/xlockmore.spec index be0045d..1c71d14 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.81 -Release: 2%{?dist} +Version: 5.86 +Release: 1%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: http://sillycycle.com/xlockmore.html @@ -114,6 +114,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Mon Dec 15 2025 Adrian Reber - 5.86-1 +- Updated to 5.86 (#2361972) + * Fri Jul 25 2025 Fedora Release Engineering - 5.81-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 8e86917c3e9fce6a5c4d979620e07fa1e45c9ddb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:43:51 +0000 Subject: [PATCH 56/60] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index 1c71d14..aaab4b7 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.86 -Release: 1%{?dist} +Release: 2%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: http://sillycycle.com/xlockmore.html @@ -114,6 +114,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 5.86-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Mon Dec 15 2025 Adrian Reber - 5.86-1 - Updated to 5.86 (#2361972) From 938f4aef4525fa4885d130eec58e9e925d737eed Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 4 Feb 2026 15:07:13 +0100 Subject: [PATCH 57/60] Updated to 5.87 Signed-off-by: Adrian Reber --- xlockmore-ignore-void.patch | 56 +++++++++++++++++++++++++++++++++++++ xlockmore.spec | 9 ++++-- 2 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 xlockmore-ignore-void.patch diff --git a/xlockmore-ignore-void.patch b/xlockmore-ignore-void.patch new file mode 100644 index 0000000..5705837 --- /dev/null +++ b/xlockmore-ignore-void.patch @@ -0,0 +1,56 @@ +--- a/xglock/xglock.c.orig 2026-02-04 14:55:58.908881606 +0100 ++++ b/xglock/xglock.c 2026-02-04 14:56:41.293020943 +0100 +@@ -714,7 +714,7 @@ + struct_option_fntcol_callback *cbs_ptr =(struct_option_fntcol_callback *)udata; + gtk_widget_hide(cbs_ptr->fntcol_dialog); + gtk_widget_destroy(cbs_ptr->fntcol_dialog); +- (void) g_free(udata); ++ g_free(udata); + } + + /* +@@ -777,7 +777,7 @@ + gtk_entry_set_text( GTK_ENTRY(cbs_ptr->entry), colorstr ); + gtk_widget_hide( cbs_ptr->fntcol_dialog ); + gtk_widget_destroy(cbs_ptr->fntcol_dialog); +- (void) g_free(udata); ++ g_free(udata); + } + + /* +@@ -910,7 +910,7 @@ + struct_option_fntcol_callback *cbs_ptr = (struct_option_fntcol_callback *)udata; + gtk_widget_hide(cbs_ptr->fntcol_dialog); + gtk_widget_destroy(cbs_ptr->fntcol_dialog); +- (void) g_free(udata); ++ g_free(udata); + } + + /* +@@ -927,7 +927,7 @@ + gtk_entry_set_text(GTK_ENTRY(cbs_ptr->entry), + gtk_font_selection_dialog_get_font_name(GTK_FONT_SELECTION_DIALOG(cbs_ptr->fntcol_dialog))); + gtk_widget_destroy(cbs_ptr->fntcol_dialog); +- (void) g_free(udata); ++ g_free(udata); + } + + /* +@@ -979,7 +979,7 @@ + struct_option_fntcol_callback *cbs_ptr= (struct_option_fntcol_callback *)udata; + gtk_widget_hide( cbs_ptr->fntcol_dialog ); + gtk_widget_destroy( cbs_ptr->fntcol_dialog ); +- (void) g_free(udata); ++ g_free(udata); + } + + /* +@@ -1002,7 +1002,7 @@ + gtk_widget_hide(cbs_ptr->fntcol_dialog); + gtk_entry_set_text(GTK_ENTRY(cbs_ptr->entry), filename); + gtk_widget_destroy(cbs_ptr->fntcol_dialog); +- (void) g_free(udata); ++ g_free(udata); + } + } + diff --git a/xlockmore.spec b/xlockmore.spec index aaab4b7..ebb8e89 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.86 -Release: 2%{?dist} +Version: 5.87 +Release: 1%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: http://sillycycle.com/xlockmore.html @@ -13,6 +13,7 @@ BuildRequires: mesa-libGL-devel mesa-libGLU-devel BuildRequires: desktop-file-utils libXdmcp-devel BuildRequires: motif-devel gtk2-devel BuildRequires: libXau-devel +Patch0: xlockmore-ignore-void.patch %if 0%{?rhel} Requires: gnome-icon-theme %else @@ -38,6 +39,7 @@ GTK based frontend for xlockmore. %prep %setup -q +%patch -P 0 -p 1 %{__sed} -i -e "s,/lib,/%{_lib},g;s,-Wno-format,,g;" configure @@ -114,6 +116,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Wed Feb 04 2026 Adrian Reber - 5.87-1 +- Updated to 5.87 (#2435197) + * Sat Jan 17 2026 Fedora Release Engineering - 5.86-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 6e706ea27ae8559a750a25389ab1cc18178d5f39 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 4 Feb 2026 15:20:05 +0100 Subject: [PATCH 58/60] Forgot to upload the sources Signed-off-by: Adrian Reber --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f35785c..a1e7ec4 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.77.tar.xz /xlockmore-5.81.tar.xz /xlockmore-5.86.tar.xz +/xlockmore-5.87.tar.xz diff --git a/sources b/sources index 2ebd41b..a977573 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.86.tar.xz) = 4c5e9ee979cbc3c9e3d2eb86126040d037f82e05ec29ce43de0f4f55691101d6d8d4662a571b1248d2b6a64a2fc4851e0ae64dc106ed621b7aff5b08bfe25a0a +SHA512 (xlockmore-5.87.tar.xz) = 2a61e77585723f7a7232bed02baa447c4a46c02ab98ced26e6ca989fb2b7b625b7d6b631fa3ef5419b8126bd45f997d93ee116ef0e3cc65297edea2aadbdb9ae diff --git a/xlockmore.spec b/xlockmore.spec index ebb8e89..0845df4 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.87 -Release: 1%{?dist} +Release: 2%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: http://sillycycle.com/xlockmore.html @@ -116,7 +116,7 @@ desktop-file-install \ %{_bindir}/xglock %changelog -* Wed Feb 04 2026 Adrian Reber - 5.87-1 +* Wed Feb 04 2026 Adrian Reber - 5.87-2 - Updated to 5.87 (#2435197) * Sat Jan 17 2026 Fedora Release Engineering - 5.86-2 From 0fd6dc1960a38af50f740a3ce5878714da03c8aa Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 9 Feb 2026 12:31:02 +0100 Subject: [PATCH 59/60] Updated to 5.88 (#2425617) Signed-off-by: Adrian Reber --- .gitignore | 1 + sources | 2 +- xlockmore.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a1e7ec4..aed7e79 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ xlockmore-5.28.tar.bz2 /xlockmore-5.81.tar.xz /xlockmore-5.86.tar.xz /xlockmore-5.87.tar.xz +/xlockmore-5.88.tar.xz diff --git a/sources b/sources index a977573..73fe2eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xlockmore-5.87.tar.xz) = 2a61e77585723f7a7232bed02baa447c4a46c02ab98ced26e6ca989fb2b7b625b7d6b631fa3ef5419b8126bd45f997d93ee116ef0e3cc65297edea2aadbdb9ae +SHA512 (xlockmore-5.88.tar.xz) = 88bd987c6f1e1f03e8b9de11588a00d20c399cbf83858a5ff5b3573251bb0afa135a357661483f277b187e41a8d3255379f04ad8f351d610dacc13325a3943a3 diff --git a/xlockmore.spec b/xlockmore.spec index 0845df4..d723045 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore -Version: 5.87 -Release: 2%{?dist} +Version: 5.88 +Release: 1%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: http://sillycycle.com/xlockmore.html @@ -116,6 +116,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Mon Feb 09 2026 Adrian Reber - 5.88-1 +- Updated to 5.88 (#2425617) + * Wed Feb 04 2026 Adrian Reber - 5.87-2 - Updated to 5.87 (#2435197) From 5b2f604c1d0fb34cb494d0980d40f4cad16ddc51 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:16:42 +0000 Subject: [PATCH 60/60] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xlockmore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlockmore.spec b/xlockmore.spec index d723045..878b3aa 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -1,7 +1,7 @@ Summary: Screen lock and screen saver Name: xlockmore Version: 5.88 -Release: 1%{?dist} +Release: 2%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: http://sillycycle.com/xlockmore.html @@ -116,6 +116,9 @@ desktop-file-install \ %{_bindir}/xglock %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 5.88-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Mon Feb 09 2026 Adrian Reber - 5.88-1 - Updated to 5.88 (#2425617)