[pgbouncer/f19] - Update to 1.5.4, per changes described at: http://pgfoundry.org/frs/shownotes.php?release_id=200

Devrim GÜNDÜZ devrim at fedoraproject.org
Fri May 3 21:04:26 UTC 2013


commit 735aab13200461952c938b57d01ec3620b454c27
Author: Devrim GUNDUZ <devrim at gunduz.org>
Date:   Sat May 4 00:04:16 2013 +0300

    - Update to 1.5.4, per changes described at:
      http://pgfoundry.org/frs/shownotes.php?release_id=2000
    - Build with PIE flag, per bugzilla #955336.

 .gitignore     |    2 +-
 pgbouncer.spec |   12 +++++++++---
 sources        |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 022890f..3ccf9d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/pgbouncer-1.5.3.tar.gz
+/pgbouncer-1.5.4.tar.gz
diff --git a/pgbouncer.spec b/pgbouncer.spec
index d79a7a6..b5e7759 100644
--- a/pgbouncer.spec
+++ b/pgbouncer.spec
@@ -1,8 +1,9 @@
-%define debug 0
+%define	debug 0
+%global	_hardened_build 1
 
 Name:		pgbouncer
-Version:	1.5.3
-Release:	2%{?dist}
+Version:	1.5.4
+Release:	1%{?dist}
 Summary:	Lightweight connection pooler for PostgreSQL
 Group:		Applications/Databases
 License:	MIT and BSD
@@ -96,6 +97,11 @@ rm -rf %{buildroot}
 %{_sysconfdir}/%{name}/mkauth.py*
 
 %changelog
+* Fri May 3 2013 Devrim GÜNDÜZ <devrim at gunduz.org> - 1.5.4-1
+- Update to 1.5.4, per changes described at:
+  http://pgfoundry.org/frs/shownotes.php?release_id=2000
+- Build with PIE flag, per bugzilla #955336.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 2600ae5..ef6ee6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6b975693a68cf6fa79a4b7def10930b  pgbouncer-1.5.3.tar.gz
+9ffaf2e6232e18e676651429813732df  pgbouncer-1.5.4.tar.gz


More information about the scm-commits mailing list