From 296baad23efb04a2fb5b37e08a5ab55dc1972dcf Mon Sep 17 00:00:00 2001 From: John Berninger Date: Wed, 29 Aug 2007 14:54:45 +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 9a61071..af7c807 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wordpress-2.1.3.tar.gz +wordpress-2.2.2.tar.gz diff --git a/sources b/sources index 4a2a426..7956b5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d480bcaff18c4751eda572be878ef7bc wordpress-2.1.3.tar.gz +a87666c6fe6cb4db94e2ae0531e5b633 wordpress-2.2.2.tar.gz diff --git a/wordpress.spec b/wordpress.spec index e05b496..c2e8953 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,10 +1,10 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.1.3 +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 @@ -73,6 +73,10 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Wed Aug 29 2007 John Berninger - 2.2.2-0 +- update to upstream 2.2.2 +- license tag update + * Mon Apr 16 2007 john Berninger - 2.1.3-1 - update to 2.1.3 final - bz235912