summaryrefslogtreecommitdiffstats
path: root/phpMyAdmin.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-06 16:11:11 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-06 16:11:11 +0200
commite080a21b7b1dc6c33bf81e67ce9a3087040715fd (patch)
tree17efc8c9097ad86da8fad6a94aa7c3fd479b0899 /phpMyAdmin.spec
parent1cde86f0fba9d5ded4403a3fc07be8665aa3e4a9 (diff)
phpMyAdmin: 4.0.8 (bugfix)
Diffstat (limited to 'phpMyAdmin.spec')
-rw-r--r--phpMyAdmin.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec
index e570f8b..05b48d0 100644
--- a/phpMyAdmin.spec
+++ b/phpMyAdmin.spec
@@ -1,7 +1,7 @@
#global prever rc1
Name: phpMyAdmin
-Version: 4.0.7
+Version: 4.0.8
Release: 1%{?dist}
Summary: Web based MySQL browser written in php
@@ -95,6 +95,9 @@ find . -name \*.php -exec chmod -x {} \;
rm -rf libraries/php-gettext
rm -rf libraries/tcpdf
+# Remove sources of JavaScript librairies
+rm -rf js/jquery/src
+
%build
# Nothing to do
@@ -150,6 +153,9 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN
%changelog
+* Sun Oct 6 2013 Remi Collet <rpms@famillecollet.com> 4.0.8-1
+- update to 4.0.8 (bugfix)
+
* Mon Sep 23 2013 Remi Collet <rpms@famillecollet.com> 4.0.7-1
- update to 4.0.7 (bugfix)