[ghc-xss-sanitize] Update to 0.3.2

Ben Boeckel mathstuf at fedoraproject.org
Tue Jul 10 04:47:09 UTC 2012


commit 7bfb4b875431d953cccaeee046788800c14410ae
Author: Ben Boeckel <mathstuf at gmail.com>
Date:   Tue Jun 19 22:47:34 2012 -0400

    Update to 0.3.2

 .gitignore            |    3 +--
 ghc-xss-sanitize.spec |   26 ++++++++++++++++++--------
 sources               |    2 +-
 3 files changed, 20 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83d4548..fa88f83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/xss-sanitize-0.2.2.tar.gz
-/xss-sanitize-0.2.6.tar.gz
+/xss-sanitize-0.3.2.tar.gz
diff --git a/ghc-xss-sanitize.spec b/ghc-xss-sanitize.spec
index 6afec40..4d53f2a 100644
--- a/ghc-xss-sanitize.spec
+++ b/ghc-xss-sanitize.spec
@@ -6,13 +6,13 @@
 
 %global common_summary Sanitize untrusted HTML to prevent XSS attacks
 
-%global common_description Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS \
-to prevent XSS attacks. see README.md \
-for more details.
+%global common_description Run untrusted HTML through \
+Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. see README.md for \
+more details.
 
 Name:           ghc-%{pkg_name}
-Version:        0.2.6
-Release:        3%{?dist}
+Version:        0.3.2
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -24,9 +24,13 @@ ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
-BuildRequires:  ghc-network-prof
-BuildRequires:  ghc-tagsoup-prof
-BuildRequires:  ghc-utf8-string-prof
+BuildRequires:  ghc-attoparsec-devel
+BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-css-text-devel
+BuildRequires:  ghc-network-devel
+BuildRequires:  ghc-tagsoup-devel
+BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-utf8-string-devel
 
 %description
 %{common_description}
@@ -56,6 +60,12 @@ BuildRequires:  ghc-utf8-string-prof
 
 
 %changelog
+* Tue Jun 19 2012 Ben Boeckel <mathstuf at gmail.com> - 0.3.2-1
+- Update to 0.3.2
+
+* Thu Jan 19 2012 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.3.1-1
+- update to upstream version 0.3.1
+
 * Fri Jun 15 2012 Jens Petersen <petersen at redhat.com> - 0.2.6-3
 - rebuild
 
diff --git a/sources b/sources
index 4e11d78..16940cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ebd120843e10b31c71009b022fab233b  xss-sanitize-0.2.6.tar.gz
+a45f9a0f872eb5c4f393c5f977b29b57  xss-sanitize-0.3.2.tar.gz


More information about the scm-commits mailing list