Update to 16.1
This commit is contained in:
parent
1328413b81
commit
ce6d1f768e
@ -2,7 +2,7 @@ diff -ur postgresql-14.4_original/src/interfaces/libpq/Makefile postgresql-14.4/
|
|||||||
--- postgresql-14.4_original/src/interfaces/libpq/Makefile 2022-06-22 12:24:56.506658251 +0200
|
--- postgresql-14.4_original/src/interfaces/libpq/Makefile 2022-06-22 12:24:56.506658251 +0200
|
||||||
+++ postgresql-14.4/src/interfaces/libpq/Makefile 2022-06-22 12:25:46.222779323 +0200
|
+++ postgresql-14.4/src/interfaces/libpq/Makefile 2022-06-22 12:25:46.222779323 +0200
|
||||||
@@ -98,8 +98,6 @@
|
@@ -98,8 +98,6 @@
|
||||||
PKG_CONFIG_REQUIRES_PRIVATE = libssl libcrypto
|
PKG_CONFIG_REQUIRES_PRIVATE = libssl, libcrypto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-all: all-lib libpq-refs-stamp
|
-all: all-lib libpq-refs-stamp
|
||||||
|
@ -24,7 +24,7 @@ diff -ur postgresql-12.2/src/Makefile.global.in postgresql-12.2_patch/src/Makefi
|
|||||||
+libpq = -lpq
|
+libpq = -lpq
|
||||||
|
|
||||||
# libpq_pgport is for use by client executables (not libraries) that use libpq.
|
# libpq_pgport is for use by client executables (not libraries) that use libpq.
|
||||||
# We force clients to pull symbols from the non-shared libraries libpgport
|
# We want clients to pull symbols from the non-shared libraries libpgport
|
||||||
@@ -580,7 +580,6 @@
|
@@ -580,7 +580,6 @@
|
||||||
# Commonly used submake targets
|
# Commonly used submake targets
|
||||||
|
|
||||||
|
10
libecpg.spec
10
libecpg.spec
@ -1,9 +1,9 @@
|
|||||||
%global majorversion 15
|
%global majorversion 16
|
||||||
|
|
||||||
Summary: ECPG - Embedded SQL in C
|
Summary: ECPG - Embedded SQL in C
|
||||||
Name: libecpg
|
Name: libecpg
|
||||||
Version: %majorversion.4
|
Version: %majorversion.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: PostgreSQL
|
License: PostgreSQL
|
||||||
Url: http://www.postgresql.org/
|
Url: http://www.postgresql.org/
|
||||||
@ -29,6 +29,7 @@ BuildRequires: libpq-devel
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: multilib-rpm-config
|
BuildRequires: multilib-rpm-config
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: libicu-devel
|
||||||
|
|
||||||
Requires: libpgtypes = %{version}-%{release}
|
Requires: libpgtypes = %{version}-%{release}
|
||||||
|
|
||||||
@ -131,6 +132,9 @@ find_lang_bins %name-devel.lst ecpg
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 21 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 16.1-1
|
||||||
|
- Update to 16.1
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 15.4-2
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 15.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (postgresql-15.4.tar.bz2) = 37dd3e8b644d10c4f55963e07344ff4b0079adbae60052306f230f15e4ef4662b89e84a63dacc87cbf926c80b186d064a391283dd16e29ab47f7acc8a9860d0b
|
SHA512 (postgresql-16.1.tar.bz2) = 69f4635e5841452599f13b47df41ce2425ab34b4e4582fd2c635bc78d561fa36c5b03eccb4ae6569872dc74775be1b5a62dee20c9a4f12a43339250128352918
|
||||||
SHA512 (postgresql-15.4.tar.bz2.sha256) = 9b0a915c5c387deabd5816052f5229a52c18b22b4ad3105e46f84f1789c13e89f8e9b2dbe54a536d06cf64eb8fc9b435eba90e3ed173ca8fed2ce0f4bc109b8a
|
SHA512 (postgresql-16.1.tar.bz2.sha256) = 3f573d81a7af02dea2a3eee180d4e465546fc4d283dde5b6627d25af0be4a546ffd3ae914dd3490e45264d1a43cf143e829e14e5cd9c6bd8f179b6eae4fd6ff1
|
||||||
|
Loading…
Reference in New Issue
Block a user