From 933c83d89a3d9fd97f6e4a4e65734efef78fe487 Mon Sep 17 00:00:00 2001 From: John Berninger Date: Wed, 29 Aug 2007 14:54:42 +0000 Subject: [PATCH] update to upstream 2.2.2 and license tag update --- .cvsignore | 2 +- sources | 2 +- wordpress.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index c7edbfc..af7c807 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wordpress-2.2.1.tar.gz +wordpress-2.2.2.tar.gz diff --git a/sources b/sources index f815815..7956b5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2670e28b2ebfe165278ce03ff75fa06 wordpress-2.2.1.tar.gz +a87666c6fe6cb4db94e2ae0531e5b633 wordpress-2.2.2.tar.gz diff --git a/wordpress.spec b/wordpress.spec index 5097632..9f258c1 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,10 +1,10 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.2.1 +Version: 2.2.2 Group: Applications/Publishing -Release: 1%{?dist} -License: GPL +Release: 0%{?dist} +License: GPLv2 # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build # Source0: http://wordpress.org/latest.tar.gz @@ -74,6 +74,10 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Wed Aug 29 2007 John Berninger - 2.2.2-1 +- update to upstream 2.2.2 +- license tag update + * Wed Jul 4 2007 John Berninger - 2.2.1-1 - update to upstream 2.2.1 to fix various vulnerabilities