This commit is contained in:
parent
c35f565610
commit
1914ab0e90
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8a1b94013e6a332affc3bd029542734d461b3214e33e083f4cdebfe6b2466ff1
|
|
||||||
size 509800
|
|
3
phpPgAdmin-4.1.3.tar.bz2
Normal file
3
phpPgAdmin-4.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a15955040a261f8e350c42ef8dd3aa97cbaf5db8ce0c70a8dcfd9eb6ab4153a3
|
||||||
|
size 618396
|
@ -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
|
Wed Oct 18 17:09:27 CEST 2006 - tpatzig@suse.de
|
||||||
|
|
||||||
|
@ -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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,9 +12,9 @@
|
|||||||
Name: phpPgAdmin
|
Name: phpPgAdmin
|
||||||
Summary: phpPgAdmin is a web-based administration tool for PostgreSQL
|
Summary: phpPgAdmin is a web-based administration tool for PostgreSQL
|
||||||
BuildRequires: apache2
|
BuildRequires: apache2
|
||||||
Version: 4.0.1
|
Version: 4.1.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU General Public License (GPL) - all versions
|
License: GPL v2 or later
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
Requires: php5-pgsql apache2-mod_php5
|
Requires: php5-pgsql apache2-mod_php5
|
||||||
URL: http://phppgadmin.sourceforge.net
|
URL: http://phppgadmin.sourceforge.net
|
||||||
@ -74,6 +74,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude /srv/www/htdocs/%{name}/conf/config.inc.php
|
%exclude /srv/www/htdocs/%{name}/conf/config.inc.php
|
||||||
%config(noreplace) /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
|
* Wed Oct 18 2006 - tpatzig@suse.de
|
||||||
- initial build of phpPgAdmin Version 4.0.1
|
- initial build of phpPgAdmin Version 4.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user