diff --git a/.gitignore b/.gitignore index 6631081..f562157 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 4f8ed1d..d1991bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bebca5aab54fac11646c3da3416b1ca5 wordpress-4.5-RC1.tar.gz +6beda5bee679ddff61cb8e2e163f23bf wordpress-4.5.tar.gz diff --git a/wordpress.spec b/wordpress.spec index 2a8efae..5fe0d34 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -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 - 4.5-1 +- WordPress 4.5 “Coleman” + * Fri Mar 25 2016 Remi Collet - 4.5-0.1.RC1 - WordPress 4.5 Release Candidate