diff --git a/.gitignore b/.gitignore index 4ba04e2..4be3933 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /postgresql-9.2.4.tar.bz2 /postgresql-9.3.1.tar.bz2 +/postgresql-9.3.2.tar.bz2 diff --git a/mingw-postgresql.spec b/mingw-postgresql.spec index 49463bb..c052fbd 100644 --- a/mingw-postgresql.spec +++ b/mingw-postgresql.spec @@ -1,7 +1,7 @@ %?mingw_package_header Name: mingw-postgresql -Version: 9.3.1 +Version: 9.3.2 Release: 1%{?dist} Summary: MinGW Windows PostgreSQL library @@ -13,7 +13,6 @@ BuildArch: noarch BuildRequires: mingw32-filesystem >= 95 BuildRequires: mingw32-gcc -BuildRequires: mingw32-binutils BuildRequires: mingw32-gettext BuildRequires: mingw32-libxml2 BuildRequires: mingw32-libxslt @@ -24,7 +23,6 @@ BuildRequires: mingw32-zlib BuildRequires: mingw64-filesystem >= 95 BuildRequires: mingw64-gcc -BuildRequires: mingw64-binutils BuildRequires: mingw64-gettext BuildRequires: mingw64-libxml2 BuildRequires: mingw64-libxslt @@ -194,6 +192,9 @@ mv $RPM_BUILD_ROOT%{mingw64_libdir}/libpq.a $RPM_BUILD_ROOT%{mingw64_libdir}/lib %changelog +* Tue Jan 07 2014 Michael Cronenworth - 9.3.2-1 +- New upstream release. + * Mon Oct 28 2013 Michael Cronenworth - 9.3.1-1 - Rebase to 9.3 branch. diff --git a/sources b/sources index dfde472..cc65f18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c003d871f712d4d3895956b028a96e74 postgresql-9.3.1.tar.bz2 +8c905155e3e9f9367b4299a9acb41d2a postgresql-9.3.2.tar.bz2