Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e55f8e820b | ||
|
|
eaa8691998 | ||
|
|
5b4d60129e | ||
|
|
a0e021b612 | ||
|
|
80a2ccc92c |
3 changed files with 10 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1 @@
|
||||||
pgpool-II-2.3.1.tar.gz
|
/pgpool-II-3.1.3.tar.gz
|
||||||
/pgpool-II-3.1.tar.gz
|
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
Summary: Pgpool is a connection pooling/replication server for PostgreSQL
|
Summary: Pgpool is a connection pooling/replication server for PostgreSQL
|
||||||
Name: postgresql-%{short_name}
|
Name: postgresql-%{short_name}
|
||||||
Version: 3.1
|
Version: 3.1.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://pgpool.projects.PostgreSQL.org
|
URL: http://pgpool.net
|
||||||
Source0: http://pgfoundry.org/frs/download.php/3114/%{short_name}-%{version}.tar.gz
|
Source0: http://www.pgpool.net/download.php?f=%{short_name}-%{version}.tar.gz
|
||||||
Source1: pgpool.service
|
Source1: pgpool.service
|
||||||
Source2: pgpool.sysconfig
|
Source2: pgpool.sysconfig
|
||||||
Patch1: pgpool-3.1-conf.sample.patch
|
Patch1: pgpool-3.1-conf.sample.patch
|
||||||
|
|
@ -142,6 +142,10 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 24 2012 Devrim GUNDUZ <devrim@gunduz.org> - 3.1.3-1
|
||||||
|
- Update to 3.1.3, per changes described at:
|
||||||
|
http://www.pgpool.net/docs/pgpool-II-3.1.3/doc/NEWS.txt
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-2
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
dbb591a8aa3c3bd1e689f41a7638b9ee pgpool-II-3.1.tar.gz
|
3094f4a8cc24a7ff5e40e37b1db243e7 pgpool-II-3.1.3.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue