Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56084917a1 | ||
|
|
f33b6ea77b |
3 changed files with 13 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,3 +2,5 @@
|
|||
/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
|
||||
/pgpool-II-3.5.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -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.2
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/Databases
|
||||
URL: http://pgpool.net
|
||||
|
|
@ -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,6 +228,13 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue May 3 2016 Devrim Gündüz <devrim@gunduz.org> - 3.5.2-1
|
||||
- Update to 3.5.2
|
||||
|
||||
* Mon Apr 04 2016 Jozef Mlich <imlich@fit.vutbr.cz> - 3.5.1-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 <releng@fedoraproject.org> - 3.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
78f6713dbdfc92bf37f3322cf04cc19c pgpool-II-3.5.0.tar.gz
|
||||
f9b50b4ca2db6ea13263be28ee4151b4 pgpool-II-3.5.2.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue