Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f35fa03ec5 | ||
|
|
a045f1c19e | ||
|
|
ed867b929b | ||
|
|
b2468a11eb | ||
|
|
b218d6decf | ||
|
|
5183fa6342 | ||
|
|
83343e53f6 | ||
|
|
53f802e6f0 | ||
|
|
7f4538cc42 |
3 changed files with 10 additions and 7 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1 @@
|
|||
/pgpool-II-3.4.1.tar.gz
|
||||
/pgpool-II-3.4.2.tar.gz
|
||||
/pgpool-II-3.4.3.tar.gz
|
||||
/pgpool-II-3.4.6.tar.gz
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
Summary: Pgpool is a connection pooling/replication server for PostgreSQL
|
||||
Name: postgresql-%{short_name}
|
||||
Version: 3.4.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.4.6
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/Databases
|
||||
URL: http://pgpool.net
|
||||
|
|
@ -68,7 +68,6 @@ Summary: Postgresql extensions for pgpool-II
|
|||
Group: Applications/Databases
|
||||
Obsoletes: postgresql-pgpool-II-recovery <= 3.3.4-1
|
||||
Provides: postgresql-pgpool-II-recovery = %{version}-%{release}
|
||||
Requires: postgresql-server(:MODULE_COMPAT_%{postgresql_major})
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
|
|
@ -230,6 +229,12 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue May 3 2016 Devrim Gündüz <devrim@gunduz.org> - 3.4.6-1
|
||||
- Update to 3.4.6
|
||||
|
||||
* Tue Jul 28 2015 Jozef Mlich <imlich@fit.vutbr.cz> - 3.4.3-3
|
||||
- removed MODULE COMPAT macro
|
||||
|
||||
* Mon Jul 27 2015 Jozef MLich <imlich@fit.vutbr.cz> - 3.4.3-2
|
||||
- Add memcached support
|
||||
- Add OpenSSL support
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
6ec79d2f18612cb0a32326f29959e91c pgpool-II-3.4.3.tar.gz
|
||||
d90a22a75e395655e9d948b0c4a5968d pgpool-II-3.4.6.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue