From 8a03663a33e4ed3cc558c39c55bdb1bb2bb2945a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:56:39 +0000 Subject: [PATCH 01/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xdialog.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdialog.spec b/xdialog.spec index e8c7e39..4f8a114 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 29%{?dist} +Release: 30%{?dist} License: GPL+ URL: http://xdialog.free.fr @@ -75,6 +75,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 2.3.1-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 2.3.1-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 279102063f5d7524c9d8f440b2b0d5e80594fafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 13 Mar 2022 23:17:17 +0000 Subject: [PATCH 02/14] Drop build on gtk+ (Let's retire original glib and gtk+) --- xdialog.spec | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/xdialog.spec b/xdialog.spec index 4f8a114..147fc8d 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 30%{?dist} +Release: 31%{?dist} License: GPL+ URL: http://xdialog.free.fr @@ -13,8 +13,7 @@ Patch0: xdialog-2.3.1-nostrip.patch Patch1: xdialog-2.3.1-secure-fprintf.diff BuildRequires: make -BuildRequires: gcc -BuildRequires: gtk+-devel >= 1.2.0 +BuildRequires: gcc BuildRequires: gtk2-devel >= 2.2.0 BuildRequires: gettext @@ -41,20 +40,15 @@ touch -c -r configure.nostrip configure touch -c -r configure.in.nostrip configure.in %build -# build both the gtk1 and gtk2 versions. Upstream advises not to use -# the gtk2 version, however the issues with gtk2 version is with non UTF-8 +# build only the gtk2 version. Upstream advises not to use +# the gtk2 version, however the issues with gtk2 version is with non UTF-8 # locales which should be rare on fedora, and gtk2 has more features. -%configure -make %{?_smp_mflags} -mv src/Xdialog src/Xdialog-gtk1 -make clean %configure --with-gtk2 -make %{?_smp_mflags} +%make_build sed -i -e 's:%{_datadir}/doc/Xdialog:%{_datadir}/doc/%{name}:g' doc/Xdialog.1 %install -make install DESTDIR=%{buildroot} INSTALL='install -p' -install -m0755 src/Xdialog-gtk1 %{buildroot}%{_bindir} +%make_install rm -rf __dist_html mkdir -p __dist_html/html @@ -71,10 +65,12 @@ ln -s ../samples __dist_html/html/samples %license COPYING %{_mandir}/man1/Xdialog.1* %{_bindir}/Xdialog -%{_bindir}/Xdialog-gtk1 %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Sun Mar 13 2022 Sérgio Basto - 2.3.1-31 +- Drop build on gtk+ (Let's retire original glib and gtk+) + * Sat Jan 22 2022 Fedora Release Engineering - 2.3.1-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From eb958a5f043e335db213eb0fc98fb16172eb6dba Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:56:56 +0000 Subject: [PATCH 03/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xdialog.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdialog.spec b/xdialog.spec index 147fc8d..50b073d 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 31%{?dist} +Release: 32%{?dist} License: GPL+ URL: http://xdialog.free.fr @@ -68,6 +68,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 2.3.1-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sun Mar 13 2022 Sérgio Basto - 2.3.1-31 - Drop build on gtk+ (Let's retire original glib and gtk+) From ef221eda2e36d619e62fc8b7b16303891c97aba6 Mon Sep 17 00:00:00 2001 From: Peter Fordham Date: Thu, 22 Dec 2022 09:42:28 +0000 Subject: [PATCH 04/14] Port configure script to C99. https://fedoraproject.org/wiki/Toolchain/PortingToModernC Rebuilding configure with new autotools would also solve the problem. --- xdialog-2.3.1-configure-c99.patch | 15 +++++++++++++++ xdialog.spec | 7 ++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 xdialog-2.3.1-configure-c99.patch diff --git a/xdialog-2.3.1-configure-c99.patch b/xdialog-2.3.1-configure-c99.patch new file mode 100644 index 0000000..cacb16f --- /dev/null +++ b/xdialog-2.3.1-configure-c99.patch @@ -0,0 +1,15 @@ +diff --git a/configure b/configure +index e3d753a..6e1864d 100755 +--- a/configure ++++ b/configure +@@ -5146,8 +5146,8 @@ main () + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) +- exit(2); +- exit (0); ++ return 2; ++ return 0; + } + _ACEOF + rm -f conftest$ac_exeext diff --git a/xdialog.spec b/xdialog.spec index 50b073d..fec33a6 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 32%{?dist} +Release: 33%{?dist} License: GPL+ URL: http://xdialog.free.fr @@ -11,6 +11,7 @@ Source0: http://xdialog.free.fr/%{real_name}-%{version}.tar.bz2 Patch0: xdialog-2.3.1-nostrip.patch # RHBZ #1037393: Fixes a format string vulnerability (via argv[0]) Patch1: xdialog-2.3.1-secure-fprintf.diff +Patch2: xdialog-2.3.1-configure-c99.patch BuildRequires: make BuildRequires: gcc @@ -36,6 +37,7 @@ touch -c -r ChangeLog ChangeLog.utf8 mv ChangeLog.utf8 ChangeLog %patch0 -p1 -b .nostrip %patch1 -p0 -b .fprintf +%patch2 -p1 -b .configure touch -c -r configure.nostrip configure touch -c -r configure.in.nostrip configure.in @@ -68,6 +70,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Thu Dec 22 2022 Peter Fordham - 2.3.1-33 +- Port configure script to C99. + * Sat Jul 23 2022 Fedora Release Engineering - 2.3.1-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From f71db9c56b4a78a53eea41a858514332211612fa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:18:04 +0000 Subject: [PATCH 05/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xdialog.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdialog.spec b/xdialog.spec index fec33a6..76570e7 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 33%{?dist} +Release: 34%{?dist} License: GPL+ URL: http://xdialog.free.fr @@ -70,6 +70,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 2.3.1-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Dec 22 2022 Peter Fordham - 2.3.1-33 - Port configure script to C99. From 2edf3547bf86c42e2c4780d0fe855e0c98ed6d2d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:40:20 +0000 Subject: [PATCH 06/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xdialog.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdialog.spec b/xdialog.spec index 76570e7..6dfa402 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 34%{?dist} +Release: 35%{?dist} License: GPL+ URL: http://xdialog.free.fr @@ -70,6 +70,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 2.3.1-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 2.3.1-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 1d6adb2a08c14eacf40646913aff8a845e7d2b59 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:29:05 +0000 Subject: [PATCH 07/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xdialog.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdialog.spec b/xdialog.spec index 6dfa402..7e69809 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 35%{?dist} +Release: 36%{?dist} License: GPL+ URL: http://xdialog.free.fr @@ -70,6 +70,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 2.3.1-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 2.3.1-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From ca1de1fe7948a172c6fba7e60118caada7cd720e Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:50 +0200 Subject: [PATCH 08/14] Eliminate use of obsolete %patchN syntax (#2283636) --- xdialog.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xdialog.spec b/xdialog.spec index 7e69809..691a36c 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -35,9 +35,9 @@ range box, and much more). iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8 touch -c -r ChangeLog ChangeLog.utf8 mv ChangeLog.utf8 ChangeLog -%patch0 -p1 -b .nostrip -%patch1 -p0 -b .fprintf -%patch2 -p1 -b .configure +%patch -P0 -p1 -b .nostrip +%patch -P1 -p0 -b .fprintf +%patch -P2 -p1 -b .configure touch -c -r configure.nostrip configure touch -c -r configure.in.nostrip configure.in From 90a3d55fd03dc8c27f08cd5128859e32a6a49a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 17 Jun 2024 16:20:24 +0200 Subject: [PATCH 09/14] convert GPL+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xdialog.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xdialog.spec b/xdialog.spec index 691a36c..f4a778d 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,8 +3,8 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 36%{?dist} -License: GPL+ +Release: 37%{?dist} +License: GPL-1.0-or-later URL: http://xdialog.free.fr Source0: http://xdialog.free.fr/%{real_name}-%{version}.tar.bz2 @@ -70,6 +70,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Mon Jun 17 2024 Miroslav Suchý - 2.3.1-37 +- convert license to SPDX + * Sat Jan 27 2024 Fedora Release Engineering - 2.3.1-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b9f3ffba33b69c6b7a858d40c4f334003cf101a4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:52:44 +0000 Subject: [PATCH 10/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xdialog.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdialog.spec b/xdialog.spec index f4a778d..7d54383 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 37%{?dist} +Release: 38%{?dist} License: GPL-1.0-or-later URL: http://xdialog.free.fr @@ -70,6 +70,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 2.3.1-38 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jun 17 2024 Miroslav Suchý - 2.3.1-37 - convert license to SPDX From f15f4cabe26a1b03706a28b6f29ee6ec281835ee Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:36:52 +0000 Subject: [PATCH 11/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xdialog.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdialog.spec b/xdialog.spec index 7d54383..64622a9 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 38%{?dist} +Release: 39%{?dist} License: GPL-1.0-or-later URL: http://xdialog.free.fr @@ -70,6 +70,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 2.3.1-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 2.3.1-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c134dc100131807aa42c7cc105423efcf40490c4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:43:22 +0000 Subject: [PATCH 12/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xdialog.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdialog.spec b/xdialog.spec index 64622a9..6baa9fc 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 39%{?dist} +Release: 40%{?dist} License: GPL-1.0-or-later URL: http://xdialog.free.fr @@ -70,6 +70,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.3.1-40 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 2.3.1-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 68b3555270fc499181ada3035f7947ff6dede8b4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:33:14 +0000 Subject: [PATCH 13/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xdialog.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdialog.spec b/xdialog.spec index 6baa9fc..460a7f6 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 40%{?dist} +Release: 41%{?dist} License: GPL-1.0-or-later URL: http://xdialog.free.fr @@ -70,6 +70,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 2.3.1-41 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 2.3.1-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From f93315b84f79aa64e0350f5e51b3a7fdd5241b74 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:06:33 +0000 Subject: [PATCH 14/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xdialog.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdialog.spec b/xdialog.spec index 460a7f6..246080c 100644 --- a/xdialog.spec +++ b/xdialog.spec @@ -3,7 +3,7 @@ Name: xdialog Summary: X11 drop in replacement for cdialog Version: 2.3.1 -Release: 41%{?dist} +Release: 42%{?dist} License: GPL-1.0-or-later URL: http://xdialog.free.fr @@ -70,6 +70,9 @@ ln -s ../samples __dist_html/html/samples %exclude %{_docdir}/%{real_name}-%{version} %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 2.3.1-42 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 2.3.1-41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild