public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steven A. Falco <stevenfalco@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kicad] rawhide: Update to 10.0.6
Date: Fri, 28 Aug 2026 18:38:34 GMT	[thread overview]
Message-ID: <178794231429.1.10037807306205554468.rpms-kicad-00b4f9b0e3bb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kicad
Branch : rawhide
Commit : 00b4f9b0e3bb384916ce3b5e184df8039a2a1ffb
Author : Steven A. Falco <stevenfalco@gmail.com>
Date   : 2026-08-28T14:25:16-04:00
Stats  : +11/-76 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/kicad/c/00b4f9b0e3bb384916ce3b5e184df8039a2a1ffb?branch=rawhide

Log:
Update to 10.0.6

---
diff --git a/kicad-swig45.patch b/kicad-swig45.patch
deleted file mode 100644
index 75ddb22..0000000
--- a/kicad-swig45.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-diff -up kicad-10.0.5/common/swig/math.i.swig45 kicad-10.0.5/common/swig/math.i
---- kicad-10.0.5/common/swig/math.i.swig45	2026-07-28 08:43:30.800348685 +0200
-+++ kicad-10.0.5/common/swig/math.i	2026-07-28 08:43:30.803733215 +0200
-@@ -64,8 +64,8 @@
-     PyObject* Get()
-     {
-         PyObject* tup = PyTuple_New(2);
--        PyTuple_SET_ITEM(tup, 0, PyInt_FromLong(self->x));
--        PyTuple_SET_ITEM(tup, 1, PyInt_FromLong(self->y));
-+        PyTuple_SET_ITEM(tup, 0, PyLong_FromLong(self->x));
-+        PyTuple_SET_ITEM(tup, 1, PyLong_FromLong(self->y));
-         return tup;
-     }
- 
-diff -up kicad-10.0.5/common/swig/wx.i.swig45 kicad-10.0.5/common/swig/wx.i
---- kicad-10.0.5/common/swig/wx.i.swig45	2026-07-28 08:43:30.800348685 +0200
-+++ kicad-10.0.5/common/swig/wx.i	2026-07-28 08:43:30.804165750 +0200
-@@ -79,10 +79,10 @@ public:
-        PyObject* Get()
-        {
-             PyObject* res = PyTuple_New(4);
--            PyTuple_SET_ITEM(res, 0, PyInt_FromLong(self->x));
--            PyTuple_SET_ITEM(res, 1, PyInt_FromLong(self->y));
--            PyTuple_SET_ITEM(res, 2, PyInt_FromLong(self->width));
--            PyTuple_SET_ITEM(res, 3, PyInt_FromLong(self->height));
-+            PyTuple_SET_ITEM(res, 0, PyLong_FromLong(self->x));
-+            PyTuple_SET_ITEM(res, 1, PyLong_FromLong(self->y));
-+            PyTuple_SET_ITEM(res, 2, PyLong_FromLong(self->width));
-+            PyTuple_SET_ITEM(res, 3, PyLong_FromLong(self->height));
-             return res;
-         }
-     }
-@@ -122,8 +122,8 @@ public:
-        PyObject* Get()
-        {
-             PyObject* res = PyTuple_New(2);
--            PyTuple_SET_ITEM(res, 0, PyInt_FromLong(self->x));
--            PyTuple_SET_ITEM(res, 1, PyInt_FromLong(self->y));
-+            PyTuple_SET_ITEM(res, 0, PyLong_FromLong(self->x));
-+            PyTuple_SET_ITEM(res, 1, PyLong_FromLong(self->y));
-             return res;
-         }
-     }
-@@ -174,8 +174,8 @@ public:
-         PyObject* Get()
-         {
-             PyObject* tup = PyTuple_New(2);
--            PyTuple_SET_ITEM(tup, 0, PyInt_FromLong(self->x));
--            PyTuple_SET_ITEM(tup, 1, PyInt_FromLong(self->y));
-+            PyTuple_SET_ITEM(tup, 0, PyLong_FromLong(self->x));
-+            PyTuple_SET_ITEM(tup, 1, PyLong_FromLong(self->y));
-             return tup;
-         }
-     }
-@@ -301,7 +301,7 @@ public:
- 
- 
- %typemap(typecheck, precedence=SWIG_TYPECHECK_POINTER) wxString& {
--    $1 = PyString_Check($input) || PyUnicode_Check($input);
-+    $1 = PyBytes_Check($input) || PyUnicode_Check($input);
- }
- 
- %apply wxString& { wxString* }

diff --git a/kicad.spec b/kicad.spec
index d39e922..ee17c02 100644
--- a/kicad.spec
+++ b/kicad.spec
@@ -1,6 +1,6 @@
 Name:           kicad
-Version:        10.0.5
-Release:        3%{?dist}
+Version:        10.0.6
+Release:        1%{?dist}
 Epoch:          1
 Summary:        EDA software suite for creation of schematic diagrams and PCBs
 
