From 63946901b39968d6f239ef178b7c0a205feb8d5e Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Thu, 3 Dec 2009 22:10:24 +0000 Subject: [PATCH 01/41] import wordpress-plugin-bad-behavior --- .cvsignore | 1 + import.log | 1 + sources | 1 + wordpress-plugin-bad-behavior.spec | 123 +++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+) create mode 100644 import.log create mode 100644 wordpress-plugin-bad-behavior.spec diff --git a/.cvsignore b/.cvsignore index e69de29..1b72b7b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +bad-behavior.2.0.32.zip diff --git a/import.log b/import.log new file mode 100644 index 0000000..e32503a --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +wordpress-plugin-bad-behavior-2_0_32-2_fc12:HEAD:wordpress-plugin-bad-behavior-2.0.32-2.fc12.src.rpm:1259878071 diff --git a/sources b/sources index e69de29..613670d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c050e3ba5a165c722c43f49b1071e307 bad-behavior.2.0.32.zip diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec new file mode 100644 index 0000000..948a390 --- /dev/null +++ b/wordpress-plugin-bad-behavior.spec @@ -0,0 +1,123 @@ +%global plugin_name bad-behavior +%global plugin_human_name Bad Behavior + + +Name: wordpress-plugin-%{plugin_name} +Version: 2.0.32 +Release: 2%{?dist} +Summary: %{plugin_human_name} plugin for WordPress + +Group: Applications/Publishing +# According to http://plugins.trac.wordpress.org/ all plugins are licensed +# under the GPL unless otherwise stated in the plugin source. +License: GPLv2+ +URL: http://www.bad-behavior.ioerror.us/ +Source0: http://downloads.wordpress.org/plugin/%{plugin_name}.%{version}.zip +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Requires: wordpress +BuildArch: noarch + +%description +Bad Behavior is a PHP-based solution for blocking link spam and the robots +which deliver it. + +Bad Behavior complements other link spam solutions by acting as a gatekeeper, +preventing spammers from ever delivering their junk, and in many cases, from +ever reading your site in the first place. This keeps your site's load down, +makes your site logs cleaner, and can help prevent denial of service conditions +caused by spammers. + +Bad Behavior also transcends other link spam solutions by working in a +completely different, unique way. Instead of merely looking at the content of +potential spam, Bad Behavior analyzes the delivery method as well as the +software the spammer is using. In this way, Bad Behavior can stop spam attacks +even when nobody has ever seen the particular spam before. + +Bad Behavior is designed to work alongside existing spam prevention services to +increase their effectiveness and efficiency. Whenever possible, you should run +it in combination with a more traditional spam prevention service. + +This package is built for use with WordPress (wordpress), not WordPress MU. Use +wordpress-mu-plugin-%{plugin_name} for WordPress MU. + + +%package -n wordpress-mu-plugin-%{plugin_name} +Summary: %{plugin_human_name} plugin for WordPress MU +Group: Applications/Publishing +# According to http://plugins.trac.wordpress.org/ all plugins are licensed +# under the GPL unless otherwise stated in the plugin source. +License: GPLv2+ +Requires: wordpress-mu +BuildArch: noarch + +%description -n wordpress-mu-plugin-%{plugin_name} +Bad Behavior is a PHP-based solution for blocking link spam and the robots +which deliver it. + +Bad Behavior complements other link spam solutions by acting as a gatekeeper, +preventing spammers from ever delivering their junk, and in many cases, from +ever reading your site in the first place. This keeps your site's load down, +makes your site logs cleaner, and can help prevent denial of service conditions +caused by spammers. + +Bad Behavior also transcends other link spam solutions by working in a +completely different, unique way. Instead of merely looking at the content of +potential spam, Bad Behavior analyzes the delivery method as well as the +software the spammer is using. In this way, Bad Behavior can stop spam attacks +even when nobody has ever seen the particular spam before. + +Bad Behavior is designed to work alongside existing spam prevention services to +increase their effectiveness and efficiency. Whenever possible, you should run +it in combination with a more traditional spam prevention service. + +This package is built for use with WordPress MU (wordpress-mu), not regular +WordPress. Use wordpress-plugin-%{plugin_name} for regular Wordpress. + +%prep +%setup -q -c +echo 'To enable "%{plugin_human_name}", go to the administrative section +of your blog, "Plugins", and enable the plugin there.' > README.fedora +echo 'To allow users to enable "%{plugin_human_name}" for their blogs, +be sure to enable this plugin in the administrative control panel +for your website.' > README.fedora.mu + + +%build + + +%install +rm -rf %{buildroot} +# Pull doc files up so they aren't duplicated +mv %{plugin_name}/{COPYING,README.txt} . +# Trim some non-WordPress files we don't need +rm -f %{plugin_name}/bad-behavior-{lifetype,mediawiki}.php +mkdir -p %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ +cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ +mkdir -p %{buildroot}%{_datadir}/wordpress-mu/wp-content/plugins/ +cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress-mu/wp-content/plugins/ +# Note, no %find_lang since there are no language files + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc COPYING README.txt README.fedora +%{_datadir}/wordpress/wp-content/plugins/%{plugin_name} + + +%files -n wordpress-mu-plugin-%{plugin_name} +%defattr(-,root,root,-) +%doc COPYING README.txt README.fedora.mu +%{_datadir}/wordpress-mu/wp-content/plugins/%{plugin_name} + + +%changelog +* Tue Nov 10 2009 Nick Bebout 2.0.32-2 +- Remove non-applicable comment about language files +* Mon Nov 9 2009 Nick Bebout 2.0.32-1 +- Fix packaging issues +* Wed Jul 15 2009 Michael Hampton 2.0.28 +- Initial package build From 98d799602bb57372b3758fcf073998f58e4c0213 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Sat, 29 May 2010 00:19:23 +0000 Subject: [PATCH 02/41] Update to 2.0.36 --- .cvsignore | 2 +- sources | 2 +- wordpress-plugin-bad-behavior.spec | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1b72b7b..1a3c311 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bad-behavior.2.0.32.zip +bad-behavior.2.0.36.zip diff --git a/sources b/sources index 613670d..938862f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c050e3ba5a165c722c43f49b1071e307 bad-behavior.2.0.32.zip +137e978d8056bc77f5d1b05085af3bc1 bad-behavior.2.0.36.zip diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 948a390..f5ea5ef 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -3,8 +3,8 @@ Name: wordpress-plugin-%{plugin_name} -Version: 2.0.32 -Release: 2%{?dist} +Version: 2.0.36 +Release: 1%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -115,6 +115,8 @@ rm -rf %{buildroot} %changelog +* Fri May 28 2010 Nick Bebout 2.0.36-1 +- Update to 2.0.36 * Tue Nov 10 2009 Nick Bebout 2.0.32-2 - Remove non-applicable comment about language files * Mon Nov 9 2009 Nick Bebout 2.0.32-1 From b9588d72d6be7754643a67e0ce597928b441f0e1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:24:15 +0000 Subject: [PATCH 03/41] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 7b72639..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wordpress-plugin-bad-behavior -# $Id$ -NAME := wordpress-plugin-bad-behavior -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index e32503a..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -wordpress-plugin-bad-behavior-2_0_32-2_fc12:HEAD:wordpress-plugin-bad-behavior-2.0.32-2.fc12.src.rpm:1259878071 From 1250697ca576728b458fae3403f29f66fa87f7e6 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Wed, 18 Aug 2010 17:09:15 -0400 Subject: [PATCH 04/41] Update to 2.0.38 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1a3c311..ea22d86 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ bad-behavior.2.0.36.zip +/bad-behavior.2.0.38.zip diff --git a/sources b/sources index 938862f..2e82062 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -137e978d8056bc77f5d1b05085af3bc1 bad-behavior.2.0.36.zip +50f2aab72806a33f1b9810f0e7ef8c61 bad-behavior.2.0.38.zip From e34cee2e15b1215964b97171c3095de80849bc2d Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Wed, 18 Aug 2010 17:09:29 -0400 Subject: [PATCH 05/41] Update to 2.0.38 --- wordpress-plugin-bad-behavior.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index f5ea5ef..fe088f3 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -3,7 +3,7 @@ Name: wordpress-plugin-%{plugin_name} -Version: 2.0.36 +Version: 2.0.38 Release: 1%{?dist} Summary: %{plugin_human_name} plugin for WordPress @@ -115,6 +115,8 @@ rm -rf %{buildroot} %changelog +* Wed Aug 18 2010 Nick Bebout 2.0.38-1 +- Update to 2.0.38 * Fri May 28 2010 Nick Bebout 2.0.36-1 - Update to 2.0.36 * Tue Nov 10 2009 Nick Bebout 2.0.32-2 From c75c4f8fbfec8c9524eb564b3b4f34446f2a1c99 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 21:02:31 -0600 Subject: [PATCH 06/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index fe088f3..bae7e45 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.0.38 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -115,6 +115,9 @@ rm -rf %{buildroot} %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 2.0.38-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Wed Aug 18 2010 Nick Bebout 2.0.38-1 - Update to 2.0.38 * Fri May 28 2010 Nick Bebout 2.0.36-1 From 5406adb09580c3f9febaaff24b398a4d50cb4d0d Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Sat, 26 Feb 2011 19:24:59 -0600 Subject: [PATCH 07/41] Remove -mu subpackage, bump to 2.0.42 --- .gitignore | 1 + sources | 2 +- wordpress-plugin-bad-behavior.spec | 59 +++++------------------------- 3 files changed, 12 insertions(+), 50 deletions(-) diff --git a/.gitignore b/.gitignore index ea22d86..7ad0a80 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ bad-behavior.2.0.36.zip /bad-behavior.2.0.38.zip +/bad-behavior.2.0.42.zip diff --git a/sources b/sources index 2e82062..dc1ef17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50f2aab72806a33f1b9810f0e7ef8c61 bad-behavior.2.0.38.zip +75627f519d8330aef56649d78ad27c5c bad-behavior.2.0.42.zip diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index bae7e45..5a448f8 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -3,8 +3,8 @@ Name: wordpress-plugin-%{plugin_name} -Version: 2.0.38 -Release: 2%{?dist} +Version: 2.0.42 +Release: 1%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -37,54 +37,16 @@ Bad Behavior is designed to work alongside existing spam prevention services to increase their effectiveness and efficiency. Whenever possible, you should run it in combination with a more traditional spam prevention service. -This package is built for use with WordPress (wordpress), not WordPress MU. Use -wordpress-mu-plugin-%{plugin_name} for WordPress MU. +This package is built for use with WordPress (wordpress), not WordPress MU. -%package -n wordpress-mu-plugin-%{plugin_name} -Summary: %{plugin_human_name} plugin for WordPress MU -Group: Applications/Publishing -# According to http://plugins.trac.wordpress.org/ all plugins are licensed -# under the GPL unless otherwise stated in the plugin source. -License: GPLv2+ -Requires: wordpress-mu -BuildArch: noarch - -%description -n wordpress-mu-plugin-%{plugin_name} -Bad Behavior is a PHP-based solution for blocking link spam and the robots -which deliver it. - -Bad Behavior complements other link spam solutions by acting as a gatekeeper, -preventing spammers from ever delivering their junk, and in many cases, from -ever reading your site in the first place. This keeps your site's load down, -makes your site logs cleaner, and can help prevent denial of service conditions -caused by spammers. - -Bad Behavior also transcends other link spam solutions by working in a -completely different, unique way. Instead of merely looking at the content of -potential spam, Bad Behavior analyzes the delivery method as well as the -software the spammer is using. In this way, Bad Behavior can stop spam attacks -even when nobody has ever seen the particular spam before. - -Bad Behavior is designed to work alongside existing spam prevention services to -increase their effectiveness and efficiency. Whenever possible, you should run -it in combination with a more traditional spam prevention service. - -This package is built for use with WordPress MU (wordpress-mu), not regular -WordPress. Use wordpress-plugin-%{plugin_name} for regular Wordpress. - %prep %setup -q -c echo 'To enable "%{plugin_human_name}", go to the administrative section of your blog, "Plugins", and enable the plugin there.' > README.fedora -echo 'To allow users to enable "%{plugin_human_name}" for their blogs, -be sure to enable this plugin in the administrative control panel -for your website.' > README.fedora.mu - %build - %install rm -rf %{buildroot} # Pull doc files up so they aren't duplicated @@ -93,8 +55,6 @@ mv %{plugin_name}/{COPYING,README.txt} . rm -f %{plugin_name}/bad-behavior-{lifetype,mediawiki}.php mkdir -p %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ -mkdir -p %{buildroot}%{_datadir}/wordpress-mu/wp-content/plugins/ -cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress-mu/wp-content/plugins/ # Note, no %find_lang since there are no language files @@ -108,23 +68,24 @@ rm -rf %{buildroot} %{_datadir}/wordpress/wp-content/plugins/%{plugin_name} -%files -n wordpress-mu-plugin-%{plugin_name} -%defattr(-,root,root,-) -%doc COPYING README.txt README.fedora.mu -%{_datadir}/wordpress-mu/wp-content/plugins/%{plugin_name} - - %changelog +* Sat Feb 26 2011 Nick Bebout 2.0.42-1 +- Remove -mu subpackage, bump to 2.0.42 + * Mon Feb 07 2011 Fedora Release Engineering - 2.0.38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Aug 18 2010 Nick Bebout 2.0.38-1 - Update to 2.0.38 + * Fri May 28 2010 Nick Bebout 2.0.36-1 - Update to 2.0.36 + * Tue Nov 10 2009 Nick Bebout 2.0.32-2 - Remove non-applicable comment about language files + * Mon Nov 9 2009 Nick Bebout 2.0.32-1 - Fix packaging issues + * Wed Jul 15 2009 Michael Hampton 2.0.28 - Initial package build From 75a332e212932b1d007a8b0574c034a333d7e577 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Sat, 26 Feb 2011 19:34:47 -0600 Subject: [PATCH 08/41] Rename COPYING to gpl-2.0.txt --- wordpress-plugin-bad-behavior.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 5a448f8..882f151 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -50,7 +50,7 @@ of your blog, "Plugins", and enable the plugin there.' > README.fedora %install rm -rf %{buildroot} # Pull doc files up so they aren't duplicated -mv %{plugin_name}/{COPYING,README.txt} . +mv %{plugin_name}/{gpl-2.0.txt,README.txt} . # Trim some non-WordPress files we don't need rm -f %{plugin_name}/bad-behavior-{lifetype,mediawiki}.php mkdir -p %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ @@ -64,7 +64,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc COPYING README.txt README.fedora +%doc gpl-2.0.txt README.txt README.fedora %{_datadir}/wordpress/wp-content/plugins/%{plugin_name} From 44c7a8591a9fe36b6edcd6923826dcefcb131271 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:27:28 -0600 Subject: [PATCH 09/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 882f151..106063a 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.0.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -69,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 2.0.42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Sat Feb 26 2011 Nick Bebout 2.0.42-1 - Remove -mu subpackage, bump to 2.0.42 From 6526e90d339cd80d5d28c6cb3acf43180691f927 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:56:36 -0500 Subject: [PATCH 10/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 106063a..fa33c5d 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.0.42 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -69,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 2.0.42-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 2.0.42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 6e9e4f7f26c80f1a455d86622d325f9fffc86296 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:16:19 -0600 Subject: [PATCH 11/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index fa33c5d..88a6dbd 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.0.42 -Release: 3%{?dist} +Release: 4%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -69,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 2.0.42-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 2.0.42-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 9bbb8051d13cf86b545a251d03da3c90e6f2bc66 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Wed, 20 Feb 2013 22:05:25 -0600 Subject: [PATCH 12/41] Upgrade to 2.2.13 --- .gitignore | 1 + sources | 2 +- wordpress-plugin-bad-behavior.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7ad0a80..4ccde16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bad-behavior.2.0.36.zip /bad-behavior.2.0.38.zip /bad-behavior.2.0.42.zip +/bad-behavior.2.2.13.zip diff --git a/sources b/sources index dc1ef17..55d08ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -75627f519d8330aef56649d78ad27c5c bad-behavior.2.0.42.zip +92ec2894d4395c9724fa3f221dafb46a bad-behavior.2.2.13.zip diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 88a6dbd..41c4176 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -3,14 +3,14 @@ Name: wordpress-plugin-%{plugin_name} -Version: 2.0.42 -Release: 4%{?dist} +Version: 2.2.13 +Release: 1%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing # According to http://plugins.trac.wordpress.org/ all plugins are licensed # under the GPL unless otherwise stated in the plugin source. -License: GPLv2+ +License: LGPLv3+ URL: http://www.bad-behavior.ioerror.us/ Source0: http://downloads.wordpress.org/plugin/%{plugin_name}.%{version}.zip BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -50,7 +50,7 @@ of your blog, "Plugins", and enable the plugin there.' > README.fedora %install rm -rf %{buildroot} # Pull doc files up so they aren't duplicated -mv %{plugin_name}/{gpl-2.0.txt,README.txt} . +mv %{plugin_name}/{lgpl-3.0.txt,README.txt} . # Trim some non-WordPress files we don't need rm -f %{plugin_name}/bad-behavior-{lifetype,mediawiki}.php mkdir -p %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ @@ -64,11 +64,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc gpl-2.0.txt README.txt README.fedora +%doc lgpl-3.0.txt README.txt README.fedora %{_datadir}/wordpress/wp-content/plugins/%{plugin_name} %changelog +* Wed Feb 20 2013 Nick Bebout - 2.2.13-1 +- Upgrade to 2.2.13 + * Fri Feb 15 2013 Fedora Release Engineering - 2.0.42-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 6899255999ae2dda16087f541649527890e31ed6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 02:12:07 -0500 Subject: [PATCH 13/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 41c4176..c08366c 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -69,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 2.2.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Feb 20 2013 Nick Bebout - 2.2.13-1 - Upgrade to 2.2.13 From 5e5847a3c82e204e5a508a03a50098a631d6520e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 23:49:09 -0500 Subject: [PATCH 14/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index c08366c..0252a39 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -69,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 2.2.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 2.2.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From d71d6ad9ff44ff5f6e85b12155c4da8350fdbc24 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:33:23 +0000 Subject: [PATCH 15/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 0252a39..0fdf4e3 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -69,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 2.2.13-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 2.2.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 55adac49825c8a209ca6adadf571caf11e43ef5a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:07:58 +0000 Subject: [PATCH 16/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 0fdf4e3..e9f4c53 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -69,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 2.2.13-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 2.2.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From ca0232664b957f316eb6b96e5bba678e548ff74d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:30:58 +0000 Subject: [PATCH 17/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index e9f4c53..3b0ddf1 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 5%{?dist} +Release: 6%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -69,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 2.2.13-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 2.2.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 28af96994165a224ff0b2ee4f2412afa8623bfbe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:44:25 +0000 Subject: [PATCH 18/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 3b0ddf1..e4ae12b 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 6%{?dist} +Release: 7%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -69,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 2.2.13-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 2.2.13-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 9aac7c73e4e56577e9d7c714e52bca26678856c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:07:30 +0000 Subject: [PATCH 19/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index e4ae12b..ccafb6c 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 7%{?dist} +Release: 8%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -69,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 2.2.13-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 2.2.13-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 1c6acc98103f87a618cba38a0a6ff9a363d899b9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:49:12 +0100 Subject: [PATCH 20/41] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- wordpress-plugin-bad-behavior.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index ccafb6c..810d869 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -13,7 +13,6 @@ Group: Applications/Publishing License: LGPLv3+ URL: http://www.bad-behavior.ioerror.us/ Source0: http://downloads.wordpress.org/plugin/%{plugin_name}.%{version}.zip -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: wordpress BuildArch: noarch From b934c6b51c5ee66d1e3b6c394dc19771bc481364 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:42:55 +0100 Subject: [PATCH 21/41] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- wordpress-plugin-bad-behavior.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 810d869..f3d4884 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -57,9 +57,6 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ # Note, no %find_lang since there are no language files -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) From 9d2d37981a265cae55b8a3c9b101081362f87d1b Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:39:33 -0500 Subject: [PATCH 22/41] Remove needless use of %defattr --- wordpress-plugin-bad-behavior.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index f3d4884..590baa6 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -59,7 +59,6 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %files -%defattr(-,root,root,-) %doc lgpl-3.0.txt README.txt README.fedora %{_datadir}/wordpress/wp-content/plugins/%{plugin_name} From ac17709d8581d2e2c74e819a40b3d63990e69823 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:58:25 +0000 Subject: [PATCH 23/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 590baa6..0283230 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 8%{?dist} +Release: 9%{?dist} Summary: %{plugin_human_name} plugin for WordPress Group: Applications/Publishing @@ -64,6 +64,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 2.2.13-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 2.2.13-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 8bc57c3a6b540e2d7d11d76b4b4e5241a99bbdf5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH 24/41] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- wordpress-plugin-bad-behavior.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 0283230..300c39f 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -7,7 +7,6 @@ Version: 2.2.13 Release: 9%{?dist} Summary: %{plugin_human_name} plugin for WordPress -Group: Applications/Publishing # According to http://plugins.trac.wordpress.org/ all plugins are licensed # under the GPL unless otherwise stated in the plugin source. License: LGPLv3+ From 20057a339a382ac7725c62031f75d57f12e8a367 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:54:12 +0000 Subject: [PATCH 25/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 300c39f..5e29499 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 9%{?dist} +Release: 10%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 2.2.13-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 2.2.13-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 8106e1fb864f70c3f66d18e9d446537d08cefd10 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:40:36 +0000 Subject: [PATCH 26/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 5e29499..42d33db 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 10%{?dist} +Release: 11%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 2.2.13-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 2.2.13-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 872c72493b6730f5618e49c8fbeea761c98f3325 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:54:25 +0000 Subject: [PATCH 27/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 42d33db..48e4aae 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 11%{?dist} +Release: 12%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 2.2.13-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 2.2.13-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 4a6313e63381a4427c4db906631321ba080f4528 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:18:14 +0000 Subject: [PATCH 28/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 48e4aae..d3bbeee 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 12%{?dist} +Release: 13%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 2.2.13-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 2.2.13-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 61500da1c4c4e8f7d7ab19fe7642c8be6eff5e0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:39:01 +0000 Subject: [PATCH 29/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index d3bbeee..be59d03 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 13%{?dist} +Release: 14%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.2.13-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 2.2.13-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 91ad7dba7565904b6200e8459bf7801d6c01bf0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:07:05 +0000 Subject: [PATCH 30/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index be59d03..603d26a 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 14%{?dist} +Release: 15%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 2.2.13-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 2.2.13-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From dcfebd723fc32da187b15d1b03905e76d9e06c95 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:38:52 +0000 Subject: [PATCH 31/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 603d26a..5ded7b0 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 15%{?dist} +Release: 16%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 2.2.13-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 2.2.13-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From f8987fecb77e7c46c472d06c420b87cd9d68f393 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:36:23 +0000 Subject: [PATCH 32/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 5ded7b0..9c111fa 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 16%{?dist} +Release: 17%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 2.2.13-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 2.2.13-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 1682131eb66928a23dd2669d8e39974cf0a2ca73 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:58:30 +0000 Subject: [PATCH 33/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 9c111fa..90ad98a 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 17%{?dist} +Release: 18%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 2.2.13-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 2.2.13-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From bad62b7cc3a09c7514cdf4d16d6635b5b51e58ed Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:21:23 +0000 Subject: [PATCH 34/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 90ad98a..73b91ee 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 18%{?dist} +Release: 19%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 2.2.13-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 2.2.13-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 2da4648a9b5e124f7f3e2025381c4f8415ef9df3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:04:14 +0000 Subject: [PATCH 35/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 73b91ee..b170ad8 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 19%{?dist} +Release: 20%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 2.2.13-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 2.2.13-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 4b7ad47a7f4a11a2aa582856863e30d2a5a76eae Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:31:07 +0000 Subject: [PATCH 36/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index b170ad8..3e285f6 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 20%{?dist} +Release: 21%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -63,6 +63,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 2.2.13-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 2.2.13-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 5eca83dc07a8edab2eefd00c0d35bc56a041e4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 7 Aug 2024 10:20:56 +0200 Subject: [PATCH 37/41] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- wordpress-plugin-bad-behavior.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 3e285f6..879c037 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,12 +4,13 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 21%{?dist} +Release: 22%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed # under the GPL unless otherwise stated in the plugin source. -License: LGPLv3+ +# Automatically converted from old format: LGPLv3+ - review is highly recommended. +License: LGPL-3.0-or-later URL: http://www.bad-behavior.ioerror.us/ Source0: http://downloads.wordpress.org/plugin/%{plugin_name}.%{version}.zip Requires: wordpress @@ -63,6 +64,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Wed Aug 07 2024 Miroslav Suchý - 2.2.13-22 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 2.2.13-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c5f5d68f81b92807eb01e66a55d4e08d56f88396 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:13:34 +0000 Subject: [PATCH 38/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 879c037..a640b79 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 22%{?dist} +Release: 23%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -64,6 +64,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 2.2.13-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Aug 07 2024 Miroslav Suchý - 2.2.13-22 - convert license to SPDX From 4462958138e1c32ec27d9c1c0ddf50bcabab3c49 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:31:33 +0000 Subject: [PATCH 39/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index a640b79..f854a73 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 23%{?dist} +Release: 24%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -64,6 +64,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.2.13-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 2.2.13-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3c88998885a46223c6652e25a27f0a13387fbeca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:20:57 +0000 Subject: [PATCH 40/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index f854a73..89f3991 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 24%{?dist} +Release: 25%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -64,6 +64,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 2.2.13-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 2.2.13-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From cc7113259249b16e6a91be51e0bba3838bf0dce0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:54:44 +0000 Subject: [PATCH 41/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wordpress-plugin-bad-behavior.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress-plugin-bad-behavior.spec b/wordpress-plugin-bad-behavior.spec index 89f3991..773e5a7 100644 --- a/wordpress-plugin-bad-behavior.spec +++ b/wordpress-plugin-bad-behavior.spec @@ -4,7 +4,7 @@ Name: wordpress-plugin-%{plugin_name} Version: 2.2.13 -Release: 25%{?dist} +Release: 26%{?dist} Summary: %{plugin_human_name} plugin for WordPress # According to http://plugins.trac.wordpress.org/ all plugins are licensed @@ -64,6 +64,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/ %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 2.2.13-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 2.2.13-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild