forked from pool/phpMyAdmin
Accepting request 73873 from server:php:applications
upgrade to version 3.4.2.0 (forwarded request 73838 from weberho) OBS-URL: https://build.opensuse.org/request/show/73873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=5
This commit is contained in:
commit
bd80cbe8e4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4673a2d68499866e92d8b1d261aaf2ef7f5ecdb71fde4d71c2cc349ec84dfdd
|
||||
size 4612476
|
3
phpMyAdmin-3.4.2-all-languages.tar.bz2
Normal file
3
phpMyAdmin-3.4.2-all-languages.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e63aa5479bfb190d295b02431b3a579faf62dd66bd24c8a79e43aa5c477f1fe0
|
||||
size 4639847
|
@ -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
|
||||
|
||||
|
@ -34,7 +34,7 @@ Name: phpMyAdmin
|
||||
%endif
|
||||
|
||||
Summary: Administration of MySQL over the web
|
||||
Version: 3.4.1
|
||||
Version: 3.4.2
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
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
|
||||
Recommends: php5-zip
|
||||
|
||||
|
||||
%description
|
||||
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
|
||||
@ -99,8 +100,10 @@ find . -type f -name '*.orig' -exec rm {} \;
|
||||
#rm lang/*.sh
|
||||
%{__rm} libraries/.htaccess
|
||||
|
||||
|
||||
%build
|
||||
|
||||
|
||||
%install
|
||||
#%{__install} -d -m0750 $RPM_BUILD_ROOT%{_sysconfdir}/%{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}
|
||||
%endif
|
||||
|
||||
|
||||
%post
|
||||
# on `rpm -ivh` PARAM is 1
|
||||
# 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
|
||||
fi
|
||||
|
||||
|
||||
%postun
|
||||
%restart_on_update apache2
|
||||
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files -f FILELIST
|
||||
%defattr(644,root,root,755)
|
||||
%doc CREDITS ChangeLog Documentation.* docs.css
|
||||
@ -164,4 +171,6 @@ fi
|
||||
%dir %{ap_docroot}/%{name}
|
||||
%config(noreplace) %{ap_sysconfdir}/conf.d/%{name}.conf
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user