[arch-commits] Commit in pgbouncer/trunk (PKGBUILD pgbouncer.tmpfiles.conf)

2019-08-12 Thread Jan Steffens via arch-commits
Date: Monday, August 12, 2019 @ 07:42:35
  Author: heftig
Revision: 359747

1.10.0-3: Fix tmpfiles syntax

Modified:
  pgbouncer/trunk/PKGBUILD
  pgbouncer/trunk/pgbouncer.tmpfiles.conf

-+
 PKGBUILD|4 ++--
 pgbouncer.tmpfiles.conf |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-12 07:42:34 UTC (rev 359746)
+++ PKGBUILD2019-08-12 07:42:35 UTC (rev 359747)
@@ -3,7 +3,7 @@
 
 pkgname=pgbouncer
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight connection pooler for PostgreSQL'
 url='https://pgbouncer.github.io/'
 arch=('x86_64')
@@ -23,7 +23,7 @@
 
'39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
 
'1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
 
'2b4b7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'
-
'3d339e84b3ba426cfbbba406ef65a59aacaf68650afd2b3c6096e8babd2c8d39eaad13f60cd2718d7cdc8dc10eeba569da537b25f67c0a1a2884c885b2bc7136'
+
'0757205e5cb5f679bab00bdbed2c828a536239f380d537498bc893c77162e0978308a5f38fae4cb6470f18d6ed0fe4a3ce8f00e85aef89b14bcf6e2eab05a696'
 
'05551189022bd160ca0d64831d2559480ae2dcfe8a489aa4c22cc375c3def31d1169e48e17e6502ccd18237d79afef5bc4587f3cf14274c125eb71311d00503b')
 
 build() {

Modified: pgbouncer.tmpfiles.conf
===
--- pgbouncer.tmpfiles.conf 2019-08-12 07:42:34 UTC (rev 359746)
+++ pgbouncer.tmpfiles.conf 2019-08-12 07:42:35 UTC (rev 359747)
@@ -1,4 +1,4 @@
 d /run/pgbouncer 755 pgbouncer pgbouncer
 d /var/lib/postgres/data 700 postgres  postgres
-h /var/lib/postgres/data -   - - +C
+h /var/lib/postgres/data -   - - - +C
 z /var/log/pgbouncer 750 pgbouncer pgbouncer


[arch-commits] Commit in pgbouncer/trunk (PKGBUILD pgbouncer.tmpfiles.conf)

2019-08-11 Thread Jan Steffens via arch-commits
Date: Monday, August 12, 2019 @ 04:20:18
  Author: heftig
Revision: 359739

1.10.0-2: On BtrFS, disable cow on the data directory

Modified:
  pgbouncer/trunk/PKGBUILD
  pgbouncer/trunk/pgbouncer.tmpfiles.conf

-+
 PKGBUILD|4 ++--
 pgbouncer.tmpfiles.conf |7 ---
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-12 04:20:17 UTC (rev 359738)
+++ PKGBUILD2019-08-12 04:20:18 UTC (rev 359739)
@@ -3,7 +3,7 @@
 
 pkgname=pgbouncer
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight connection pooler for PostgreSQL'
 url='https://pgbouncer.github.io/'
 arch=('x86_64')
@@ -23,7 +23,7 @@
 
'39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
 
'1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
 
'2b4b7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'
-
'421d10fd3b77fc4bec18122f39d237f5eed5130b059dddee5243b17a5a76894ae9262b6f584f5d872ead5028a431a30ce66c8c8e662607573352e739e578bede'
+
'3d339e84b3ba426cfbbba406ef65a59aacaf68650afd2b3c6096e8babd2c8d39eaad13f60cd2718d7cdc8dc10eeba569da537b25f67c0a1a2884c885b2bc7136'
 
'05551189022bd160ca0d64831d2559480ae2dcfe8a489aa4c22cc375c3def31d1169e48e17e6502ccd18237d79afef5bc4587f3cf14274c125eb71311d00503b')
 
 build() {

Modified: pgbouncer.tmpfiles.conf
===
--- pgbouncer.tmpfiles.conf 2019-08-12 04:20:17 UTC (rev 359738)
+++ pgbouncer.tmpfiles.conf 2019-08-12 04:20:18 UTC (rev 359739)
@@ -1,3 +1,4 @@
-d /run/pgbouncer  0755 pgbouncer pgbouncer -
-d /var/lib/postgres/data 700 postgres postgres
-z /var/log/pgbouncer 0750 pgbouncer pgbouncer
+d /run/pgbouncer 755 pgbouncer pgbouncer
+d /var/lib/postgres/data 700 postgres  postgres
+h /var/lib/postgres/data -   - - +C
+z /var/log/pgbouncer 750 pgbouncer pgbouncer


[arch-commits] Commit in pgbouncer/trunk (PKGBUILD pgbouncer.tmpfiles.conf)

2013-01-15 Thread Dan McGee
Date: Tuesday, January 15, 2013 @ 10:06:34
  Author: dan
Revision: 175153

upgpkg: pgbouncer 1.5.4-3

New package for [extra] for PostgreSQL connection pooling.

Modified:
  pgbouncer/trunk/PKGBUILD
  pgbouncer/trunk/pgbouncer.tmpfiles.conf

-+
 PKGBUILD|6 +++---
 pgbouncer.tmpfiles.conf |1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-15 11:44:42 UTC (rev 175152)
+++ PKGBUILD2013-01-15 15:06:34 UTC (rev 175153)
@@ -3,12 +3,12 @@
 pkgname=pgbouncer
 _dlid=3393
 pkgver=1.5.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A lightweight connection pooler for PostgreSQL
 arch=('i686' 'x86_64')
 url=http://pgfoundry.org/projects/pgbouncer;
 license=('BSD')
-depends=('libevent=2.0')
+depends=('libevent=2.0' 'postgresql')
 makedepends=('asciidoc' 'xmlto')
 backup=('etc/pgbouncer/pgbouncer.ini')
 install=$pkgname.install
@@ -19,7 +19,7 @@
 md5sums=('9ffaf2e6232e18e676651429813732df'
  '810813b9ef8891be382be9ffdd425edc'
  '9036ba469f700d52fc49ed406da089a2'
- 'ca2ced4d7616bab13c3209823778816a')
+ '472659f4c5de2b59a420f5ca42327ec1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: pgbouncer.tmpfiles.conf
===
--- pgbouncer.tmpfiles.conf 2013-01-15 11:44:42 UTC (rev 175152)
+++ pgbouncer.tmpfiles.conf 2013-01-15 15:06:34 UTC (rev 175153)
@@ -1,2 +1 @@
 d /run/pgbouncer  0755 pgbouncer pgbouncer -
-d /run/postgresql 0755 8888-