WordPress 4.2.3 Security and Maintenance Release
This commit is contained in:
parent
732da7a8cd
commit
4938eb1f28
3 changed files with 14 additions and 3 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,9 +23,9 @@
|
|||
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: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
|
||||
Source0: http://wordpress.org/%{name}-%{version}.tar.gz
|
||||
|
|
@ -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
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue