summaryrefslogtreecommitdiffstats
path: root/phpMyAdmin.spec
blob: d1d5aa4684cb38fa3af9065e6ef9f4fdb3fcd223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
# spec file for phpMyAdmin
#
# Copyright (c) 2008-2014 Remi Collet
# Copyright (c) 2007-2009 Robert Scheck
# Copyright (c) 2006-2007 Mike McGrath
#
# License: MIT
# http://opensource.org/licenses/MIT
#
# Please, preserve the changelog entries
#
#global prever rc3
%{!?_pkgdocdir: %global _pkgdocdir %{_datadir}/doc/%{name}-%{version}}
%if 0%{?fedora} >= 21
# nginx 1.6 with nginx-filesystem
%global with_nginx     1
# httpd 2.4 with httpd-filesystem
%global with_httpd     1
%else
%global with_nginx     0
%global with_httpd     0
%endif

Name: phpMyAdmin
Version: 4.2.9.1
Release: 2%{?dist}
Summary: Web based MySQL browser written in php

Group: Applications/Internet
License: GPLv2+
URL: http://www.phpmyadmin.net/
Source0: http://downloads.sourceforge.net/sourceforge/phpmyadmin/%{name}-%{version}%{?prever:-%prever}-all-languages.tar.bz2
Source2: phpMyAdmin.htaccess
Source3: phpMyAdmin.nginx

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: unzip

Requires:  webserver
%if %{with_nginx}
Requires:  nginx-filesystem
%endif
%if %{with_httpd}
Requires:  httpd-filesystem
Requires:  php(httpd)
%endif
Requires:  php(language) >= 5.3.0
Requires:  php-bcmath
Requires:  php-bz2
Requires:  php-ctype
Requires:  php-curl
Requires:  php-date
Requires:  php-filter
Requires:  php-gd
Requires:  php-gmp
Requires:  php-hash
Requires:  php-iconv
Requires:  php-json
Requires:  php-libxml
Requires:  php-mbstring
Requires:  php-mcrypt
Requires:  php-mysqli
Requires:  php-openssl
Requires:  php-pcre
Requires:  php-recode
Requires:  php-session
Requires:  php-simplexml
Requires:  php-spl
Requires:  php-tidy
Requires:  php-xml
Requires:  php-xmlwriter
Requires:  php-zip
Requires:  php-zlib
Requires:  php-php-gettext
Requires:  php-tcpdf
Requires:  php-tcpdf-dejavu-sans-fonts
Requires:  php-phpseclib-crypt-aes

Provides:  phpmyadmin = %{version}-%{release}
Obsoletes: phpMyAdmin3
Obsoletes: phpMyAdmin4


%description
phpMyAdmin is a tool written in PHP intended to handle the administration of
MySQL over the Web. Currently it can create and drop databases,
create/drop/alter tables, delete/edit/add fields, execute any SQL statement,
manage keys on fields, manage privileges,export data into various formats and
is available in 50 languages


%prep
%setup -qn phpMyAdmin-%{version}%{?prever:-%prever}-all-languages

# Fix links on home page to match allowed domains
# see https://github.com/phpmyadmin/phpmyadmin/pull/1291
sed -e 's/www.phpmyadmin.net/www.phpMyAdmin.net/' \
    -i index.php

# Minimal configuration file
sed -e "/'extension'/s@'mysql'@'mysqli'@"  \
    -e "/'blowfish_secret'/s@''@'MUSTBECHANGEDONINSTALL'@"  \
    -e "/'UploadDir'/s@''@'%{_localstatedir}/lib/%{name}/upload'@"  \
    -e "/'SaveDir'/s@''@'%{_localstatedir}/lib/%{name}/save'@" \
    config.sample.inc.php >CONFIG

