the prevversion (see package upgrade process) is updated

from 9.2.4 to 9.2.5
This commit is contained in:
Jozef Mlich 2013-10-17 10:29:33 +02:00
parent e8483239a8
commit 4b81ad4d16
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/postgresql-9.3.0.tar.bz2
/postgresql-9.3.1-US.pdf
/postgresql-9.3.1.tar.bz2
/postgresql-9.2.5.tar.bz2

View File

@ -60,7 +60,7 @@ Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 9.3
Version: 9.3.1
Release: 1%{?dist}
Release: 2%{?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.
@ -75,7 +75,7 @@ Url: http://www.postgresql.org/
# in-place upgrade of an old database. In most cases it will not be critical
# 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 prevversion 9.2.4
%global prevversion 9.2.5
%global prevmajorversion 9.2
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@ -104,7 +104,6 @@ Patch3: postgresql-perl-rpath.patch
Patch4: postgresql-config-comment.patch
Patch5: postgresql-var-run-socket.patch
Patch6: postgresql-man.patch
Patch100: postgresql-aarch64-atomic-upgrade.patch
BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex gawk
BuildRequires: perl(ExtUtils::Embed), perl-devel
@ -351,7 +350,6 @@ cp -p config/config.guess postgresql-%{prevversion}/config/config.guess
cp -p config/config.sub postgresql-%{prevversion}/config/config.sub
# apply once SOURCE3 is extracted
%patch100 -d postgresql-%{prevversion} -p1
%endif
# remove .gitignore files to ensure none get into the RPMs (bug #642210)
@ -1120,6 +1118,10 @@ fi
%endif
%changelog
* Thu Oct 17 2013 Jozef Mlich <jmlich@redhat.com> - 9.3.1-2
- the prevversion (see package upgrade process) is updated
from 9.2.4 to 9.2.5
* Thu Oct 10 2013 Jozef Mlich <jmlich@redhat.com> - 9.3.1-1
- update to 9.3.1 minor version per release notes:
http://www.postgresql.org/docs/9.3/static/release-9-3-1.html

View File

@ -1,3 +1,3 @@
6ee5bb53b97da7c6ad9cb0825d3300dd postgresql-9.2.4.tar.bz2
4c12a9570d84bcc4fb41e8270c287f05 postgresql-9.3.1-US.pdf
c003d871f712d4d3895956b028a96e74 postgresql-9.3.1.tar.bz2
e8438e0ed5e6371741be7697886e7340 postgresql-9.2.5.tar.bz2