From 8d9434b22b20b32f4c53441dc22620db3b19e98e4a6411c52a9f4b22f52a1c77 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 8 Apr 2008 19:38:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpPgAdmin?expand=0&rev=3 --- phpPgAdmin-4.1.3.tar.bz2 | 3 --- phpPgAdmin-4.2.tar.bz2 | 3 +++ phpPgAdmin.changes | 26 ++++++++++++++++++++++++++ phpPgAdmin.spec | 37 ++++++++++++++++++++++++++++++------- 4 files changed, 59 insertions(+), 10 deletions(-) delete mode 100644 phpPgAdmin-4.1.3.tar.bz2 create mode 100644 phpPgAdmin-4.2.tar.bz2 diff --git a/phpPgAdmin-4.1.3.tar.bz2 b/phpPgAdmin-4.1.3.tar.bz2 deleted file mode 100644 index f3123d1..0000000 --- a/phpPgAdmin-4.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a15955040a261f8e350c42ef8dd3aa97cbaf5db8ce0c70a8dcfd9eb6ab4153a3 -size 618396 diff --git a/phpPgAdmin-4.2.tar.bz2 b/phpPgAdmin-4.2.tar.bz2 new file mode 100644 index 0000000..d21d07f --- /dev/null +++ b/phpPgAdmin-4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e19a4f41e15097bb1022d22d8b247bbcd66cc1ce02055b9f5ef0eba04cb641 +size 839991 diff --git a/phpPgAdmin.changes b/phpPgAdmin.changes index ff7abc5..1931b30 100644 --- a/phpPgAdmin.changes +++ b/phpPgAdmin.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Apr 8 14:55:15 CEST 2008 - tpatzig@suse.de + +- update to Version 4.2 + * Add Analyze to Table Level Actions (ioguix) + * Add support for multiple actions on main pages (ioguix, Robert Treat) + * Added favicon for Mozilla and a backwards compatible version for IE. + * Allow browsers to save different usernames and passwords for different servers. + * Pagination selection available for reports + * You can configure reports db, schema and table names + * Add support for creating a table using an exsting one (ioguix) + * Auto-expand a node in the tree browser if there are no other nodes (Tomasz Pala) + * Add column about fields constraints type + links in table properties page (ioguix) + * Support for built-in Full Text Search (Ivan Zolotukhin) + * Addd alter name, owner & comment on views (ioguix) + * Add column about called procedure + links to their definition in the triggers + properties page (ioguix) + * Add Support for Enum type creation (ioguix,xzilla) + * Add alter name, owner, comment and properties for sequences (ioguix) + * Add function costing options (xzilla) + * Add alter owner & schema on function (xzilla) + * Add a popup window for the session requests history (karl, ioguix) + * Add alter table, view, sequence schema (ioguix) + + * several bugfixes + ------------------------------------------------------------------- Sat Aug 4 13:14:12 CEST 2007 - tpatzig@suse.de diff --git a/phpPgAdmin.spec b/phpPgAdmin.spec index 4c1e7e6..84c77c2 100644 --- a/phpPgAdmin.spec +++ b/phpPgAdmin.spec @@ -1,7 +1,7 @@ # -# spec file for package phpPgAdmin (Version 4.1.3) +# spec file for package phpPgAdmin (Version 4.2) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 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. # @@ -9,18 +9,19 @@ # + Name: phpPgAdmin Summary: phpPgAdmin is a web-based administration tool for PostgreSQL BuildRequires: apache2 -Version: 4.1.3 +Version: 4.2 Release: 1 License: GPL v2 or later Group: Productivity/Databases/Tools Requires: php5-pgsql apache2-mod_php5 -URL: http://phppgadmin.sourceforge.net +Url: http://phppgadmin.sourceforge.net Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArchitectures: noarch +BuildArch: noarch %description phpPgAdmin is a web-based administration tool for PostgreSQL. It is @@ -75,7 +76,29 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /srv/www/htdocs/%{name}/conf/config.inc.php %changelog -* Sat Aug 04 2007 - tpatzig@suse.de +* Tue Apr 08 2008 tpatzig@suse.de +- update to Version 4.2 + * Add Analyze to Table Level Actions (ioguix) + * Add support for multiple actions on main pages (ioguix, Robert Treat) + * Added favicon for Mozilla and a backwards compatible version for IE. + * Allow browsers to save different usernames and passwords for different servers. + * Pagination selection available for reports + * You can configure reports db, schema and table names + * Add support for creating a table using an exsting one (ioguix) + * Auto-expand a node in the tree browser if there are no other nodes (Tomasz Pala) + * Add column about fields constraints type + links in table properties page (ioguix) + * Support for built-in Full Text Search (Ivan Zolotukhin) + * Addd alter name, owner & comment on views (ioguix) + * Add column about called procedure + links to their definition in the triggers + properties page (ioguix) + * Add Support for Enum type creation (ioguix,xzilla) + * Add alter name, owner, comment and properties for sequences (ioguix) + * Add function costing options (xzilla) + * Add alter owner & schema on function (xzilla) + * Add a popup window for the session requests history (karl, ioguix) + * Add alter table, view, sequence schema (ioguix) + * several bugfixes +* 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) @@ -85,5 +108,5 @@ rm -rf $RPM_BUILD_ROOT * 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 +* Wed Oct 18 2006 tpatzig@suse.de - initial build of phpPgAdmin Version 4.0.1