rpms/phpMyAdmin/F-9 .cvsignore, 1.30, 1.31 phpMyAdmin.htaccess, 1.4, 1.5 phpMyAdmin.spec, 1.34, 1.35 sources, 1.30, 1.31

Robert Scheck robert at fedoraproject.org
Sat Nov 29 00:09:32 UTC 2008


Author: robert

Update of /cvs/pkgs/rpms/phpMyAdmin/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21106/F-9

Modified Files:
	.cvsignore phpMyAdmin.htaccess phpMyAdmin.spec sources 
Log Message:
- Upstream released 3.1.0
- Replaced LocationMatch with Directory directive (#469451)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/phpMyAdmin/F-9/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- .cvsignore	30 Oct 2008 21:47:07 -0000	1.30
+++ .cvsignore	29 Nov 2008 00:09:02 -0000	1.31
@@ -1 +1 @@
-phpMyAdmin-3.0.1.1-all-languages.tar.bz2
+phpMyAdmin-3.1.0-all-languages.tar.bz2


Index: phpMyAdmin.htaccess
===================================================================
RCS file: /cvs/pkgs/rpms/phpMyAdmin/F-9/phpMyAdmin.htaccess,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- phpMyAdmin.htaccess	13 Jan 2008 19:40:33 -0000	1.4
+++ phpMyAdmin.htaccess	29 Nov 2008 00:09:02 -0000	1.5
@@ -26,8 +26,8 @@
 # filtering SQL etc.  This may break your mod_security implementation.
 #
 #<IfModule mod_security.c>
-#    <LocationMatch "/phpMyAdmin/(.+)">
+#    <Directory /usr/share/phpMyAdmin>
 #        SecRuleInheritance Off
-#    </LocationMatch>
+#    </Directory>
 #</IfModule>
 


Index: phpMyAdmin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/phpMyAdmin/F-9/phpMyAdmin.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- phpMyAdmin.spec	30 Oct 2008 21:47:07 -0000	1.34
+++ phpMyAdmin.spec	29 Nov 2008 00:09:02 -0000	1.35
@@ -1,5 +1,5 @@
 Name: phpMyAdmin
-Version: 3.0.1.1
+Version: 3.1.0
 Release: 1%{?dist}
 Summary: Web based MySQL browser written in php
 
@@ -54,6 +54,10 @@
 %config(noreplace) %{_sysconfdir}/%{name}
 
 %changelog
+* Sat Nov 29 2008 Robert Scheck <robert at fedoraproject.org> 3.1.0-1
+- Upstream released 3.1.0
+- Replaced LocationMatch with Directory directive (#469451)
+
 * Thu Oct 30 2008 Robert Scheck <robert at fedoraproject.org> 3.0.1.1-1
 - Upstream released 3.0.1.1 (#468974)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/phpMyAdmin/F-9/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sources	30 Oct 2008 21:47:07 -0000	1.30
+++ sources	29 Nov 2008 00:09:02 -0000	1.31
@@ -1 +1 @@
-6f6814d5d3f55462843b1ac2af0379dd  phpMyAdmin-3.0.1.1-all-languages.tar.bz2
+380cd0ee36cafcfd9fd3079a06d20d1e  phpMyAdmin-3.1.0-all-languages.tar.bz2




More information about the fedora-extras-commits mailing list