From 5a7896180d11add3c32fd2613b3a01f9c0994cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 5 Apr 2012 09:46:35 +0200 Subject: [PATCH 01/11] 3.4.beta1 version --- .gitignore | 1 + sources | 2 +- wordpress.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cb6ef41..ef5e75d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ wordpress-3.0.1.tar.gz /wordpress-3.3-RC2.tar.gz /wordpress-3.3.tar.gz /wordpress-3.3.1.tar.gz +/wordpress-3.4-beta1.tar.gz diff --git a/sources b/sources index fb3ad90..be8f84a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e94894be6e6d213175940ccc14e6c5e4 wordpress-3.3.1.tar.gz +eaa8214e9f72a48ce5452eb59eeec62a wordpress-3.4-beta1.tar.gz diff --git a/wordpress.spec b/wordpress.spec index a90049c..3848ff0 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,14 +1,14 @@ %global wp_content %{_datadir}/wordpress/wp-content -%global betatag RC2 +%global betatag beta1 Summary: Blog tool and publishing platform URL: http://www.wordpress.org Name: wordpress -Version: 3.3.1 +Version: 3.4 Group: Applications/Publishing -Release: 1%{?dist} +Release: 0.1.%{betatag}%{?dist} License: GPLv2 -Source0: http://wordpress.org/%{name}-%{version}.tar.gz +Source0: http://wordpress.org/%{name}-%{version}-%{betatag}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress Source3: README.fedora.wordpress-mu @@ -116,6 +116,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Thu Apr 05 2012 'Matej Cepl ' - 3.4-0.1.beta1 +- New upstream beta release (just for Rawhide, to be sure we build) + * Wed Jan 04 2012 'Matej Cepl ' - 3.3.1-1 - Security (XSS) and maintenance upstream release. From dd857dc899a8a059db9859aede7dd6a9071254bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Mon, 16 Apr 2012 20:07:37 +0200 Subject: [PATCH 02/11] New upstream beta --- .gitignore | 1 + sources | 2 +- wordpress.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ef5e75d..3128d33 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ wordpress-3.0.1.tar.gz /wordpress-3.3.tar.gz /wordpress-3.3.1.tar.gz /wordpress-3.4-beta1.tar.gz +/wordpress-3.4-beta2.tar.gz diff --git a/sources b/sources index be8f84a..8d7b702 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eaa8214e9f72a48ce5452eb59eeec62a wordpress-3.4-beta1.tar.gz +5d190e04951782408b98bcd9c9eef013 wordpress-3.4-beta2.tar.gz diff --git a/wordpress.spec b/wordpress.spec index 3848ff0..ba24115 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,12 +1,12 @@ %global wp_content %{_datadir}/wordpress/wp-content -%global betatag beta1 +%global betatag beta2 Summary: Blog tool and publishing platform URL: http://www.wordpress.org Name: wordpress Version: 3.4 Group: Applications/Publishing -Release: 0.1.%{betatag}%{?dist} +Release: 0.2.%{betatag}%{?dist} License: GPLv2 Source0: http://wordpress.org/%{name}-%{version}-%{betatag}.tar.gz Source1: wordpress-httpd-conf @@ -116,6 +116,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Mon Apr 16 2012 Matěj Cepl - 3.4-0.2.beta2 +- And yet another upstream beta + * Thu Apr 05 2012 'Matej Cepl ' - 3.4-0.1.beta1 - New upstream beta release (just for Rawhide, to be sure we build) From b3b5e388f57e97ef5c761ac1a7e4fd39fb07342f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Mon, 23 Apr 2012 13:00:26 +0200 Subject: [PATCH 03/11] New upstream beta (fixes CVE-2011-0700 and CVE-2011-0701) --- .gitignore | 1 + sources | 2 +- wordpress.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3128d33..0817677 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ wordpress-3.0.1.tar.gz /wordpress-3.3.1.tar.gz /wordpress-3.4-beta1.tar.gz /wordpress-3.4-beta2.tar.gz +/wordpress-3.4-beta3.tar.gz diff --git a/sources b/sources index 8d7b702..ea3a05b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d190e04951782408b98bcd9c9eef013 wordpress-3.4-beta2.tar.gz +5a0b945729b87bfbf071404377d500b9 wordpress-3.4-beta3.tar.gz diff --git a/wordpress.spec b/wordpress.spec index ba24115..45dd2df 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,5 +1,5 @@ %global wp_content %{_datadir}/wordpress/wp-content -%global betatag beta2 +%global betatag beta3 Summary: Blog tool and publishing platform URL: http://www.wordpress.org @@ -116,6 +116,10 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Mon Apr 23 2012 'Matěj Cepl ' - 3.4-0.2.beta3 +- And yet another upstream beta (fixes CVE-2011-0700 and + CVE-2011-0701) + * Mon Apr 16 2012 Matěj Cepl - 3.4-0.2.beta2 - And yet another upstream beta From 6fd67d7331ea78ece0c32c6740ea43d9de2b6f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 3 May 2012 06:35:52 +0200 Subject: [PATCH 04/11] New beta. --- .gitignore | 1 + sources | 2 +- wordpress.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0817677..fcb2357 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ wordpress-3.0.1.tar.gz /wordpress-3.4-beta1.tar.gz /wordpress-3.4-beta2.tar.gz /wordpress-3.4-beta3.tar.gz +/wordpress-3.4-beta4.tar.gz diff --git a/sources b/sources index ea3a05b..f374e38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a0b945729b87bfbf071404377d500b9 wordpress-3.4-beta3.tar.gz +e8815f53ebc2163e8a481356fe590b5b wordpress-3.4-beta4.tar.gz diff --git a/wordpress.spec b/wordpress.spec index 45dd2df..ed9624b 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,5 +1,5 @@ %global wp_content %{_datadir}/wordpress/wp-content -%global betatag beta3 +%global betatag beta4 Summary: Blog tool and publishing platform URL: http://www.wordpress.org @@ -116,6 +116,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Thu May 03 2012 'Matej Cepl ' - 3.4-0.2.beta4 +- New week, new upstream beta. Less drama than last time. + * Mon Apr 23 2012 'Matěj Cepl ' - 3.4-0.2.beta3 - And yet another upstream beta (fixes CVE-2011-0700 and CVE-2011-0701) From 643eb98bc4ac0dc11074a7fd01e71d1398fbb440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 30 May 2012 17:40:01 +0200 Subject: [PATCH 05/11] New upstream release candidate. --- .gitignore | 1 + sources | 2 +- wordpress.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fcb2357..13753e2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ wordpress-3.0.1.tar.gz /wordpress-3.4-beta2.tar.gz /wordpress-3.4-beta3.tar.gz /wordpress-3.4-beta4.tar.gz +/wordpress-3.4-RC1.tar.gz diff --git a/sources b/sources index f374e38..4cadc32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e8815f53ebc2163e8a481356fe590b5b wordpress-3.4-beta4.tar.gz +78bdeb447acb1879bf75ca10cffc61f2 wordpress-3.4-RC1.tar.gz diff --git a/wordpress.spec b/wordpress.spec index ed9624b..cb09713 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,5 +1,5 @@ %global wp_content %{_datadir}/wordpress/wp-content -%global betatag beta4 +%global betatag RC1 Summary: Blog tool and publishing platform URL: http://www.wordpress.org @@ -116,6 +116,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Wed May 30 2012 Matej Cepl - 3.4-0.2.RC1 +- We have a release candidate now. + * Thu May 03 2012 'Matej Cepl ' - 3.4-0.2.beta4 - New week, new upstream beta. Less drama than last time. From 1674c36de2efdaec211fc29a6c87135462109000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 7 Jun 2012 08:06:08 +0200 Subject: [PATCH 06/11] New release candidate. --- .gitignore | 1 + sources | 2 +- wordpress.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 13753e2..a1c0e46 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ wordpress-3.0.1.tar.gz /wordpress-3.4-beta3.tar.gz /wordpress-3.4-beta4.tar.gz /wordpress-3.4-RC1.tar.gz +/wordpress-3.4-RC2.tar.gz diff --git a/sources b/sources index 4cadc32..bf9eee4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78bdeb447acb1879bf75ca10cffc61f2 wordpress-3.4-RC1.tar.gz +d5f69a916e52124fcbb4dd10881ee405 wordpress-3.4-RC2.tar.gz diff --git a/wordpress.spec b/wordpress.spec index cb09713..1adff90 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,5 +1,5 @@ %global wp_content %{_datadir}/wordpress/wp-content -%global betatag RC1 +%global betatag RC2 Summary: Blog tool and publishing platform URL: http://www.wordpress.org @@ -116,6 +116,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Thu Jun 07 2012 Matej Cepl - 3.4-0.2.RC2 +- And yet another release candidate. + * Wed May 30 2012 Matej Cepl - 3.4-0.2.RC1 - We have a release candidate now. From 8a256a4467155a926e71d817b29cc0e516424639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 12 Jun 2012 16:30:46 +0200 Subject: [PATCH 07/11] RC3 --- .gitignore | 1 + sources | 2 +- wordpress.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a1c0e46..1ce7e59 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ wordpress-3.0.1.tar.gz /wordpress-3.4-beta4.tar.gz /wordpress-3.4-RC1.tar.gz /wordpress-3.4-RC2.tar.gz +/wordpress-3.4-RC3.tar.gz diff --git a/sources b/sources index bf9eee4..54b5009 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d5f69a916e52124fcbb4dd10881ee405 wordpress-3.4-RC2.tar.gz +542047c4e9fb63b399ad1758bbc91e75 wordpress-3.4-RC3.tar.gz diff --git a/wordpress.spec b/wordpress.spec index 1adff90..26375e5 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,5 +1,5 @@ %global wp_content %{_datadir}/wordpress/wp-content -%global betatag RC2 +%global betatag RC3 Summary: Blog tool and publishing platform URL: http://www.wordpress.org @@ -116,6 +116,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Tue Jun 12 2012 Matej Cepl - 3.4-0.2.RC3 +- They still haven’t released. + * Thu Jun 07 2012 Matej Cepl - 3.4-0.2.RC2 - And yet another release candidate. From cf9f43308172dff67d3d6cfe1d4137eabd954901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 13 Jun 2012 22:50:30 +0200 Subject: [PATCH 08/11] New upstream release --- .gitignore | 1 + sources | 2 +- wordpress.spec | 13 ++++++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1ce7e59..8cc38ee 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ wordpress-3.0.1.tar.gz /wordpress-3.4-RC1.tar.gz /wordpress-3.4-RC2.tar.gz /wordpress-3.4-RC3.tar.gz +/wordpress-3.4.tar.gz diff --git a/sources b/sources index 54b5009..22cfaf4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -542047c4e9fb63b399ad1758bbc91e75 wordpress-3.4-RC3.tar.gz +e080b6761c61c0f0f2b75d2bb5a7d0c9 wordpress-3.4.tar.gz diff --git a/wordpress.spec b/wordpress.spec index 26375e5..9789914 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,14 +1,15 @@ %global wp_content %{_datadir}/wordpress/wp-content -%global betatag RC3 +#%#global betatag -RC3 Summary: Blog tool and publishing platform URL: http://www.wordpress.org Name: wordpress Version: 3.4 Group: Applications/Publishing -Release: 0.2.%{betatag}%{?dist} +#Release: 0.2.%{betatag}%{?dist} +Release: 1%{?dist} License: GPLv2 -Source0: http://wordpress.org/%{name}-%{version}-%{betatag}.tar.gz +Source0: http://wordpress.org/%{name}-%{version}%{?betatag}.tar.gz Source1: wordpress-httpd-conf Source2: README.fedora.wordpress Source3: README.fedora.wordpress-mu @@ -116,6 +117,12 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Wed Jun 13 2012 Matej Cepl - 3.4-1 +- New upstream release. The main changes from the upstream + release notes: + * theme customizer + * XML-RPC themes and API improvements + * Tue Jun 12 2012 Matej Cepl - 3.4-0.2.RC3 - They still haven’t released. From 0560d8d45a53a353bcf58e52364d4789e3395eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 28 Jun 2012 20:42:38 +0200 Subject: [PATCH 09/11] New upstream release (minor & security changes) --- .gitignore | 1 + sources | 2 +- wordpress.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8cc38ee..c292557 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ wordpress-3.0.1.tar.gz /wordpress-3.4-RC2.tar.gz /wordpress-3.4-RC3.tar.gz /wordpress-3.4.tar.gz +/wordpress-3.4.1.tar.gz diff --git a/sources b/sources index 22cfaf4..ffdae5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e080b6761c61c0f0f2b75d2bb5a7d0c9 wordpress-3.4.tar.gz +5f6c1dcbe0b8031235f107b7479d30a5 wordpress-3.4.1.tar.gz diff --git a/wordpress.spec b/wordpress.spec index 9789914..53e6b53 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -4,7 +4,7 @@ Summary: Blog tool and publishing platform URL: http://www.wordpress.org Name: wordpress -Version: 3.4 +Version: 3.4.1 Group: Applications/Publishing #Release: 0.2.%{betatag}%{?dist} Release: 1%{?dist} @@ -117,6 +117,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Thu Jun 28 2012 Matej Cepl - 3.4.1-1 +- New upstream release. Just improvements and security issues. + * Wed Jun 13 2012 Matej Cepl - 3.4-1 - New upstream release. The main changes from the upstream release notes: From b19e7a021aff1383a0422a03ad21e42f2a4df23e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:56:13 -0500 Subject: [PATCH 10/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wordpress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress.spec b/wordpress.spec index 53e6b53..7c64fbc 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -7,7 +7,7 @@ Name: wordpress Version: 3.4.1 Group: Applications/Publishing #Release: 0.2.%{betatag}%{?dist} -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Source0: http://wordpress.org/%{name}-%{version}%{?betatag}.tar.gz Source1: wordpress-httpd-conf @@ -117,6 +117,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 3.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Jun 28 2012 Matej Cepl - 3.4.1-1 - New upstream release. Just improvements and security issues. From 806090aed1fcd477682bbe3319598d0d4d279665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 6 Sep 2012 23:04:01 +0200 Subject: [PATCH 11/11] Upstream security update --- .gitignore | 1 + sources | 2 +- wordpress.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c292557..f4e7ed0 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ wordpress-3.0.1.tar.gz /wordpress-3.4-RC3.tar.gz /wordpress-3.4.tar.gz /wordpress-3.4.1.tar.gz +/wordpress-3.4.2.tar.gz diff --git a/sources b/sources index ffdae5b..4697198 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f6c1dcbe0b8031235f107b7479d30a5 wordpress-3.4.1.tar.gz +dfc56cee27eec8fb79070f033ecd4b25 wordpress-3.4.2.tar.gz diff --git a/wordpress.spec b/wordpress.spec index 7c64fbc..414d616 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -4,7 +4,7 @@ Summary: Blog tool and publishing platform URL: http://www.wordpress.org Name: wordpress -Version: 3.4.1 +Version: 3.4.2 Group: Applications/Publishing #Release: 0.2.%{betatag}%{?dist} Release: 2%{?dist} @@ -117,6 +117,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Thu Sep 06 2012 Matej Cepl - 3.4.2-2 +- Upstream security update. + * Sun Jul 22 2012 Fedora Release Engineering - 3.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild