diff --git a/phpMyAdmin-3.4.1-all-languages.tar.bz2 b/phpMyAdmin-3.4.1-all-languages.tar.bz2 deleted file mode 100644 index 7d2be07..0000000 --- a/phpMyAdmin-3.4.1-all-languages.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4673a2d68499866e92d8b1d261aaf2ef7f5ecdb71fde4d71c2cc349ec84dfdd -size 4612476 diff --git a/phpMyAdmin-3.4.2-all-languages.tar.bz2 b/phpMyAdmin-3.4.2-all-languages.tar.bz2 new file mode 100644 index 0000000..387e86a --- /dev/null +++ b/phpMyAdmin-3.4.2-all-languages.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63aa5479bfb190d295b02431b3a579faf62dd66bd24c8a79e43aa5c477f1fe0 +size 4639847 diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index a6f1372..1f7ae91 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -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 diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 402c223..5e7cb2e 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -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