#3 Fix build with Python 3.12
Merged 10 months ago by yselkowitz. Opened 10 months ago by yselkowitz.
rpms/ yselkowitz/xcb-proto rawhide  into  rawhide

file modified
+2
@@ -9,6 +9,7 @@ 

  

  BuildArch:      noarch

  

+ BuildRequires:  autoconf automake

  BuildRequires:  libxml2

  BuildRequires:  make

  BuildRequires:  python3-devel
@@ -22,6 +23,7 @@ 

  

  %prep

  %autosetup -p1

+ autoreconf -fiv

  

  

  %build

The autotools py-compile script in the source tarball is outdated.

As the Python 3.12 mass rebuild is about to be merged to rawhide[1], this should not be built in rawhide until the merge is complete, otherwise we'll need to revbump and rebuild again.

[1] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/BI3TYWJFMSCW4RMWI3FUYPRWZWWI4G7E/

Python 3.12 side tag has been merged, this can (and should) be merged and built ASAP.

Pull-Request has been merged by yselkowitz

10 months ago
Metadata