Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51c849deea | ||
|
|
eb150fbd16 |
4 changed files with 24 additions and 8 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -17,3 +17,11 @@
|
|||
/postgresql-15.13.tar.bz2
|
||||
/postgresql-16.9.tar.bz2.sha256
|
||||
/postgresql-15.13.tar.bz2.sha256
|
||||
/postgresql-16.10.tar.bz2
|
||||
/postgresql-15.14.tar.bz2
|
||||
/postgresql-16.10.tar.bz2.sha256
|
||||
/postgresql-15.14.tar.bz2.sha256
|
||||
/postgresql-16.11.tar.bz2
|
||||
/postgresql-15.15.tar.bz2
|
||||
/postgresql-16.11.tar.bz2.sha256
|
||||
/postgresql-15.15.tar.bz2.sha256
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.8.0.post1.dev8+gd9516300.
|
||||
The file was generated using packit 1.12.0.post1.dev18+gc39b0e7d4.
|
||||
|
|
|
|||
|
|
@ -47,8 +47,8 @@
|
|||
|
||||
Summary: PostgreSQL client programs
|
||||
Name: %{majorname}%{majorversion}
|
||||
Version: %{majorversion}.9
|
||||
Release: 8%{?dist}
|
||||
Version: %{majorversion}.11
|
||||
Release: 1%{?dist}
|
||||
|
||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||
# recognizes it as an independent license, so we do as well.
|
||||
|
|
@ -60,7 +60,7 @@ Url: http://www.postgresql.org/
|
|||
# that this be kept up with the latest minor release of the previous series;
|
||||
# but update when bugs affecting pg_dump output are fixed.
|
||||
%global prevmajorversion 15
|
||||
%global prevversion %{prevmajorversion}.13
|
||||
%global prevversion %{prevmajorversion}.15
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
|
||||
|
|
@ -1342,6 +1342,14 @@ make -C postgresql-setup-%{setup_version} check
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 13 2025 Packit <hello@packit.dev> - 16.11-1
|
||||
- Update to version 16.11
|
||||
- Resolves: rhbz#2414832
|
||||
|
||||
* Thu Aug 14 2025 Packit <hello@packit.dev> - 16.10-1
|
||||
- Update to version 16.10
|
||||
- Resolves: rhbz#2388580
|
||||
|
||||
* Wed Aug 06 2025 František Zatloukal <fzatlouk@redhat.com> - 16.9-8
|
||||
- Rebuilt for icu 77.1
|
||||
|
||||
|
|
|
|||
8
sources
8
sources
|
|
@ -1,5 +1,5 @@
|
|||
SHA512 (postgresql-16.9.tar.bz2) = 23a3d983c5be49c3daabbbde35db2920bd2e2ba8d9baba805e7908da1f43153ff438c76c253ea8ee8ac6f8a9313fbf0348a1e9b45ef530c5e156fee0daceb814
|
||||
SHA512 (postgresql-15.13.tar.bz2) = dd16bc331f6e33cd8ba7a6f19582d4e94d66e4cf4b89b8fe1872f16854401b9f7caf0900478b64a05047d22d2ca07aea5ba71fd5c96fa04bd45713235acdd686
|
||||
SHA512 (postgresql-16.11.tar.bz2) = f11f8f3e5855cfce27108a1bd2122c5a7a1ff37c6d9366d7a96a041aab67a4e4a31e54f0757b6b97c72d841acdcaa97d3eaa765213d4899b2cf7047c549012b8
|
||||
SHA512 (postgresql-15.15.tar.bz2) = efd5dcdb6e45bc13cd4b1b73f4de19fc3ae2bac96e85086cacd649bfbf50969429c40193e86717380759c6995204c18e14ac5352565d5ae85df61c0a127a1562
|
||||
SHA512 (postgresql-setup-8.9.tar.gz) = 118e9ebf858722a38b0e90324bc1b49fc7058cda601ca0a7e78c94e7b95e89d6dbbc46f377626364b068614ced3cde3cb4733973ad2d71bf17892ad773657ef7
|
||||
SHA512 (postgresql-16.9.tar.bz2.sha256) = 94e162a061df0d97c9e2010662b25a30f178f9bf6b9f9a57627e52609cbea964a5e9b2a16606f0e6f51bcc254e3a61b2d7b5f1df509093d3d056f103e85227c2
|
||||
SHA512 (postgresql-15.13.tar.bz2.sha256) = 2e82c5cd43b1c56b21dd339490d2cd8f8c63119dfdb079d551f5021caf45bbd9f9d7d54e0e44c909d6e4c46e14120b74562b3a540312087007dcbdddb556900f
|
||||
SHA512 (postgresql-16.11.tar.bz2.sha256) = 3c07dc85608f8cee5071bd7d404feff1c767afb468a8f41225b73d5df05334dca9a3465e16307a3b5b21c1a44684deab0c496fbd03b9d061e4a9559684876671
|
||||
SHA512 (postgresql-15.15.tar.bz2.sha256) = dcabc9fceaa557dac1d6d5b014d21ec6edfb7409103651820126351b5534c1605255f36bb18d654cd537f5128e705d2847f2bd52e38c6dd442a21c0722f39b76
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue