diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-12-17 14:42:17 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-12-17 14:42:17 +0100 | 
| commit | c777388dea0e546b150fed3bc9f4db6c853af9da (patch) | |
| tree | b6167ee44fdbce3df2ef43a2de8372f486f72b38 | |
| parent | 14fdba441844c631afa8946c4322bbdc16a23ecb (diff) | |
phpMyAdmin 4.1.1
| -rw-r--r-- | phpMyAdmin.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index bfaaa9a..894f160 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -1,7 +1,7 @@  #global prever rc3  Name: phpMyAdmin -Version: 4.1.0 +Version: 4.1.1  Release: 1%{?dist}  Summary: Web based MySQL browser written in php @@ -151,8 +151,11 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN  %changelog +* Tue Dec 17 2013 Remi Collet <rpms@famillecollet.com> 4.1.1-1 +- update to 4.1.1 (bugfix) +  * Thu Dec 12 2013 Remi Collet <rpms@famillecollet.com> 4.1.0-1 -- update to 4.0.1 final +- update to 4.1.0 final  * Sat Dec  7 2013 Remi Collet <rpms@famillecollet.com> 4.1.0-0.3.rc3  - update to 4.1.0-rc3 | 
