From 4214abd909392fade00537c3f4271d24cd06ae17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 29 Jun 2011 21:30:31 +0200 Subject: [PATCH] New upstream release. --- .gitignore | 1 + sources | 2 +- wordpress.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 336fc17..d002ba8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ wordpress-3.0.1.tar.gz /wordpress-3.1.1.tar.gz /wordpress-3.1.2.tar.gz /wordpress-3.1.3.tar.gz +/wordpress-3.1.4.tar.gz diff --git a/sources b/sources index ad6311b..7124a48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd0323f13f5b1c44636bb3db5ca1c717 wordpress-3.1.3.tar.gz +b6289783d88c965986a918e3d940e05e wordpress-3.1.4.tar.gz diff --git a/wordpress.spec b/wordpress.spec index 051c85e..9cf4af2 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,9 +1,9 @@ Summary: Blog tool and publishing platform URL: http://www.wordpress.org Name: wordpress -Version: 3.1.3 +Version: 3.1.4 Group: Applications/Publishing -Release: 3%{?dist} +Release: 1%{?dist} License: GPLv2 Source0: http://wordpress.org/%{name}-%{version}.tar.gz Source1: wordpress-httpd-conf @@ -107,6 +107,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Wed Jun 29 2011 Matěj Cepl - 3.1.4-1 +- New upstream security release. + * Thu Jun 02 2011 Matěj Cepl - 3.1.3-3 - Actually, we just don't need gettext.php at all, it is provided by php itself. Just remove the file, don't make a symlink.