Hello community,

here is the log from the commit of package phpPgAdmin for openSUSE:Factory 
checked in at 2014-02-02 18:44:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phpPgAdmin (Old)
 and      /work/SRC/openSUSE:Factory/.phpPgAdmin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "phpPgAdmin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/phpPgAdmin/phpPgAdmin.changes    2012-03-30 
14:20:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.phpPgAdmin.new/phpPgAdmin.changes       
2014-02-02 18:44:03.000000000 +0100
@@ -1,0 +2,24 @@
+Fri Jan 31 14:43:01 UTC 2014 - rsalev...@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
+
+-------------------------------------------------------------------

Old:
----
  phpPgAdmin-5.0.4.tar.bz2

New:
----
  phpPgAdmin-5.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ phpPgAdmin.spec ++++++
--- /var/tmp/diff_new_pack.l4kg2H/_old  2014-02-02 18:44:04.000000000 +0100
+++ /var/tmp/diff_new_pack.l4kg2H/_new  2014-02-02 18:44:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 Summary:        Administration of PostgreSQL over the web
 License:        GPL-2.0+
 Group:          Productivity/Databases/Tools
-Version:        5.0.4
+Version:        5.1
 Release:        0
 Url:            http://phppgadmin.sourceforge.net
 Source0:        %{name}-%{version}.tar.bz2
@@ -46,15 +46,15 @@
 Features
 
 * 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:
   o Users & groups
   o Databases
   o Schemas
   o Tables, indexes, constraints, triggers, rules & privileges
-  o Views, sequences & functions
-  o Advanced objects
-  o Reports
+       Views, sequences & functions
+       Advanced objects
+       Reports
 * Easy data manipulation:
   o Browse tables, views & reports
   o Execute arbitrary SQL
@@ -65,6 +65,7 @@
 * Excellent language support:
   o Available in 27 languages
   o No encoding conflicts. Edit Russian data using a Japanese interface!
+* Easy to install and configur
 
 %prep
 %setup -q
@@ -74,26 +75,24 @@
 
 %install
 %{__install} -d %{buildroot}%{ap_docroot}/%{name}
-%{__cp} -dR *.php *.js classes help images lang libraries sql themes xloadtree 
\
-  %{buildroot}%{ap_docroot}/%{name}
+%{__cp} -dR *.php *.js classes help images lang libraries plugins themes 
xloadtree \
+%{buildroot}%{ap_docroot}/%{name}
 
 # install config to config dir
 %{__install} -D -m0640 conf/config.inc.php-dist \
-  %{buildroot}%{ppa_config}
+%{buildroot}%{ppa_config}
 
 # install config for apache
 %{__install} -D -m0644 %{S:1} %{buildroot}%{ap_sysconfdir}/conf.d/%{name}.conf
 
 # fix paths in http config
 %{__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/
 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
-# remove not needed files
-%{__rm} %{buildroot}%{ap_docroot}/%{name}/build_tests.php
 
 %postun
 %restart_on_update apache2

++++++ phpPgAdmin-5.0.4.tar.bz2 -> phpPgAdmin-5.1.tar.bz2 ++++++
++++ 61771 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to