Commit Graph

405 Commits

Author SHA1 Message Date
Honza Horak
91d03e378a Fix subtransaction test for Python 3.10
Starting with Python 3.10, the stacktrace looks differently:
  -  PL/Python function "subtransaction_exit_subtransaction_in_with", line 3, in <module>
  -    s.__exit__(None, None, None)
  +  PL/Python function "subtransaction_exit_subtransaction_in_with", line 2, in <module>
  +    with plpy.subtransaction() as s:
Using try/except specifically makes the error look always the same.

Resolves: #1959080
2021-05-20 15:36:29 +02:00
Pete Walter
aa29ed6ba9 Rebuild for ICU 69 2021-05-20 01:14:07 +01:00
Pete Walter
8d886c8b33 Rebuild for ICU 69 2021-05-19 16:57:39 +01:00
Honza Horak
41cd60000b Work-around fix jit failure on s390x
Consulted upstream in
https://www.postgresql.org/message-id/20210420225228.qr4x6zv3hqjorh5t%40alap3.anarazel.de

This problem could in theory happen on any architecture depending on which
specific CPU variant is being used.  We just only see this problem in Fedora
on the s390x builder.

Related: #1940964
2021-04-22 20:37:24 +02:00
Honza Horak
0b7d13d457 Add macro for llvmjit settings 2021-04-21 20:50:40 +02:00
Honza Horak
34a02d67d8 Disable llvmjit in order to build at all
Related: #1940964
2021-03-24 08:29:23 +01:00
Honza Horak
e084551edd Remove plpython2 same as upstream did
Resolves: #1913681
2021-03-18 09:03:06 +01:00
Zbigniew Jędrzejewski-Szmek
e45b75d670 Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
2021-03-02 16:13:03 +01:00
Honza Horak
bd3d5e9d0d Do not build plpython on RHEL > 8
Related: #1913681
2021-02-17 23:10:18 +01:00
Honza Horak
8784e334e1 Update to 13.2 2021-02-16 22:02:21 +01:00
Michal Schorm
af5a1aa7d2 Remove the ancient PPC64 hack
The package should honor the global build flags
2021-02-12 11:54:19 +01:00
Patrik Novotný
1091bb36d4 [FIXUP] remove dblink test patch 2021-02-08 06:16:30 +01:00
Honza Horak
b081e11492 Update postgresql to 13.1 and postgresql-setup to v8.5 2021-02-08 05:34:34 +01:00
Patrik Novotný
fbf05341c7 Rebase to upstream release 12.5
Add patch for libpq 13.1 compatibility.
    Fixes: CVE-2020-25694
    Fixes: CVE-2020-25695
    Fixes: CVE-2020-25696
    Version: 12.5
2021-01-27 09:29:53 +01:00
Fedora Release Engineering
6abbbcd611 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 08:27:44 +00:00
Tom Stellard
b43bea6837 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-08 19:26:21 +00:00
Honza Horak
0ab52b82e9 Update postgresql-setup to v8.5 2020-11-16 19:15:54 +01:00
Honza Horak
5a34bed68f Update postgresql-setup to 8.5 version 2020-10-26 14:59:56 +01:00
Honza Horak
33d08c0c72 Removing problematic requirements on ppc64le arch
Resolves: #1882642
2020-10-09 23:13:44 +02:00
Jeff Law
d97a199fef Reenable LTO on all but armv7hl (runs out of memory there) 2020-08-21 11:53:33 -06:00
Patrik Novotný
b5c03e5ca6 Rebase to upstream version 12.4 2020-08-18 12:33:13 +02:00
Fedora Release Engineering
d45fe7ac0a - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 22:53:00 +00:00
Jeff Law
86232b0ac4 Disable LTO 2020-07-24 08:16:10 -06:00
Jitka Plesnikova
9d4f3560bd Perl 5.32 rebuild 2020-06-23 13:18:06 +02:00
Pavel Raiskup
db7b88d197 FTBFS: BR docbook-style-xsl
Per discussion in
https://bugzilla.redhat.com/show_bug.cgi?id=1844325

