From f33b6ea77bce14f30d8580d0607345ded29601a0 Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Mon, 4 Apr 2016 14:27:10 +0200 Subject: [PATCH 1/2] Resolves: #1303393 update to pgpool 3.5.1 --- .gitignore | 1 + postgresql-pgpool-II.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 84484d7..268c358 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /pgpool-II-3.4.2.tar.gz /pgpool-II-3.4.3.tar.gz /pgpool-II-3.5.0.tar.gz +/pgpool-II-3.5.1.tar.gz diff --git a/postgresql-pgpool-II.spec b/postgresql-pgpool-II.spec index 0275ddf..491bd16 100644 --- a/postgresql-pgpool-II.spec +++ b/postgresql-pgpool-II.spec @@ -9,8 +9,8 @@ Summary: Pgpool is a connection pooling/replication server for PostgreSQL Name: postgresql-%{short_name} -Version: 3.5.0 -Release: 2%{?dist} +Version: 3.5.1 +Release: 1%{?dist} License: BSD Group: Applications/Databases URL: http://pgpool.net @@ -228,6 +228,10 @@ fi %changelog +* Mon Apr 04 2016 Jozef Mlich - 3.5.1-1 +- rebuld for pgool 3.5.1 + See http://pgpool.net/mediawiki/index.php?title=pgpool-II_3.5_features&redirect=no + * Thu Feb 04 2016 Fedora Release Engineering - 3.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index cfbc3b5..6593996 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78f6713dbdfc92bf37f3322cf04cc19c pgpool-II-3.5.0.tar.gz +21f098b490c130667e9ab1055f32329a pgpool-II-3.5.1.tar.gz From 56084917a12aaa0be9cc8ad24e4049672eca287f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Devrim=20G=C3=BCnd=C3=BCz?= Date: Tue, 3 May 2016 09:45:54 +0300 Subject: [PATCH 2/2] Update to 3.5.2 --- .gitignore | 1 + postgresql-pgpool-II.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 268c358..cd77114 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /pgpool-II-3.4.3.tar.gz /pgpool-II-3.5.0.tar.gz /pgpool-II-3.5.1.tar.gz +/pgpool-II-3.5.2.tar.gz diff --git a/postgresql-pgpool-II.spec b/postgresql-pgpool-II.spec index 491bd16..473b3b2 100644 --- a/postgresql-pgpool-II.spec +++ b/postgresql-pgpool-II.spec @@ -9,7 +9,7 @@ Summary: Pgpool is a connection pooling/replication server for PostgreSQL Name: postgresql-%{short_name} -Version: 3.5.1 +Version: 3.5.2 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -151,7 +151,7 @@ if [ $1 -eq 0 ] ; then fi %endif -%postun +%postun /sbin/ldconfig %if %{systemd_enabled} %systemd_postun_with_restart pgpool.service @@ -228,8 +228,11 @@ fi %changelog +* Tue May 3 2016 Devrim Gündüz - 3.5.2-1 +- Update to 3.5.2 + * Mon Apr 04 2016 Jozef Mlich - 3.5.1-1 -- rebuld for pgool 3.5.1 +- rebuld for pgpool 3.5.1 See http://pgpool.net/mediawiki/index.php?title=pgpool-II_3.5_features&redirect=no * Thu Feb 04 2016 Fedora Release Engineering - 3.5.0-2 diff --git a/sources b/sources index 6593996..5b9890a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21f098b490c130667e9ab1055f32329a pgpool-II-3.5.1.tar.gz +f9b50b4ca2db6ea13263be28ee4151b4 pgpool-II-3.5.2.tar.gz