Accepting request 73838 from home:weberho:server

upgrade to version 3.4.2.0

OBS-URL: https://build.opensuse.org/request/show/73838
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=7
This commit is contained in:
Cristian Rodríguez 2011-06-16 15:01:03 +00:00 committed by Git OBS Bridge
parent 9bb9be04c4
commit 0a1c497be6
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4673a2d68499866e92d8b1d261aaf2ef7f5ecdb71fde4d71c2cc349ec84dfdd
size 4612476

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e63aa5479bfb190d295b02431b3a579faf62dd66bd24c8a79e43aa5c477f1fe0
size 4639847

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jun 09 14:41:00 UTC 2011 - jweberhofer@weberhofer.at
- update to 3.4.2.0
- bug #3301249 [interface] Iconic table operations does not remove inline edit label
- bug #3303869 [interface] Unnecessary scrolling on Databases page
- patch #3303813 [setup] Define a label that was missing
- bug #3305606 [interface] Show all button wraps on privileges page
- bug #3305517 [config] Config for export compression not used
- bug #3305883 [interface] Table is dropped regardless of confirmation
- [auth] Fixed error handling for signon auth method.
- bug #3276001 [core] Avoid caching of index.php.
- bug #3306958 [interface] Unnecessary Details slider
- bug #3308476 [interface] "Show all" not persistent after a sort
- bug #3308072 [auth] Version disclosure to anonymous visitors
- bug #3306981 [interface] pmahomme and table statistics
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 16:06:05 UTC 2011 - chris@computersalat.de Tue May 24 16:06:05 UTC 2011 - chris@computersalat.de

View File

@ -34,7 +34,7 @@ Name: phpMyAdmin
%endif %endif
Summary: Administration of MySQL over the web Summary: Administration of MySQL over the web
Version: 3.4.1 Version: 3.4.2
Release: 1 Release: 1
License: GPLv2+ License: GPLv2+
Group: Productivity/Networking/Web/Frontends Group: Productivity/Networking/Web/Frontends
@ -54,6 +54,7 @@ Requires: mod_php_any php-bz2 php-gd php-iconv
Requires: php-mbstring php-mcrypt php-mysql php-session php-zlib Requires: php-mbstring php-mcrypt php-mysql php-session php-zlib
Recommends: php5-zip Recommends: php5-zip
%description %description
phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a
single database. To accomplish the latter you'll need a properly set up MySQL single database. To accomplish the latter you'll need a properly set up MySQL
@ -99,8 +100,10 @@ find . -type f -name '*.orig' -exec rm {} \;
#rm lang/*.sh #rm lang/*.sh
%{__rm} libraries/.htaccess %{__rm} libraries/.htaccess
%build %build
%install %install
#%{__install} -d -m0750 $RPM_BUILD_ROOT%{_sysconfdir}/%{name} #%{__install} -d -m0750 $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
%{__install} -d -m0755 $RPM_BUILD_ROOT%{ap_docroot}/%{name} %{__install} -d -m0755 $RPM_BUILD_ROOT%{ap_docroot}/%{name}
@ -130,6 +133,7 @@ find $RPM_BUILD_ROOT%{ap_docroot}/%{name} -maxdepth 1 -type f | grep -v 'config.
%fdupes -s ${RPM_BUILD_ROOT} %fdupes -s ${RPM_BUILD_ROOT}
%endif %endif
%post %post
# on `rpm -ivh` PARAM is 1 # on `rpm -ivh` PARAM is 1
# on `rpm -Uvh` PARAM is 2 # on `rpm -Uvh` PARAM is 2
@ -147,12 +151,15 @@ if [ -f /etc/php5/conf.d/suhosin.ini ]; then
%{_sysconfdir}/php5/conf.d/suhosin.ini %{_sysconfdir}/php5/conf.d/suhosin.ini
fi fi
%postun %postun
%restart_on_update apache2 %restart_on_update apache2
%clean %clean
%{__rm} -rf $RPM_BUILD_ROOT %{__rm} -rf $RPM_BUILD_ROOT
%files -f FILELIST %files -f FILELIST
%defattr(644,root,root,755) %defattr(644,root,root,755)
%doc CREDITS ChangeLog Documentation.* docs.css %doc CREDITS ChangeLog Documentation.* docs.css
@ -164,4 +171,6 @@ fi
%dir %{ap_docroot}/%{name} %dir %{ap_docroot}/%{name}
%config(noreplace) %{ap_sysconfdir}/conf.d/%{name}.conf %config(noreplace) %{ap_sysconfdir}/conf.d/%{name}.conf
%changelog %changelog