# Setup vendor config file
sed -e "/'CHANGELOG_FILE'/s@./ChangeLog@%{_pkgdocdir}/ChangeLog@" \
    -e "/'LICENSE_FILE'/s@./LICENSE@%{_pkgdocdir}/LICENSE@" \
    -e "/'CONFIG_DIR'/s@'./'@'%{_sysconfdir}/%{name}/'@" \
    -e "/'SETUP_CONFIG_FILE'/s@./config/config.inc.php@%{_localstatedir}/lib/%{name}/config/config.inc.php@" \
    -e "/'GETTEXT_INC'/s@./libraries/php-gettext/gettext.inc@%{_datadir}/php/gettext/gettext.inc@" \
    -e "/'TCPDF_INC'/s@./libraries/tcpdf/tcpdf.php@%{_datadir}/php/tcpdf/tcpdf.php@" \
    -e "/'PHPSECLIB_INC_DIR'/s@./libraries/phpseclib@%{_datadir}/pear@" \
%if 0%{?_licensedir:1}
    -e '/LICENSE_FILE/s:%_defaultdocdir:%_defaultlicensedir:' \
%endif
    -i libraries/vendor_config.php

# For debug
grep '^define' libraries/vendor_config.php

# to avoid rpmlint warnings
rm doc/html/.buildinfo

# Remove bundled libraries
rm -r libraries/php-gettext
rm -r libraries/tcpdf
rm -r libraries/phpseclib

# Remove sources of JavaScript librairies
rm -r js/jquery/src
rm -r js/openlayers/src


