public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/tcl-tileqt] rawhide: Retired: Long term failure to build
Date: Sun, 09 Aug 2026 22:09:46 GMT [thread overview]
Message-ID: <178631338610.1.7534285898025512120.rpms-tcl-tileqt-77ec50eb6501@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/tcl-tileqt
Branch : rawhide
Commit : 77ec50eb65015eeaa8e6f6aea316a50a57614bbf
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-08-10T00:09:41+02:00
Stats : +1/-524 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/tcl-tileqt/c/77ec50eb65015eeaa8e6f6aea316a50a57614bbf?branch=rawhide
Log:
Retired: Long term failure to build
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 271b88f..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-tileqt0.4b1.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..ab7426e
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Retired: Long term failure to build
diff --git a/sources b/sources
deleted file mode 100644
index 6df2de7..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-b48430f22a3311cbaab1e5e9d5cd6b07 tileqt0.4b1.tar.gz
diff --git a/tcl-tileqt-0.4b1-tk86.patch b/tcl-tileqt-0.4b1-tk86.patch
deleted file mode 100644
index 88cf42a..0000000
--- a/tcl-tileqt-0.4b1-tk86.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -up tileqt0.4b1/generic/tileQt_Utilities.cpp.tk86 tileqt0.4b1/generic/tileQt_Utilities.cpp
---- tileqt0.4b1/generic/tileQt_Utilities.cpp.tk86 2010-06-29 16:29:18.238114746 -0400
-+++ tileqt0.4b1/generic/tileQt_Utilities.cpp 2010-06-29 16:29:23.576258693 -0400
-@@ -115,9 +115,6 @@ void TileQt_StateInfo(int state, Tk_Wind
- if (state & TTK_STATE_USER6) {
- printf("TTK_STATE_USER6 %d ", TTK_STATE_USER6);
- }
-- if (state & TTK_STATE_USER7) {
-- printf("TTK_STATE_USER7 %d ", TTK_STATE_USER7);
-- }
- printf(" state=%d\n", state);
- }; /* TileQt_StateInfo */
-
diff --git a/tcl-tileqt-0.4b1-use-system-tile-headers.patch b/tcl-tileqt-0.4b1-use-system-tile-headers.patch
deleted file mode 100644
index d55ea93..0000000
--- a/tcl-tileqt-0.4b1-use-system-tile-headers.patch
+++ /dev/null
@@ -1,264 +0,0 @@
-diff -up tileqt0.4b1/generic/tileQt_Arrows.cpp.BAD tileqt0.4b1/generic/tileQt_Arrows.cpp
---- tileqt0.4b1/generic/tileQt_Arrows.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Arrows.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- #if 0
-diff -up tileqt0.4b1/generic/tileQt_Background.cpp.BAD tileqt0.4b1/generic/tileQt_Background.cpp
---- tileqt0.4b1/generic/tileQt_Background.cpp.BAD 2008-12-23 22:36:20.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Background.cpp 2008-12-23 22:36:31.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_Button.cpp.BAD tileqt0.4b1/generic/tileQt_Button.cpp
---- tileqt0.4b1/generic/tileQt_Button.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Button.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_CheckButton.cpp.BAD tileqt0.4b1/generic/tileQt_CheckButton.cpp
---- tileqt0.4b1/generic/tileQt_CheckButton.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_CheckButton.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_Combobox.cpp.BAD tileqt0.4b1/generic/tileQt_Combobox.cpp
---- tileqt0.4b1/generic/tileQt_Combobox.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Combobox.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_Elements.h.BAD tileqt0.4b1/generic/tileQt_Elements.h
---- tileqt0.4b1/generic/tileQt_Elements.h.BAD 2008-12-23 22:33:56.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Elements.h 2008-12-23 22:34:59.000000000 -0500
-@@ -13,7 +13,7 @@
- * Aghia Paraskevi, 153 10, Athens, Greece.
- */
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
-
- extern int TileQt_Init_Background(Tcl_Interp *interp,
- TileQt_WidgetCache **, Ttk_Theme themePtr);
-diff -up tileqt0.4b1/generic/tileQt_Entry.cpp.BAD tileqt0.4b1/generic/tileQt_Entry.cpp
---- tileqt0.4b1/generic/tileQt_Entry.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Entry.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_Init.c.BAD tileqt0.4b1/generic/tileQt_Init.c
---- tileqt0.4b1/generic/tileQt_Init.c.BAD 2008-12-23 22:35:10.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Init.c 2008-12-23 22:35:19.000000000 -0500
-@@ -10,7 +10,7 @@
- #include "tileQt_Utilities.h"
- #include "tileQt_Elements.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include <string.h>
-
- static int TileQt_QAppCreated = 0;
-diff -up tileqt0.4b1/generic/tileQt_Labelframe.cpp.BAD tileqt0.4b1/generic/tileQt_Labelframe.cpp
---- tileqt0.4b1/generic/tileQt_Labelframe.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Labelframe.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_Menubutton.cpp.BAD tileqt0.4b1/generic/tileQt_Menubutton.cpp
---- tileqt0.4b1/generic/tileQt_Menubutton.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Menubutton.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_Notebook.cpp.BAD tileqt0.4b1/generic/tileQt_Notebook.cpp
---- tileqt0.4b1/generic/tileQt_Notebook.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Notebook.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_Paned.cpp.BAD tileqt0.4b1/generic/tileQt_Paned.cpp
---- tileqt0.4b1/generic/tileQt_Paned.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Paned.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_Progress.cpp.BAD tileqt0.4b1/generic/tileQt_Progress.cpp
---- tileqt0.4b1/generic/tileQt_Progress.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Progress.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_QApp.cpp.BAD tileqt0.4b1/generic/tileQt_QApp.cpp
---- tileqt0.4b1/generic/tileQt_QApp.cpp.BAD 2008-12-23 22:35:36.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_QApp.cpp 2008-12-23 22:35:44.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_QtHeaders.h"
- #include "tileQt_Utilities.h"
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- static bool TileQt_qAppOwner = false;
-
- /* In the following variable we store the XErrorHandler, before we install our
-diff -up tileqt0.4b1/generic/tileQt_RadioButton.cpp.BAD tileqt0.4b1/generic/tileQt_RadioButton.cpp
---- tileqt0.4b1/generic/tileQt_RadioButton.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_RadioButton.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_Scale.cpp.BAD tileqt0.4b1/generic/tileQt_Scale.cpp
---- tileqt0.4b1/generic/tileQt_Scale.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Scale.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_Scrollbar.cpp.BAD tileqt0.4b1/generic/tileQt_Scrollbar.cpp
---- tileqt0.4b1/generic/tileQt_Scrollbar.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Scrollbar.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_Separator.cpp.BAD tileqt0.4b1/generic/tileQt_Separator.cpp
---- tileqt0.4b1/generic/tileQt_Separator.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Separator.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_SizeGrip.cpp.BAD tileqt0.4b1/generic/tileQt_SizeGrip.cpp
---- tileqt0.4b1/generic/tileQt_SizeGrip.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_SizeGrip.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_ToolButton.cpp.BAD tileqt0.4b1/generic/tileQt_ToolButton.cpp
---- tileqt0.4b1/generic/tileQt_ToolButton.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_ToolButton.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- /*
-diff -up tileqt0.4b1/generic/tileQt_TreeView.cpp.BAD tileqt0.4b1/generic/tileQt_TreeView.cpp
---- tileqt0.4b1/generic/tileQt_TreeView.cpp.BAD 2008-12-23 22:39:27.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_TreeView.cpp 2008-12-23 22:39:27.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_Utilities.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
- #include "tileQt_WidgetDefaults.h"
-
- #define ITEM_LAYOUT "Item"
-diff -up tileqt0.4b1/generic/tileQt_Utilities.cpp.BAD tileqt0.4b1/generic/tileQt_Utilities.cpp
---- tileqt0.4b1/generic/tileQt_Utilities.cpp.BAD 2008-12-23 22:35:56.000000000 -0500
-+++ tileqt0.4b1/generic/tileQt_Utilities.cpp 2008-12-23 22:36:04.000000000 -0500
-@@ -15,7 +15,7 @@
-
- #include "tileQt_QtHeaders.h"
- #include <tk.h>
--#include "tkTheme.h"
-+#include <tk-private/generic/ttk/ttkTheme.h>
-
- #ifdef TILEQT_QT_VERSION_3
- /*
diff --git a/tcl-tileqt-configure-c99.patch b/tcl-tileqt-configure-c99.patch
deleted file mode 100644
index 174961c..0000000
--- a/tcl-tileqt-configure-c99.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-Fix historic C99 incompatibilities in the autoconf-generated
-configure script. These would go away by re-running autoconf,
-so there is no need to upstream this patch.
-
-diff --git a/configure b/configure
-index c35a8fdeba57121e..1c1572c3b8cb18a1 100755
---- a/configure
-+++ b/configure
-@@ -2542,7 +2542,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- for ac_declaration in \
-- '' \
-+ '#include <stdlib.h>' \
- 'extern "C" void std::exit (int) throw (); using std::exit;' \
- 'extern "C" void std::exit (int); using std::exit;' \
- 'extern "C" void exit (int) throw ();' \
-@@ -3039,8 +3039,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
-@@ -13116,7 +13116,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- for ac_declaration in \
-- '' \
-+ '#include <stdlib.h>' \
- 'extern "C" void std::exit (int) throw (); using std::exit;' \
- 'extern "C" void std::exit (int); using std::exit;' \
- 'extern "C" void exit (int) throw ();' \
-diff --git a/configure-qt4 b/configure-qt4
-index a3f4fe30f4a985e7..2b06c8c8ff737f21 100755
---- a/configure-qt4
-+++ b/configure-qt4
-@@ -2541,7 +2541,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- for ac_declaration in \
-- '' \
-+ '#include <stdlib.h>' \
- 'extern "C" void std::exit (int) throw (); using std::exit;' \
- 'extern "C" void std::exit (int); using std::exit;' \
- 'extern "C" void exit (int) throw ();' \
-@@ -3038,8 +3038,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
-@@ -13020,7 +13020,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- for ac_declaration in \
-- '' \
-+ '#include <stdlib.h>' \
- 'extern "C" void std::exit (int) throw (); using std::exit;' \
- 'extern "C" void std::exit (int); using std::exit;' \
- 'extern "C" void exit (int) throw ();' \
diff --git a/tcl-tileqt.spec b/tcl-tileqt.spec
deleted file mode 100644
index d0e63a2..0000000
--- a/tcl-tileqt.spec
+++ /dev/null
@@ -1,175 +0,0 @@
-%{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
-%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}}
-%global realname tileqt
-%global betaver b1
-
-Name: tcl-%{realname}
-Version: 0.4
-Release: 0.41.%{betaver}%{?dist}
-Summary: QT widget support for Tile Toolkit
-License: MIT
-URL: http://www.ellogon.org/petasis/index.php?option=com_content&task=view&id=24&Itemid=40
-# Upstream uses php nonsense for downloads. Direct link looks like this:
-# http://www.ellogon.org/petasis/index.php?option=com_docman&task=doc_download&gid=55&Itemid=37
-Source0: %{realname}%{version}%{betaver}.tar.gz
-Patch0: tcl-tileqt-0.4b1-use-system-tile-headers.patch
-Patch1: tcl-tileqt-0.4b1-tk86.patch
-Patch2: tcl-tileqt-configure-c99.patch
-Provides: %{realname} = %{version}-%{release}
-Provides: tk-%{realname} = %{version}-%{release}
-BuildRequires: make
-BuildRequires: tcl-devel, tk-devel, qt-devel, libtool
-Requires: tcl(abi) = 8.6
-
-%description
-TileQt is a theme for the tile toolkit, which uses the Qt/KDE style engine to
-draw widgets. Thus, Tk applications that use the tile widget set look the same
-as KDE applications under GNU/Linux.
-
-%prep
-%setup -q -n %{realname}%{version}%{betaver}
-%patch -P0 -p1 -b .use-system-tile-headers
-%patch -P1 -p1 -b .tk86
-%patch -P2 -p1
-mv configure configure-qt3
-cp -a configure-qt4 configure
-sed -i 's|/usr/lib/|%{_libdir}/|g' configure
-
-%build
-%configure
-make %{?_smp_mflags}
-
-%install
-make DESTDIR=%{buildroot} install
-install -d %{buildroot}%{tcl_sitearch}
-mv %{buildroot}%{_libdir}/%{realname}%{version} %{buildroot}%{tcl_sitearch}/%{realname}%{version}
-chmod -x %{buildroot}%{tcl_sitearch}/%{realname}%{version}/pkgIndex.tcl
-
-%files
-%license license.terms
-%doc ChangeLog
-%{tcl_sitearch}/%{realname}%{version}/
-
-%changelog
-* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.41.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
-
-* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.40.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.39.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.38.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.37.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.36.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.35.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Fri Mar 17 2023 Florian Weimer <fweimer@redhat.com> - 0.4-0.34.b1
-- Port configure script to C99
-
-* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.33.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.32.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.31.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.30.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.29.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.28.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.27.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.26.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.25.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.24.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.23.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.22.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
-
-* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.21.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.20.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-0.19.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Tue Jan 26 2016 Tom Callaway <spot@fedoraproject.org> - 0.4-0.18.b1
-- modernize spec file
-
-* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.17.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.16.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.15.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Thu May 29 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 0.4-0.14.b1
-- Changed requires to require tcl-8.6
-
-* Wed May 21 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 0.4-0.13.b1
-- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
-
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.12.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.11.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.10.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.9.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.4-0.8.b1
-- Rebuild for new libpng
-
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.7.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Tue Jun 29 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4-0.6.b1
-- fix code to build againt tk86
-
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.5.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-0.4.b1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Tue Dec 23 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.4-0.3.b1
-- build against tile bits in tk 8.5
-
-* Wed Oct 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.4-0.2.b1
-- use qt4 configure script
-
-* Wed Jun 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.4-0.1.b1
-- initial package for Fedora
reply other threads:[~2026-08-09 22:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178631338610.1.7534285898025512120.rpms-tcl-tileqt-77ec50eb6501@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox