forked from pool/phpPgAdmin
Accepting request 220487 from home:rsalevsky:branches:server:php:applications
update to 5.1 OBS-URL: https://build.opensuse.org/request/show/220487 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpPgAdmin?expand=0&rev=16
This commit is contained in:
parent
ebae33689c
commit
55dbb93c91
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cd4b16008c9b5b2b8b9f20708e51e77690d910a7b3d85f9f66386c79994a4349
|
|
||||||
size 778547
|
|
3
phpPgAdmin-5.1.tar.bz2
Normal file
3
phpPgAdmin-5.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a450ec4b8c85e8da7ab43b928265bc2ad0280fdea4144b55b40da4ceefd6ec6
|
||||||
|
size 583620
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 31 14:43:01 UTC 2014 - rsalevsky@suse.com
|
||||||
|
|
||||||
|
-update to 5.1
|
||||||
|
- Released: 14th April 2013
|
||||||
|
- Features
|
||||||
|
* Full support for PostgreSQL 9.1 and 9.2
|
||||||
|
* New plugin architecture, including addition of several new hooks
|
||||||
|
* Support nested groups of servers
|
||||||
|
* Expanded test coverage in Selenium test suite
|
||||||
|
* Highlight referencing fields on hovering Foriegn Key values when browsing tables
|
||||||
|
* Simplified translation system implementation
|
||||||
|
* Don't show cancel/kill options in process page to non-superusers
|
||||||
|
* Add download ability from the History window
|
||||||
|
* User queries now paginate by default
|
||||||
|
- Translations
|
||||||
|
* Lithuanian
|
||||||
|
- Bug Fixes
|
||||||
|
* Numeruous fixes for running under PHP Strict Standards
|
||||||
|
* Fix an issue with autocompletion of text based Foreign Keys
|
||||||
|
* Fix a bug when browsing tables with no unique key
|
||||||
|
* Fix several bugs with bytea support, including possible data
|
||||||
|
corruption bugs when updating rows that have bytea fields
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 29 10:59:18 UTC 2012 - chris@computersalat.de
|
Thu Mar 29 10:59:18 UTC 2012 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package phpPgAdmin
|
# spec file for package phpPgAdmin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,7 +27,7 @@ Name: phpPgAdmin
|
|||||||
Summary: Administration of PostgreSQL over the web
|
Summary: Administration of PostgreSQL over the web
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
Version: 5.0.4
|
Version: 5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://phppgadmin.sourceforge.net
|
Url: http://phppgadmin.sourceforge.net
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
@ -46,15 +46,15 @@ perfect for PostgreSQL DBAs, newbies and hosting services.
|
|||||||
Features
|
Features
|
||||||
|
|
||||||
* Administer multiple servers
|
* Administer multiple servers
|
||||||
* Support for PostgreSQL 7.4.x, 8.0.x, 8.1.x, 8.2.x, 8.3.x, 8.4.x, 9.0.x
|
* Support for PostgreSQL 8.4.x, 9.0.x, 9.1.x, 9.2.x
|
||||||
* Manage all aspects of:
|
* Manage all aspects of:
|
||||||
o Users & groups
|
o Users & groups
|
||||||
o Databases
|
o Databases
|
||||||
o Schemas
|
o Schemas
|
||||||
o Tables, indexes, constraints, triggers, rules & privileges
|
o Tables, indexes, constraints, triggers, rules & privileges
|
||||||
o Views, sequences & functions
|
Views, sequences & functions
|
||||||
o Advanced objects
|
Advanced objects
|
||||||
o Reports
|
Reports
|
||||||
* Easy data manipulation:
|
* Easy data manipulation:
|
||||||
o Browse tables, views & reports
|
o Browse tables, views & reports
|
||||||
o Execute arbitrary SQL
|
o Execute arbitrary SQL
|
||||||
@ -65,6 +65,7 @@ Features
|
|||||||
* Excellent language support:
|
* Excellent language support:
|
||||||
o Available in 27 languages
|
o Available in 27 languages
|
||||||
o No encoding conflicts. Edit Russian data using a Japanese interface!
|
o No encoding conflicts. Edit Russian data using a Japanese interface!
|
||||||
|
* Easy to install and configur
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -74,26 +75,24 @@ Features
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%{__install} -d %{buildroot}%{ap_docroot}/%{name}
|
%{__install} -d %{buildroot}%{ap_docroot}/%{name}
|
||||||
%{__cp} -dR *.php *.js classes help images lang libraries sql themes xloadtree \
|
%{__cp} -dR *.php *.js classes help images lang libraries plugins themes xloadtree \
|
||||||
%{buildroot}%{ap_docroot}/%{name}
|
%{buildroot}%{ap_docroot}/%{name}
|
||||||
|
|
||||||
# install config to config dir
|
# install config to config dir
|
||||||
%{__install} -D -m0640 conf/config.inc.php-dist \
|
%{__install} -D -m0640 conf/config.inc.php-dist \
|
||||||
%{buildroot}%{ppa_config}
|
%{buildroot}%{ppa_config}
|
||||||
|
|
||||||
# install config for apache
|
# install config for apache
|
||||||
%{__install} -D -m0644 %{S:1} %{buildroot}%{ap_sysconfdir}/conf.d/%{name}.conf
|
%{__install} -D -m0644 %{S:1} %{buildroot}%{ap_sysconfdir}/conf.d/%{name}.conf
|
||||||
|
|
||||||
# fix paths in http config
|
# fix paths in http config
|
||||||
%{__sed} -i -e "s,@ap_docroot@,%{ap_docroot},g" -e "s,@name@,%{name},g" \
|
%{__sed} -i -e "s,@ap_docroot@,%{ap_docroot},g" -e "s,@name@,%{name},g" \
|
||||||
-e "s,@docdir@,%{_docdir},g" %{buildroot}%{ap_sysconfdir}/conf.d/%{name}.conf
|
-e "s,@docdir@,%{_docdir},g" %{buildroot}%{ap_sysconfdir}/conf.d/%{name}.conf
|
||||||
|
|
||||||
# remove not needed files from lang/
|
# remove not needed files from lang/
|
||||||
for i in Makefile convert.awk langcheck php2po po2php synch; do
|
for i in Makefile convert.awk langcheck php2po po2php synch; do
|
||||||
%{__rm} -f %{buildroot}%{ap_docroot}/%{name}/lang/${i}
|
%{__rm} -f %{buildroot}%{ap_docroot}/%{name}/lang/${i}
|
||||||
done
|
done
|
||||||
# remove not needed files
|
|
||||||
%{__rm} %{buildroot}%{ap_docroot}/%{name}/build_tests.php
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%restart_on_update apache2
|
%restart_on_update apache2
|
||||||
|
Loading…
Reference in New Issue
Block a user