Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2014-09-03 18:22:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phpMyAdmin (Old)
 and      /work/SRC/openSUSE:Factory/.phpMyAdmin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "phpMyAdmin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes    2014-08-20 
17:52:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes       
2014-09-03 20:46:27.000000000 +0200
@@ -1,0 +2,27 @@
+Sun Aug 31 21:52:38 UTC 2014 - [email protected]
+
+- update to 4.2.8 (2014-08-31)
+  - sf#4516 Odd export behavior
+  - sf#4519 Uncaught TypeError: Cannot read property 'success' 
+    of null
+  - sf#4520 sql.js: cannot read property
+  - sf#4521 Initially allowed chart types do not match selected 
+    data
+  - sf#4518 Export to SQL: CREATE TABLE option AUTO_INCREMENT 
+    ignored
+  - sf#4522 Duplicate column names while assigning index
+  - sf#4487 Export of partitioned table does not import
+  - fix bug server_privileges.js: cannot read property
+  - sf#4527 Importing ODS files with column names having trailing
+    spaces fails
+  - sf#4413 Navigation Error in Nav Tree for Search Results Past 
+    the First Page
+  - fix bug functions.js: Cannot read property 'replace' of undefined
+
+-------------------------------------------------------------------
+Fri Aug 29 14:58:31 UTC 2014 - [email protected]
+
+- fix for bnc#894107
+  * fix post/postun for systemd
+
+-------------------------------------------------------------------

Old:
----
  phpMyAdmin-4.2.7.1-all-languages.tar.bz2

New:
----
  phpMyAdmin-4.2.8-all-languages.tar.bz2

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

Other differences:
------------------
++++++ phpMyAdmin.spec ++++++
--- /var/tmp/diff_new_pack.Ik5Pxh/_old  2014-09-03 20:46:30.000000000 +0200
+++ /var/tmp/diff_new_pack.Ik5Pxh/_new  2014-09-03 20:46:30.000000000 +0200
@@ -31,10 +31,14 @@
 %define ap_grp nogroup
 %endif
 
+%if 0%{?suse_version} >= 1210
+%define has_systemd 1
+%endif
+
 Summary:        Administration of MySQL over the web
 License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Frontends
-Version:        4.2.7.1
+Version:        4.2.8
 Release:        0
 Url:            http://www.phpMyAdmin.net
 Source0:        
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2
@@ -151,10 +155,18 @@
 # set PmaAbsoluteUri ### generate blowfish secret
 %{__sed} -i -e "s,@FQDN@,$(cat /etc/HOSTNAME)," \
  -e "s/\\\$cfg\['blowfish_secret'\] = ''/\$cfg['blowfish_secret'] = '`pwgen -s 
-1 46`'/" %{pma_config}
+%if 0%{?has_systemd}
+%service_add_post apache2.service
+%else
 %restart_on_update apache2
+%endif
 
 %postun
+%if 0%{?has_systemd}
+%service_del_postun apache2.service
+%else
 %restart_on_update apache2
+%endif
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT

++++++ phpMyAdmin-4.2.7.1-all-languages.tar.bz2 -> 
phpMyAdmin-4.2.8-all-languages.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.2.7.1-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.2.8-all-languages.tar.bz2
 differ: char 11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to