@@ -14,10 +14,6 @@ Source3:        https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/%{ver
 Source4:        https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/%{version}/kicad-footprints-%{version}.tar.gz
 Source5:        https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/%{version}/kicad-packages3D-%{version}.tar.gz
 
-# Replace removed Python 2 C API macros with Python 3 equivalents
-# for compatibility with SWIG 4.5.0
-Patch0:         kicad-swig45.patch
-
 # https://gitlab.com/kicad/code/kicad/-/issues/237
 ExclusiveArch:  x86_64 aarch64 ppc64le
 
@@ -97,7 +93,6 @@ Documentation for KiCad.
 
 %prep
 %setup -q -a 1 -a 2 -a 3 -a 4 -a 5
-%patch -P 0 -p1
 
 %build
 
@@ -233,6 +228,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
 
 
 %changelog
+* Fri Aug 28 2026 Steven A. Falco <stevenfalco@gmail.com> - 1:10.0.6-1
+- Update to 10.0.6
+
 * Tue Jul 28 2026 Jitka Plesnikova <jplesnik@redhat.com> - 1:10.0.5-3
 - Replace removed Python 2 C API macros for SWIG 4.5.0 compatibility
 

diff --git a/sources b/sources
index 8ddc2cb..5d8c4d1 100644
--- a/sources
+++ b/sources
@@ -1,6 +1,6 @@
-SHA512 (kicad-10.0.5.tar.gz) = 1db24dbb67f8bfc4eb839f681a9a05116314410753100ba7a41bb5b28974416202556a9e923047f0647b635d65aa2cc3ac787b4f424bf0fb815fb02700db91db
-SHA512 (kicad-doc-10.0.5.tar.gz) = 7fbc19febc263506a3005dbe4fdf4d44f78eca591b369a273e26111bb55174a22829010f685acf5512e5f46943a5b0a41c0005afe1e202cd0155d866aa0605d6
-SHA512 (kicad-footprints-10.0.5.tar.gz) = e4083cdacd6ea81314d6f3f102701346b77aae844331e23a4f89772c5b24ad38719f6966b61438945996732d69ab4130107960a32bc29146abbb7770056889d4
-SHA512 (kicad-packages3D-10.0.5.tar.gz) = 875866475edbf2914f19a3884283098f05cc41a93439e4f15079568d0cad6e483a5560d79852497eab656018be4f20d7345ce46e70cda915d95311fd6fe9c687
-SHA512 (kicad-symbols-10.0.5.tar.gz) = b6df379f1dc05f2428061039bf75dccbc69df1057318382ec44bebda5ecb8f6b6b889ec268157c15c706cd1bf82722c7d1a0468e40992b4e299c110ed33ffb6c
-SHA512 (kicad-templates-10.0.5.tar.gz) = ebe89b0fb12fc2f4dcd5dd89d77481caf241f47dca741ec519b32c0798134e50a77a41fb3eab8d0ba9c46c07a75023a28d64bb4101fec9d40f7306b9c339169b
+SHA512 (kicad-10.0.6.tar.gz) = c6e9157c9e3265ee96855a2ab3069d7f45fb8d246f284255ea557e4ed2161f65912aeb7a90287c4686c0384b6279ceeb503c1a44261b520b668d1e2a0f535001
+SHA512 (kicad-doc-10.0.6.tar.gz) = e5490966644e40185d0c17e6f4fa5375b3be9b43af112f877fa0d84d031dede2d2699fa9f83aff6cbb0fcc8846222435ca4dedffcf45bf931bdf264bd9c84a2d
+SHA512 (kicad-footprints-10.0.6.tar.gz) = c52d31abd78f83c202002df38f11081f72a9323d0267268177bc04b8f1caca1e979221b481666bee8c155a230352dd92a6a1899132773095c0e7df292d01faf6
+SHA512 (kicad-packages3D-10.0.6.tar.gz) = 8829f3e2d9336f176d0192d7bd14b66869cacfc43ce6a1f7cf4d780f8ef973d5a18766cef688a5560ef03f108fd25e75f40311dc72a463b570b7c6bc2dbe3a4d
+SHA512 (kicad-symbols-10.0.6.tar.gz) = c378b6b138bea36104d9d869cae480c136ad2e92a744c6942113d0bf9b3547337b9075c476771daf628db0cda138eb007e6993d721ec4e53fa190a587c75ee50
+SHA512 (kicad-templates-10.0.6.tar.gz) = 90e9307d009dcabd0f6ffdd1197894e4130974b49d31b4f0803f6a9a281d9c830ca4236581929dbdd39d03f552bae041ddc0a0d0aeb06af28124a553aefcc6f4

                 reply	other threads:[~2026-08-28 18:38 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=178794231429.1.10037807306205554468.rpms-kicad-00b4f9b0e3bb@fedoraproject.org \
    --to=stevenfalco@gmail.com \
    --cc=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