commit 63e6a2d52c441183c2a27a97273728e5790ad561 Author: Ville Skyttà <ville.skytta@xxxxxx> Date: Wed Mar 9 22:19:02 2011 +0200 Update to 1.2. .gitignore | 2 +- sources | 2 +- w3c-markup-validator-1.0-config.patch | 26 -------------------------- w3c-markup-validator-1.2-config.patch | 21 +++++++++++++++++++++ w3c-markup-validator.spec | 12 ++++++++---- 5 files changed, 31 insertions(+), 32 deletions(-) --- diff --git a/.gitignore b/.gitignore index e88ecd9..cac84bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -w3c-markup-validator-1.1.tar.xz +/w3c-markup-validator-1.2.tar.xz diff --git a/sources b/sources index b149988..2e475a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7bfa6a47123ac28c8847c121c799c527 w3c-markup-validator-1.1.tar.xz +97f6c375114d8eefdb35b5af4355f6ca w3c-markup-validator-1.2.tar.xz diff --git a/w3c-markup-validator-1.2-config.patch b/w3c-markup-validator-1.2-config.patch new file mode 100644 index 0000000..a41332f --- /dev/null +++ b/w3c-markup-validator-1.2-config.patch @@ -0,0 +1,21 @@ +diff -up validator-1.2/htdocs/config/validator.conf~ validator-1.2/htdocs/config/validator.conf +--- validator-1.2/htdocs/config/validator.conf~ 2011-02-14 17:39:25.000000000 +0200 ++++ validator-1.2/htdocs/config/validator.conf 2011-03-09 22:11:51.347071492 +0200 +@@ -31,7 +31,7 @@ + # are not cached at all if this option is empty or not set, except + # with mod_perl setups where this option has no effect and templates + # are always cached in memory. +- #Cache = validator ++ #Cache = w3c-markup-validator + + # configuration file for HTML::Tidy Module, if available + TidyConf = $Base/htdocs/config/tidy.conf +@@ -77,7 +77,7 @@ Max Recursion = 0 + + # + # Email address of the maintainer of this service. +-Maintainer = www-validator@xxxxxx ++Maintainer = root@localhost + + # Localization + # only English available for now diff --git a/w3c-markup-validator.spec b/w3c-markup-validator.spec index 6d62e90..e7d3bc6 100644 --- a/w3c-markup-validator.spec +++ b/w3c-markup-validator.spec @@ -1,6 +1,6 @@ Name: w3c-markup-validator -Version: 1.1 -Release: 3%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: W3C Markup Validator Group: Applications/Internet @@ -10,7 +10,7 @@ URL: http://validator.w3.org/ Source0: %{name}-%{version}.tar.xz Source99: %{name}-prepare-tarball.sh # Not upstreamable -Patch0: %{name}-1.0-config.patch +Patch0: %{name}-1.2-config.patch # Not upstreamable Patch1: %{name}-1.1-syspaths.patch # Not upstreamable, @@ -29,7 +29,8 @@ Requires: httpd Requires: %{name}-libs = %{version} # Not autodetected Requires: perl(XML::LibXML) >= 1.70 -Requires(hint): perl(HTML::Tidy) +# Optional +Requires: perl(HTML::Tidy) %description The W3C Markup Validator checks documents like HTML and XHTML for @@ -146,6 +147,9 @@ done %changelog +* Wed Mar 9 2011 Ville Skyttà <ville.skytta@xxxxxx> - 1.2-1 +- Update to 1.2. + * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel