[php-htmlpurifier-htmlpurifier] Upgrade to 4.6.0 (#1038530)

Robert Scheck robert at fedoraproject.org
Sun Aug 10 18:40:45 UTC 2014


commit 2f0e3fda417397c56d4aae5ff5d10cbbeca14478
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sun Aug 10 20:40:42 2014 +0200

    Upgrade to 4.6.0 (#1038530)

 .gitignore                         |    2 +-
 php-htmlpurifier-htmlpurifier.spec |   36 ++++++++++++++++++++++--------------
 sources                            |    2 +-
 3 files changed, 24 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25cd164..a0d7cdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/htmlpurifier-4.3.0.tar.gz
+/htmlpurifier-4.?.0.tar.gz
diff --git a/php-htmlpurifier-htmlpurifier.spec b/php-htmlpurifier-htmlpurifier.spec
index 2ace54b..1a4bac7 100644
--- a/php-htmlpurifier-htmlpurifier.spec
+++ b/php-htmlpurifier-htmlpurifier.spec
@@ -3,8 +3,8 @@
 %global php_libname          htmlpurifier
 
 Name:      php-htmlpurifier-htmlpurifier
-Version:   4.3.0
-Release:   7%{?dist}
+Version:   4.6.0
+Release:   1%{?dist}
 License:   LGPLv2+
 Summary:   Standards-compliant HTML filter library 
 Group:     Development/Libraries
@@ -16,6 +16,7 @@ BuildRequires: php-pear(PEAR)
 Requires:  php >= 5.0.5
 Requires:  php-bcmath
 Requires:  php-tidy
+Requires:  php-iconv
 Requires: php-pear(PEAR)
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
@@ -25,28 +26,27 @@ Provides:     php-pear(%{channel}/%{php_libname}) = %{version}
 BuildArch: noarch
 
 %description
-Standards-compliant HTML filter library written in 
-PHP. HTML Purifier will not only remove all malicious code 
-(better known as XSS) with a thoroughly audited, secure yet permissive 
-white list, it will also make sure your documents are standards compliant, 
-something only achievable with a comprehensive knowledge of W3C's 
-specifications.
+Standards-compliant HTML filter library written in PHP. HTML Purifier
+will not only remove all malicious code (better known as XSS) with a
+thoroughly audited, secure yet permissive white list, it will also make
+sure your documents are standards compliant, something only achievable
+with a comprehensive knowledge of W3C's specifications.
 
 %package doc
 Summary: Documentation for HTML Purifier
 Group:   Documentation
+
 %description doc
 Documentation for php-htmlpurifier
 
-
-
-
 %prep
 %setup -qn %{php_libname}-%{version}
 rm -rf library/HTMLPurifier/DefinitionCache/Serializer
 rm -rf benchmarks/.htaccess
 chmod -x tests/HTMLPurifier/Injector/RemoveSpansWithoutAttributesTest.php
+
 %build
+
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_datadir}/php/%{php_libname}
@@ -68,15 +68,18 @@ fi
 
 %files
 %defattr(-,root,root,-) 
-%doc CREDITS FOCUS LICENSE NEWS README TODO VERSION WHATSNEW
+%doc CREDITS FOCUS LICENSE NEWS README VERSION WHATSNEW
 %{_datadir}/php/%{php_libname}
 
 %files doc
 %defattr(-,root,root,-)
-%doc CREDITS FOCUS INSTALL INSTALL.fr.utf8 LICENSE NEWS README TODO VERSION WHATSNEW WYSIWYG 
+%doc CREDITS FOCUS INSTALL INSTALL.fr.utf8 LICENSE NEWS README VERSION WHATSNEW WYSIWYG 
 %doc art benchmarks configdoc docs Doxyfile smoketests tests
 
 %changelog
+* Sun Aug 10 2014 Robert Scheck <robert at fedoraproject.org> 4.6.0-1
+- Upgrade to 4.6.0 (#1038530)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.3.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -91,19 +94,24 @@ fi
 
 * Fri Sep 16 2011 David Nalley <david at gnsa.us> 4.3.0-3
 - fixed spec name typo
+
 * Wed Sep 14 2011 David Nalley <david at gnsa.us> 4.3.0-2
 - fixed spelling typo
 - added appropriate docs to the main package. 
 - corrected app category for docs subpackge
+
 * Sat Sep 03 2011 David Nalley <david at gnsa.us> 4.3.0-1
 - updating to latest upstream version
+
 * Wed Jan 05 2011 David Nalley <david at gnsa.us> 4.2.0-1
 - version bump for XSS vulnerability. CVE-2010-2479
+
 * Tue Mar 24 2010 David Nalley <david at gnsa.us> 4.0.0-3
 - added reqs for php-bcmath php-tidy and iconv
 - registered for pear channel
+
 * Sun Jan 03 2010 David Nalley <david at gnsa.us> 4.0.0-2
 - corrected capitalization problem in summ.
+
 * Thu Nov 26 2009 David Nalley <david at gnsa.us> 4.0.0-1
 - Initial Packaging
-
diff --git a/sources b/sources
index dbb0596..d7481d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8692c8b515a518c59a1294cdea67852a  htmlpurifier-4.3.0.tar.gz
+0d8f3a303cf7ea19cef1cad83294af1e  htmlpurifier-4.6.0.tar.gz


More information about the scm-commits mailing list