From 1914ab0e906e45ca7846dd3eb1ea3da7743d2121f689a8be9fac5bb7730413ae Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 5 Aug 2007 09:37:04 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpPgAdmin?expand=0&rev=2 --- phpPgAdmin-4.0.1.tar.bz2 | 3 --- phpPgAdmin-4.1.3.tar.bz2 | 3 +++ phpPgAdmin.changes | 13 +++++++++++++ phpPgAdmin.spec | 20 +++++++++++++++----- 4 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 phpPgAdmin-4.0.1.tar.bz2 create mode 100644 phpPgAdmin-4.1.3.tar.bz2 diff --git a/phpPgAdmin-4.0.1.tar.bz2 b/phpPgAdmin-4.0.1.tar.bz2 deleted file mode 100644 index 5705d00..0000000 --- a/phpPgAdmin-4.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a1b94013e6a332affc3bd029542734d461b3214e33e083f4cdebfe6b2466ff1 -size 509800 diff --git a/phpPgAdmin-4.1.3.tar.bz2 b/phpPgAdmin-4.1.3.tar.bz2 new file mode 100644 index 0000000..f3123d1 --- /dev/null +++ b/phpPgAdmin-4.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15955040a261f8e350c42ef8dd3aa97cbaf5db8ce0c70a8dcfd9eb6ab4153a3 +size 618396 diff --git a/phpPgAdmin.changes b/phpPgAdmin.changes index e4a8b23..ff7abc5 100644 --- a/phpPgAdmin.changes +++ b/phpPgAdmin.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Aug 4 13:14:12 CEST 2007 - tpatzig@suse.de + +- update to Version 4.1.3 + * Send encrypted passwords over the wire wherever possible. + * Alter sequence, nextval and setval (Guillaume) + * Autovacuum configuration support (Robert Treat) + * Basic ROLE support (Chris Kings-Lynne, Javier Carlos) + * Add support for SSL connections (Eric Kinolik) + * Display Prepared Transactions (Javier Carlos) + * Add automatic lookup of foreign key values in insert/update fields (John Jawed) + * several bugfixes + ------------------------------------------------------------------- Wed Oct 18 17:09:27 CEST 2006 - tpatzig@suse.de diff --git a/phpPgAdmin.spec b/phpPgAdmin.spec index d6d8386..4c1e7e6 100644 --- a/phpPgAdmin.spec +++ b/phpPgAdmin.spec @@ -1,7 +1,7 @@ # -# spec file for package phpPgAdmin (Version 4.0.1) +# spec file for package phpPgAdmin (Version 4.1.3) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,9 +12,9 @@ Name: phpPgAdmin Summary: phpPgAdmin is a web-based administration tool for PostgreSQL BuildRequires: apache2 -Version: 4.0.1 +Version: 4.1.3 Release: 1 -License: GNU General Public License (GPL) - all versions +License: GPL v2 or later Group: Productivity/Databases/Tools Requires: php5-pgsql apache2-mod_php5 URL: http://phppgadmin.sourceforge.net @@ -74,6 +74,16 @@ rm -rf $RPM_BUILD_ROOT %exclude /srv/www/htdocs/%{name}/conf/config.inc.php %config(noreplace) /srv/www/htdocs/%{name}/conf/config.inc.php -%changelog -n phpPgAdmin +%changelog +* Sat Aug 04 2007 - tpatzig@suse.de +- update to Version 4.1.3 + * Send encrypted passwords over the wire wherever possible. + * Alter sequence, nextval and setval (Guillaume) + * Autovacuum configuration support (Robert Treat) + * Basic ROLE support (Chris Kings-Lynne, Javier Carlos) + * Add support for SSL connections (Eric Kinolik) + * Display Prepared Transactions (Javier Carlos) + * Add automatic lookup of foreign key values in insert/update fields (John Jawed) + * several bugfixes * Wed Oct 18 2006 - tpatzig@suse.de - initial build of phpPgAdmin Version 4.0.1