%build
# Nothing to do


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_datadir}/%{name}
cp -ad ./* %{buildroot}/%{_datadir}/%{name}
install -Dpm 0640 CONFIG %{buildroot}/%{_sysconfdir}/%{name}/config.inc.php
# Apache
install -Dpm 0644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/httpd/conf.d/phpMyAdmin.conf
# Nginx
%if %{with_nginx}
install -Dpm 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/nginx/default.d/phpMyAdmin.conf
%endif

rm -f %{buildroot}/%{_datadir}/%{name}/config.sample.inc.php
rm -f %{buildroot}/%{_datadir}/%{name}/*txt
rm -f %{buildroot}/%{_datadir}/%{name}/[CDLR]*
rm -f %{buildroot}/%{_datadir}/%{name}/libraries/.htaccess
rm -f %{buildroot}/%{_datadir}/%{name}/setup/lib/.htaccess
rm -f %{buildroot}/%{_datadir}/%{name}/setup/frames/.htaccess
rm -rf %{buildroot}/%{_datadir}/%{name}/contrib
# documentation
rm -rf    %{buildroot}%{_datadir}/%{name}/{doc,examples}/
mkdir -p  %{buildroot}%{_datadir}/%{name}/doc/
ln -s %{_pkgdocdir}/html  %{buildroot}%{_datadir}/%{name}/doc/html
mv -f config.sample.inc.php examples/

mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}/{upload,save,config}
rm -rf %{buildroot}%{_datadir}/%{name}/libraries/php-gettext
rm -rf %{buildroot}%{_datadir}/%{name}/libraries/tcpdf

mv js/jquery/MIT-LICENSE.txt   LICENSE-jquery
mv js/canvg/MIT-LICENSE.txt    LICENSE-canvg
mv js/codemirror/LICENSE       LICENSE-codemirror


%clean
rm -rf %{buildroot}


%if %{?fedora}%{!?fedora:99} <= 18
%pre
echo -e "\nWARNING : Fedora %{fedora} is now EOL :"
echo -e "You should consider upgrading to a supported release.\n"
%endif

%pretrans
# allow dir to link upgrade
if  [ -d %{_datadir}/%{name}/doc/html ]; then
  rm -rf %{_datadir}/%{name}/doc/html
fi

%post
# generate a secret key for this install
sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RANDOM/" \
    %{_sysconfdir}/%{name}/config.inc.php


%files
%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}
%license LICENSE*
%doc ChangeLog README CONTRIBUTING.md DCO
%doc doc/html/ examples/
%{_datadir}/%{name}
%attr(0750,root,apache) %dir %{_sysconfdir}/%{name}
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/%{name}/config.inc.php
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf
%if %{with_nginx}
%config(noreplace) %{_sysconfdir}/nginx/default.d/%{name}.conf
%endif
%dir %attr(0750,apache,apache) %{_localstatedir}/lib/%{name}/upload
%dir %attr(0750,apache,apache) %{_localstatedir}/lib/%{name}/save
%dir %attr(0750,apache,apache) %{_localstatedir}/lib/%{name}/config


%changelog
* Sat Oct  4 2014 Remi Collet <rpms@famillecollet.com> 4.2.9.1-2
- provide nginx configuration (Fedora >= 21)

* Wed Oct  1 2014 Remi Collet <rpms@famillecollet.com> 4.2.9.1-1
- update to 4.2.9.1 (Wed, 1 Oct 2014, security)
- fix for PMASA-2014-11

* Sat Sep 20 2014 Remi Collet <rpms@famillecollet.com> 4.2.9-1
- update to 4.2.9 (Sat, 20 Sep 2014, bugfix)

* Sat Sep 13 2014 Remi Collet <rpms@famillecollet.com> 4.2.8.1-1
- update to 4.2.8.1 (Sat, 13 Sep 2014, security)
- fix for PMASA-2014-10

* Sun Aug 31 2014 Remi Collet <rpms@famillecollet.com> 4.2.8-1
- update to 4.2.8 (Sun, 31 Aug 2014, bugfix)

* Mon Aug 18 2014 Remi Collet <rpms@famillecollet.com> 4.2.7.1-2
- restrict access to /etc/phpMyAdmin and /var/lib/phpMyAdmin

* Sun Aug 17 2014 Remi Collet <rpms@famillecollet.com> 4.2.7.1-1
- update to 4.2.7.1 (Sun, 17 Aug 2014, security)
- fix for PMASA-2014-8 and PMASA-2014-9

* Thu Jul 31 2014 Remi Collet <rpms@famillecollet.com> 4.2.7-1
- update to 4.2.7 (Thu, 31 Jul 2014, bugfix)

* Thu Jul 31 2014 Remi Collet <rpms@famillecollet.com> 4.2.6-3
- move documentation in /usr/share/doc
- move License in /usr/share/licenses

* Fri Jul 18 2014 Remi Collet <rpms@famillecollet.com> 4.2.6-2
- fix links on home page

* Fri Jul 18 2014 Remi Collet <rpms@famillecollet.com> 4.2.6-1
- update to 4.2.6 (Thu, 17 Jul 2014, security)
- fix for PMASA-2014-4 to PMASA-2014-7

* Tue Jul  8 2014 Remi Collet <rpms@famillecollet.com> 4.2.5-2
- apply upstream patch to use system phpseclib
- add dependency on php-phpseclib-crypt-aes

* Thu Jun 26 2014 Remi Collet <rpms@famillecollet.com> 4.2.5-1
- update to 4.2.5 (Thu, 26 Jun 2014, bugfix)

* Sun Jun 22 2014 Remi Collet <rpms@famillecollet.com> 4.2.4-1
- update to 4.2.4 (Fri, 20 Jun 2014, security)
- fix for PMASA-2014-2 and PMASA-2014-3

* Tue Jun 10 2014 Remi Collet <rpms@famillecollet.com> 4.2.3-1
- update to 4.2.3 (Sun, 08 June 2014, bugfix)

* Thu May 22 2014 Remi Collet <rpms@famillecollet.com> 4.2.2-1
- update to 4.2.2 (Tue, 20 May 2014, bugfix)

* Tue May 13 2014 Remi Collet <rpms@famillecollet.com> 4.2.1-1
- update to 4.2.1 (Tue, 13 May 2014, bugfix)

* Thu May  8 2014 Remi Collet <rpms@famillecollet.com> 4.2.0-1
- update to 4.2.0 (Thu, 08 May 2014)

* Mon Apr 28 2014 Remi Collet <rpms@famillecollet.com> 4.1.14-1
- update to 4.1.14 (Sat, 26 Apr 2014, bugfix)

* Sun Apr 13 2014 Remi Collet <rpms@famillecollet.com> 4.1.13-1
- update to 4.1.13 (Sun, 13 Apr 2014, bugfix)

* Thu Mar 27 2014 Remi Collet <rpms@famillecollet.com> 4.1.12-1
- update to 4.1.12 (Thu, 27 Mar 2014, bugfix)

* Sun Mar 23 2014 Remi Collet <rpms@famillecollet.com> 4.1.11-1
- update to 4.1.11 (Sat, 22 Mar 2014, bugfix)

* Sat Mar 22 2014 Remi Collet <rpms@famillecollet.com> 4.1.10-1
- update to 4.1.10 (Sat, 22 Mar 2014, bugfix)

* Fri Mar  7 2014 Remi Collet <rpms@famillecollet.com> 4.1.9-1
- update to 4.1.9 (Thu, 06 Mar 2014, bugfix)

* Sat Feb 22 2014 Remi Collet <rpms@famillecollet.com> 4.1.8-1
- update to 4.1.8 (Sat, 22 Feb 2014, bugfix)

* Tue Feb 11 2014 Remi Collet <rpms@famillecollet.com> 4.1.7-1
- update to 4.1.7 (Sun, 09 Feb 2014, bugfix)

* Sun Jan 26 2014 Remi Collet <rpms@famillecollet.com> 4.1.6-1
- update to 4.1.6 (Sun, 26 Jan 2014, bugfix)

* Fri Jan 17 2014 Remi Collet <rpms@famillecollet.com> 4.1.5-1
- update to 4.1.5 (Fri, 17 Jan 2014, bugfix)

* Sat Jan 11 2014 Remi Collet <rpms@famillecollet.com> 4.1.4-2
- fix for f20 and unversioned docdir

* Tue Jan  7 2014 Remi Collet <rpms@famillecollet.com> 4.1.4-1
- update to 4.1.4 (Tue, 07 Jan 2014, bugfix)

* Tue Dec 31 2013 Remi Collet <rpms@famillecollet.com> 4.1.3-1
- update to 4.1.3 (Tue, 31 Dec 2013, bugfix)

* Mon Dec 23 2013 Remi Collet <rpms@famillecollet.com> 4.1.2-1
- update to 4.1.2 (Mon, 23 Dec 2013, bugfix)

* 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.1.0 final

* Thu Dec 12 2013 Ville Skyttä <ville.skytta@iki.fi> - 3.5.8.2-2
- Fix paths to changelog and license when doc dir is unversioned (#994036).
- Fix source URL, use xz compressed tarball.

* Sat Dec  7 2013 Remi Collet <rpms@famillecollet.com> 4.1.0-0.3.rc3
- update to 4.1.0-rc3

* Wed Dec  4 2013 Remi Collet <rpms@famillecollet.com> 4.1.0-0.2.rc2
- update to 4.1.0-rc2

* Wed Dec  4 2013 Remi Collet <rpms@famillecollet.com> 4.0.10-1
- update to 4.0.10 (bugfix)

* Sat Nov 23 2013 Remi Collet <rpms@famillecollet.com> 4.1.0-0.1.rc1
- update to 4.1.0-rc1

* Tue Nov  5 2013 Remi Collet <rpms@famillecollet.com> 4.0.9-1
- update to 4.0.9 (bugfix)

* 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)

* Sun Sep  8 2013 Remi Collet <rpms@famillecollet.com> 4.0.6-1
- update to 4.0.6

* Tue Aug 27 2013 Remi Collet <rpms@famillecollet.com> 4.0.6-0.1.rc1
- update to 4.0.6-rc1

* Mon Aug  5 2013 Remi Collet <rpms@famillecollet.com> 4.0.5-1
- update to 4.0.5, security fixes for PMASA-2013-10

* Sun Jul 28 2013 Remi Collet <rpms@famillecollet.com> 4.0.4.2-1
- update to 4.0.4.2
  security fixes for PMASA-2013-8, PMASA-2013-9, PMASA-2013-11,
  PMASA-2013-12, PMASA-2013-13, PMASA-2013-14, PMASA-2013-15

* Mon Jul  1 2013 Remi Collet <rpms@famillecollet.com> 4.0.4.1-1
- update to 4.0.4.1 (security: PMASA-2013-7)

* Mon Jun 17 2013 Remi Collet <rpms@famillecollet.com> 4.0.4-1
- update to 4.0.4

* Wed Jun  5 2013 Remi Collet <rpms@famillecollet.com> 4.0.3-1
- update to 4.0.3

* Sat May 25 2013 Remi Collet <rpms@famillecollet.com> 4.0.2-1
- update to 4.0.2

* Sat May 18 2013 Remi Collet <rpms@famillecollet.com> 4.0.1-2
- only requires php-tcpdf-dejavu-sans-fonts

* Wed May 15 2013 Remi Collet <rpms@famillecollet.com> 4.0.1-1
- update to 4.0.1

* Mon May 13 2013 Remi Collet <rpms@famillecollet.com> 4.0.0-3
- upstream fixes for tcpdf 6.0

* Thu May  9 2013 Remi Collet <rpms@famillecollet.com> 4.0.0-2
- use system tcpdf library

* Fri May  3 2013 Remi Collet <rpms@famillecollet.com> 4.0.0-1
- update to 4.0.0 finale

* Sun Apr 28 2013 Remi Collet <rpms@famillecollet.com> 4.0.0-0.5.rc4
- 4.0.0-rc4

* Wed Apr 24 2013 Remi Collet <rpms@famillecollet.com> 4.0.0-0.4.rc3
- 4.0.0-rc3

* Tue Apr 16 2013 Remi Collet <rpms@famillecollet.com> 4.0.0-0.3.rc2
- 4.0.0-rc2

* Thu Apr  4 2013 Remi Collet <rpms@famillecollet.com> 4.0.0-0.2.rc1
- 4.0.0-rc1

* Wed Mar 27 2013 Remi Collet <rpms@famillecollet.com> 4.0.0-0.1.beta3
- 4.0.0-beta3
- remove all additional themes

* Fri Feb 15 2013 Remi Collet <rpms@famillecollet.com> 3.5.7-1
- Upstream released 3.5.7 (bugfix)
- patch for http://sourceforge.net/p/phpmyadmin/bugs/3828/
  MariaDB reported as MySQL

* Mon Jan 28 2013 Remi Collet <rpms@famillecollet.com> 3.5.6-1
- Upstream released 3.5.6 (bugfix)
- add theme metro 1.0

* Thu Dec 20 2012 Remi Collet <rpms@famillecollet.com> 3.5.5-1
- Upstream released 3.5.5 (bugfix)
- add theme cleanstrap 1.0

* Fri Nov 16 2012 Remi Collet <rpms@famillecollet.com> 3.5.4-1
- Upstream released 3.5.4 (bugfix)

* Fri Nov 16 2012 Remi Collet <rpms@famillecollet.com> 3.5.3-2
- update theme Darkblue/orange to 2.11
- add theme blueorange 1.0b

* Tue Oct  9 2012 Remi Collet <rpms@famillecollet.com> 3.5.3-1
- Upstream released 3.5.2.3 (security)
  fix PMASA-2012-6 and PMASA-2012-7

* Mon Sep  3 2012 Remi Collet <rpms@famillecollet.com> 3.5.2.2-1.1
- Obsoletes phpMyAdmin3

* Sun Aug 12 2012 Remi Collet <rpms@famillecollet.com> 3.5.2.2-1
- Upstream released 3.5.2.2 (security)
  fix PMASA-2012-4

* Fri Aug 03 2012 Remi Collet <rpms@famillecollet.com> 3.5.2.1-1
- Upstream released 3.5.2.1 (security)
  fix PMASA-2012-3

* Sun Jul 08 2012 Remi Collet <rpms@famillecollet.com> 3.5.2-1
- Upstream released 3.5.2 (bugfix release)

* Sun Jul 01 2012 Remi Collet <rpms@famillecollet.com> 3.5.2-0.1.rc1
- update to 3.5.2-rc1
- clean up spec, use system php-gettext

* Sat May 05 2012 Remi Collet <rpms@famillecollet.com> 3.5.1-2
- make config compatible httpd 2.2 / 2.4

* Fri May 04 2012 Remi Collet <rpms@famillecollet.com> 3.5.1-1
- Upstream released 3.5.1 (bugfix release)

* Tue Apr 10 2012 Remi Collet <rpms@famillecollet.com> 3.5.0-1
- Upstream released 3.5.0

* Wed Mar 28 2012 Remi Collet <rpms@famillecollet.com> 3.4.10.2-1
- Upstream released 3.4.10.2 (security)
  fix PMASA-2012-2

* Sat Feb 18 2012 Remi Collet <rpms@famillecollet.com> 3.4.10.1-1
- Upstream released 3.4.10.1 (security)
  fix PMASA-2012-1

* Tue Feb 14 2012 Remi Collet <rpms@famillecollet.com> 3.4.10-1
- Upstream released 3.4.10 (bugfix)

* Wed Dec 21 2011 Remi Collet <rpms@famillecollet.com> 3.4.9-1
- Upstream released 3.4.9 (bugfix and minor security)
  Fix PMASA-2011-19 and PMASA-2011-20

* Thu Dec 01 2011 Remi Collet <rpms@famillecollet.com> 3.4.8-1
- Upstream released 3.4.8 (security)
  Fix PMASA-2011-18
- remove patch merged upstream

* Sun Nov 13 2011 Remi Collet <rpms@famillecollet.com> 3.4.7.1-2
- add patch to avoid notice with php 5.4

* Sat Nov 12 2011 Remi Collet <rpms@famillecollet.com> 3.4.7.1-1
- Upstream released 3.4.7.1 (security)
  Fix PMASA-2011-17

* Sun Oct 23 2011 Remi Collet <rpms@famillecollet.com> 3.4.7-1
- Upstream released 3.4.7 (bugfix)
- add Paradice 3.4 theme

* Sun Oct 16 2011 Remi Collet <rpms@famillecollet.com> 3.4.6-1
- Upstream released 3.4.6 (security)
  Fix PMASA-2011-15 and PMASA-2011-16

* Wed Sep 14 2011 Remi Collet <rpms@famillecollet.com> 3.4.5-1
- Upstream released 3.4.5 (security)
  http://www.phpmyadmin.net/home_page/security/PMASA-2011-14.php

* Wed Aug 24 2011 Remi Collet <rpms@famillecollet.com> 3.4.4-1
- Upstream released 3.4.4 (security)
  http://www.phpmyadmin.net/home_page/security/PMASA-2011-13.php

* Sat Jul 23 2011 Remi Collet <rpms@famillecollet.com> 3.4.3.2-1
- Upstream released 3.4.3.2 (security)
  http://www.phpmyadmin.net/home_page/security/PMASA-2011-12.php
  http://www.phpmyadmin.net/home_page/security/PMASA-2011-9.php

* Sun Jul  3 2011 Remi Collet <rpms@famillecollet.com> 3.4.3.1-1
- Upstream released 3.4.3.1 (security)
  http://www.phpmyadmin.net/home_page/security/PMASA-2011-8.php
  http://www.phpmyadmin.net/home_page/security/PMASA-2011-5.php

* Mon Jun 27 2011 Remi Collet <rpms@famillecollet.com> 3.4.3-1
- Upstream released 3.4.3

* Fri Jun 10 2011 Remi Collet <rpms@famillecollet.com> 3.4.2-1
- Upstream released 3.4.2

* Thu May 26 2011 Remi Collet <rpms@famillecollet.com> 3.4.1-1
- Upstream released 3.4.1
  http://www.phpmyadmin.net/home_page/security/PMASA-2011-3.php
  http://www.phpmyadmin.net/home_page/security/PMASA-2011-4.php

* Wed May 11 2011 Remi Collet <rpms@famillecollet.com> 3.4.0-1
- Upstream released 3.4.0
- remove 3.3 themes and add 3.4 ones

* Sat Mar 19 2011 Remi Collet <rpms@famillecollet.com> 3.3.10-1
- Upstream released 3.3.10

* Fri Feb 11 2011 Remi Collet <rpms@famillecollet.com> 3.3.9.2-1
- Upstream released 3.3.9.2
  http://www.phpmyadmin.net/home_page/security/PMASA-2011-2.php

* Tue Feb 08 2011 Remi Collet <rpms@famillecollet.com> 3.3.9.1-1
- Upstream released 3.3.9.1
  http://www.phpmyadmin.net/home_page/security/PMASA-2011-1.php

* Sat Feb 05 2011 Remi Collet <rpms@famillecollet.com> 3.3.9-2
- upstream patches for CVE-2010-4480 and CVE-2010-4481

* Mon Jan 03 2011 Remi Collet <rpms@famillecollet.com> 3.3.9-1
- Upstream released 3.3.9
- update pmamhomme to 1.0b
- don't requires php (to allow nginx or lighttpd instead of apache)

* Mon Oct 25 2010 Remi Collet <rpms@famillecollet.com> 3.3.8.1-1
- Upstream released 3.3.8.1
- add pmamhomme 1.0 theme

* Mon Oct 25 2010 Remi Collet <rpms@famillecollet.com> 3.3.8-1
- Upstream released 3.3.8

* Tue Sep 07 2010 Remi Collet <rpms@famillecollet.com> 3.3.7-1
- Upstream released 3.3.7

* Sun Aug 29 2010 Remi Collet <rpms@famillecollet.com> 3.3.6-1
- Upstream released 3.3.6

* Fri Aug 20 2010 Remi Collet <rpms@famillecollet.com> 3.3.5.1-1
- Upstream released 3.3.5.1

* Mon Jul 26 2010 Remi Collet <rpms@famillecollet.com> 3.3.5-1
- Upstream released 3.3.5

* Tue Jun 29 2010 Remi Collet <rpms@famillecollet.com> 3.3.4-1
- Upstream released 3.3.4
- add Paradice 3.0b theme

* Mon May 10 2010 Remi Collet <rpms@famillecollet.com> 3.3.3-1.###.remi
- Upstream released 3.3.3
- clean old changelog entry (version < 3.0.0)

* Thu Mar 18 2010 Remi Collet <rpms@famillecollet.com> 3.3.1-1.###.remi
- Upstream released 3.3.1

* Mon Mar 08 2010 Remi Collet <rpms@famillecollet.com> 3.3.0-1.###.remi
- Upstream released 3.3.0
- remove obsolete 3.2 themes (clearview3, crimson_gray, grid, hillside, paradice)
- add new 3.3 themes (smooth_yellow, arctic_ocean)
- add some required extensions (gd, mcrypt)
- add upload, save, config dir in /var/lib/phpMyAdmin
- use vendor_config.php
- swicth to mysqli

* Sun Jan 10 2010 Remi Collet <rpms@famillecollet.com> 3.2.5-1.###.remi
- Upstream released 3.2.5 (bug fixes)
- build for EOL fedora and EL

* Wed Dec 02 2009 Remi Collet <rpms@famillecollet.com> 3.2.4-1.###.remi
- Upstream released 3.2.4 (bug fixes)
- build for EOL fedora and EL

* Fri Oct 30 2009 Remi Collet <rpms@famillecollet.com> 3.2.3-1.###.remi
- Upstream released 3.2.3 (bug fixes)
- build for EOL fedora and EL

* Tue Oct 13 2009 Remi Collet <rpms@famillecollet.com> 3.2.2.1-1.###.remi
- Upstream released 3.2.2.1 (security fix)
- build for EOL fedora and EL

* Sun Sep 13 2009 Remi Collet <rpms@famillecollet.com> 3.2.2-1.###.remi
- Upstream released 3.2.2 (bug fixes)
- build for EOL fedora and EL

* Tue Jun 30 2009 Remi Collet <rpms@famillecollet.com> 3.2.1-1.###.remi
- Upstream released 3.2.1 (bug fixes and a new language: Uzbek)
- build for EOL fedora and EL

* Tue Jun 30 2009 Remi Collet <rpms@famillecollet.com> 3.2.0.1-1.###.remi
- Upstream released 3.2.0.1 (security release)
- build for EOL fedora and EL

* Mon Jun 15 2009 Remi Collet <rpms@famillecollet.com> 3.2.0-1.###.remi
- Upstream released 3.2.0
- build for EOL fedora and EL
- add theme clearview3-3.1.zip
- add theme crimson_gray-3.1-3.2.zip
- add theme grid-2.11d.zip
- add theme hillside-3.0.zip
- add theme paradice-3.0a.zip

* Fri May 15 2009 Remi Collet <rpms@famillecollet.com> 3.1.5-1.###.remi
- Upstream released 3.1.5
- build for EOL fedora and EL

* Sat Apr 25 2009 Remi Collet <rpms@famillecollet.com> 3.1.4-1.###.remi
- Upstream released 3.1.4
- build for EOL fedora and EL

* Tue Apr 14 2009 Remi Collet <rpms@famillecollet.com> 3.1.3.2-1.###.remi
- Upstream released 3.1.3.1
- build for EOL fedora and EL

* Wed Mar 25 2009 Remi Collet <rpms@famillecollet.com> 3.1.3.1-1.###.remi
- build for EOL fedora and EL

* Wed Mar 25 2009 Robert Scheck <robert@fedoraproject.org> 3.1.3.1-1
- Upstream released 3.1.3.1 (#492066)

* Sun Mar 01 2009 Remi Collet <rpms@famillecollet.com> 3.1.3-1.###.remi
- Upstream released 3.1.3
- build for EOL fedora and EL

* Tue Jan 20 2009 Remi Collet <rpms@famillecollet.com> 3.1.2-1.###.remi
- rebuild for EOL fedora and EL

* Tue Jan 20 2009 Robert Scheck <robert@fedoraproject.org> 3.1.2-1
- Upstream released 3.1.2

* Fri Dec 12 2008 Remi Collet <rpms@famillecollet.com> 3.1.1-1.###.remi
- rebuild for EOL fedora and EL

* Thu Dec 11 2008 Robert Scheck <robert@fedoraproject.org> 3.1.1-1
- Upstream released 3.1.1 (#475954)

* Sat Nov 29 2008 Remi Collet <rpms@famillecollet.com> 3.1.0-1.###.remi
- rebuild for EOL fedora and EL

* Sat Nov 29 2008 Robert Scheck <robert@fedoraproject.org> 3.1.0-1
- Upstream released 3.1.0
- Replaced LocationMatch with Directory directive (#469451)

* Fri Oct 31 2008 Remi Collet <rpms@famillecollet.com> 3.0.1.1-1.###.remi
- rebuild for EOL fedora and EL

* Thu Oct 30 2008 Robert Scheck <robert@fedoraproject.org> 3.0.1.1-1
- Upstream released 3.0.1.1 (#468974)

* Thu Oct 23 2008 Remi Collet <rpms@famillecollet.com> 3.0.1-1.###.remi
- rebuild for EOL fedora

* Wed Oct 22 2008 Robert Scheck <robert@fedoraproject.org> 3.0.1-1
- Upstream released 3.0.1

* Sun Oct 19 2008 Robert Scheck <robert@fedoraproject.org> 3.0.0-1
- Upstream released 3.0.0

* Sun Oct 12 2008 Remi Collet <rpms@famillecollet.com> 3.0.0-1.fc#.remi
- update to 3.0.0
- update requires for php 5.2.0