From: Devrim Gunduz Date: Wed, 8 Oct 2025 14:53:47 +0000 (+0300) Subject: postgresql-tcl: Remove redundant BR X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=c21c2f2e3bbfe675acac6f6e811de9bc6269ef68;p=pgrpms.git postgresql-tcl: Remove redundant BR --- diff --git a/rpm/redhat/main/non-common/postgresql-tcl/main/postgresql-tcl.spec b/rpm/redhat/main/non-common/postgresql-tcl/main/postgresql-tcl.spec index 4b53bc421..dcd52fe5f 100644 --- a/rpm/redhat/main/non-common/postgresql-tcl/main/postgresql-tcl.spec +++ b/rpm/redhat/main/non-common/postgresql-tcl/main/postgresql-tcl.spec @@ -8,8 +8,8 @@ %global pgtclprefix /usr/pgtcl%{pgtclmajorversion} Name: postgresql%{pgmajorversion}-tcl -Version: %{pgtclmajorversion}.1 -Release: 1PGDG%{?dist} +Version: %{pgtclmajorversion} +Release: 2PGDG%{?dist} Summary: A Tcl client library for PostgreSQL URL: https://github.com/flightaware/Pgtcl @@ -20,7 +20,7 @@ Source0: https://github.com/flightaware/Pgtcl/archive/v%{version}.tar.gz Requires: tcl(abi) >= 8.5 BuildRequires: postgresql%{pgmajorversion}-devel tcl-devel -BuildRequires: autoconf pgdg-srpm-macros +BuildRequires: autoconf %{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)} %{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}} @@ -63,6 +63,9 @@ autoconf %{pgtclprefix}-%{pgmajorversion}/share/man/mann/* %changelog +* Wed Oct 8 2025 Devrim Gündüz - 3.1.1-2PGDG +- Remove redundant BR + * Sat Sep 27 2025 Devrim Gunduz - 3.1.1-1PGDG - Update to 3.1.1 per changes described at: https://github.com/flightaware/Pgtcl/releases/tag/v3.1.1