WordPress 4.5 “Coleman”
This commit is contained in:
parent
5d1682cb5e
commit
a8b552e3ef
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -25,3 +25,4 @@ clog
|
|||
/wordpress-4.4.1.tar.gz
|
||||
/wordpress-4.4.2.tar.gz
|
||||
/wordpress-4.5-RC1.tar.gz
|
||||
/wordpress-4.5.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
bebca5aab54fac11646c3da3416b1ca5 wordpress-4.5-RC1.tar.gz
|
||||
6beda5bee679ddff61cb8e2e163f23bf wordpress-4.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -19,14 +19,14 @@
|
|||
%else
|
||||
%global with_getid3 0
|
||||
%endif
|
||||
%global prever RC1
|
||||
#global prever RC1
|
||||
|
||||
Summary: Blog tool and publishing platform
|
||||
URL: http://www.wordpress.org
|
||||
Name: wordpress
|
||||
Version: 4.5
|
||||
Group: Applications/Publishing
|
||||
Release: 0.1.%{prever}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
|
||||
Source0: http://wordpress.org/%{name}-%{version}%{?prever:-%{prever}}.tar.gz
|
||||
|
|
@ -288,6 +288,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 13 2016 Remi Collet <remi@fedoraproject.org> - 4.5-1
|
||||
- WordPress 4.5 “Coleman”
|
||||
|
||||
* Fri Mar 25 2016 Remi Collet <remi@fedoraproject.org> - 4.5-0.1.RC1
|
||||
- WordPress 4.5 Release Candidate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue