WordPress 4.2.3 Security and Maintenance Release
(cherry picked from commit 5b6064da27)
This commit is contained in:
parent
d9c2f2f3df
commit
94b02598b2
3 changed files with 13 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@ clog
|
|||
/wordpress-4.2.tar.gz
|
||||
/wordpress-4.2.1.tar.gz
|
||||
/wordpress-4.2.2.tar.gz
|
||||
/wordpress-4.2.3.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c40d56cf85975482d5f5fa8c4b97d1d2 wordpress-4.2.2.tar.gz
|
||||
5c15cc9e86616ba5a778f23e2f1997f8 wordpress-4.2.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
# Fedora spec file for wordpress
|
||||
#
|
||||
# License: MIT
|
||||
# http://opensource.org/licenses/MIT
|
||||
#
|
||||
# Please preserve changelog entries
|
||||
#
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
%global wp_content %{_datadir}/wordpress/wp-content
|
||||
|
||||
|
|
@ -16,7 +23,7 @@
|
|||
Summary: Blog tool and publishing platform
|
||||
URL: http://www.wordpress.org
|
||||
Name: wordpress
|
||||
Version: 4.2.2
|
||||
Version: 4.2.3
|
||||
Group: Applications/Publishing
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
|
|
@ -281,6 +288,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 24 2015 Remi Collet <remi@fedoraproject.org> - 4.2.3-1
|
||||
- WordPress 4.2.3 Security and Maintenance Release
|
||||
|
||||
* Thu May 7 2015 Remi Collet <remi@fedoraproject.org> - 4.2.2-1
|
||||
- WordPress 4.2.2 Security and Maintenance Release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue