Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Python Maint
b308e1fdc7 Rebuilt for Python 3.15.0b4 ABI change 2026-07-22 10:20:13 +02:00
Filipe Rosset
e2d984b4b1 remove unused patch
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
2026-07-20 17:54:02 -03:00
Fedora Release Engineering
2aa866d8a6 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:14:59 +00:00
Python Maint
dd3279805e Rebuilt for Python 3.15 2026-06-04 10:38:47 +02:00
Fedora Release Engineering
20ab4251f2 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 19:40:22 +00:00
2 changed files with 13 additions and 26 deletions

View file

@ -1,25 +0,0 @@
From c6a6b7730e61e00fbaa461e07cee456aff0a6d2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
Date: Thu, 13 Feb 2020 16:36:44 +0100
Subject: [PATCH] fix UrjtagError declaration
---
urjtag/bindings/python/py_urjtag.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/urjtag/bindings/python/py_urjtag.h b/urjtag/bindings/python/py_urjtag.h
index 38582ebb..16b120d8 100644
--- a/urjtag/bindings/python/py_urjtag.h
+++ b/urjtag/bindings/python/py_urjtag.h
@@ -35,7 +35,7 @@ struct urj_pyregister
extern PyTypeObject urj_pyregister_Type;
extern PyObject *urj_py_chkret (int rc);
-PyObject *UrjtagError;
+extern PyObject *UrjtagError;
extern int urj_pyc_precheck (urj_chain_t *urc, int checks_needed);
#define UPRC_CBL 1
--
2.21.1

View file

@ -6,7 +6,7 @@
Name: urjtag
Version: 2021.03
Release: 19%{?dist}
Release: 23%{?dist}
Summary: A tool for communicating over JTAG with flash chips and CPUs
# Automatically converted from old format: GPLv2+ - review is highly recommended.
@ -104,6 +104,18 @@ pushd bindings/python/
%doc bindings/python/t_srst.py
%changelog
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 2021.03-23
- Rebuilt for Python 3.15.0b4 ABI change
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2021.03-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 2021.03-21
- Rebuilt for Python 3.15
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2021.03-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2021.03-19
- Rebuilt for Python 3.14.0rc3 bytecode