WordPress 4.0.1 Security Release

This commit is contained in:
Remi Collet 2014-11-21 08:07:44 +01:00
commit 42cffd36bf
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View file

@ -10,3 +10,4 @@ clog
/wordpress-3.9.1.tar.gz
/wordpress-3.9.2.tar.gz
/wordpress-4.0.tar.gz
/wordpress-4.0.1.tar.gz

View file

@ -1 +1 @@
cf235297b802fe987e444759bf30c1db wordpress-4.0.tar.gz
531d9a4829fc40d81f5ee4a681f71f94 wordpress-4.0.1.tar.gz

View file

@ -6,9 +6,8 @@
%else
%global with_cacert 1
%endif
# https://bugzilla.redhat.com/1147802 missing in EPEL-7
# https://bugzilla.redhat.com/1147817 php53-getid3 review
%if 0%{?fedora} >= 17 || 0%{?rhel} == 6
%if 0%{?fedora} >= 17 || 0%{?rhel} >= 6
%global with_getid3 1
%else
%global with_getid3 0
@ -17,9 +16,9 @@
Summary: Blog tool and publishing platform
URL: http://www.wordpress.org
Name: wordpress
Version: 4.0
Version: 4.0.1
Group: Applications/Publishing
Release: 3%{?dist}
Release: 1%{?dist}
License: GPLv2
Source0: http://wordpress.org/%{name}-%{version}.tar.gz
@ -281,6 +280,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_datadir}/wordpress/xmlrpc.php
%changelog
* Fri Nov 21 2014 Remi Collet <remi@fedoraproject.org> - 4.0.1-1
- WordPress 4.0.1 Security Release
* Tue Sep 30 2014 Remi Collet <remi@fedoraproject.org> - 4.0-3
- use system php-getid3 when available #1145574