multicorn2: Update to 3.2
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 13 Oct 2025 12:10:19 +0000 (15:10 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 13 Oct 2025 12:10:19 +0000 (15:10 +0300)
rpm/redhat/main/non-common/multicorn2/main/multicorn2.spec

index 02894a8724d6444df7d7e708116b18c27d60ac8e..3fe7f5bebe5096c843a1cc2f687acbd983d2454d 100644 (file)
 %global        python3_pkgversion 313
 %endif
 
-%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
 %{expand: %%global pyver %(echo `%{__ospython} -c "import sys; sys.stdout.write(sys.version[:4])"`)}
-%else
-%{expand: %%global pyver %(echo `%{__ospython} -c "import sys; sys.stdout.write(sys.version[:3])"`)}
-%endif
 
 Summary:       Multicorn Python bindings for Postgres FDW
 Name:          %{sname}_%{pgmajorversion}
-Version:       3.1
-Release:       3PGDG%{?dist}
+Version:       3.2
+Release:       1PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/pgsql-io/%{sname}/archive/refs/tags/v%{version}.tar.gz
 Patch0:                %{sname}-Makefile-removepip.patch
@@ -108,6 +104,9 @@ PATH=%{pginstdir}/bin/:$PATH %{__make} DESTDIR=%{buildroot} %{?_smp_mflags} inst
 %endif
 
 %changelog
+* Mon Oct 13 2025 Devrim Gündüz <devrim@gunduz.org> - 3.2-1PGDG
+- Update to 3.2
+
 * Mon Oct 6 2025 Devrim Gunduz <devrim@gunduz.org> - 3.1-3PGDG
 - Add SLES 16 support