Version: 12.3-3
2020-06-06 19:49:07 +02:00
Pavel Raiskup
df7acb65ee spec: ftbfs fix
extra tokens at the end of %endif directive in line 686:  %endif # %%upgrade

Version: 12.3-2
2020-06-04 23:44:02 +02:00
Miro Hrončok
4611924c2d Rebuilt for Python 3.9 2020-05-26 02:56:42 +02:00
Patrik Novotný
15682dfd51 Drop postgresql-man.patch 2020-05-19 14:45:45 +02:00
Patrik Novotný
8dad51a451 Rebase to upstream release 12.3 2020-05-18 12:09:00 +02:00
Pete Walter
32d2abe945 Rebuild for ICU 67 2020-05-15 14:09:09 +01:00
Patrik Novotný
22cc719777 Fix missing requirements
- fix FTBFS due to named opcodes disabled in perl
    - fix missing requirements for server-devel package
      regarding the llvmjit
2020-03-12 15:42:37 +01:00
Patrik Novotný
9637a4eb78 Rebase to upstream release 12.2
Version: 12.2-1
2020-02-17 09:18:26 +01:00
Patrik Novotný
01110f9fc1 Rebase to upstream release 12.1
Resolves: BZ#1801396
    Version: 12.1-1
2020-02-12 14:19:52 +01:00
Fedora Release Engineering
261eac466c - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 09:35:22 +00:00
Patrik Novotný
b70ea669e0 Rebase to upstream version 11.6 2019-11-25 15:26:58 +01:00
Pete Walter
368b14b6a5 Rebuild for ICU 65 2019-11-01 15:51:23 +00:00
Sandro Mani
95a1777ae4 Own %{_libdir}/pgsql in postgresql-server 2019-09-28 10:39:51 +00:00
Patrik Novotný
f86d009fdc postgresql-server-devel requires krb5-devel
Fixes: BZ#1736425
    Version: 11.5-5
2019-09-05 16:34:48 +02:00
Patrik Novotný
f25f4d7c5d Add explicit obsoletes to plpython2 package 2019-09-03 12:09:19 +02:00
Patrik Novotný
3de7e5024c Fix %files and %description after renaming plpython 2019-09-02 16:47:12 +02:00
Patrik Novotný
5c5f249239 plpython: rename to plpython2
Related: BZ#1738814
2019-09-02 16:42:20 +02:00
Miro Hrončok
2c626b6e5d Rebuilt for Python 3.8 2019-08-19 10:22:46 +02:00
Petr Kubat
910a512dd4 New upstream release 11.5
Per release notes:
https://www.postgresql.org/docs/11/release-11-5.htm
2019-08-07 07:44:49 +02:00
Fedora Release Engineering
87384430b2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 11:10:07 +00:00
Petr Kubat
e6a3dbb942 New upstream release 11.4
Per release notes:
https://www.postgresql.org/docs/11/release-11-4.html
2019-07-11 08:30:22 +02:00
Jitka Plesnikova
bcb06d9ada Perl 5.30 rebuild 2019-05-31 07:15:26 +02:00
Patrik Novotný
083e635254 New upstream release 11.3
Per release notes:
    https://www.postgresql.org/docs/11/release-11-3.html

    Version: 11.3-1
2019-05-09 14:43:25 +02:00
Pavel Raiskup
e4bf7609cc Make test macros RPM noarch
This is probably Fedora only statement.

Resolves: rhbz#1686620
2019-03-08 08:52:03 +01:00
Pavel Raiskup
538260fd70 update postgresql-setup to 8.3
Related: rhbz#1668301
Version: 11.2-2
2019-03-05 09:13:09 +01:00
Igor Gnatenko
b6f5483140 Rebuild for readline 8.0 2019-02-17 09:30:53 +01:00