Update to 0.3.2

This commit is contained in:
Ben Boeckel 2012-06-19 22:47:34 -04:00
parent 45a46ab84a
commit 7bfb4b8754
3 changed files with 20 additions and 11 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/xss-sanitize-0.2.2.tar.gz
/xss-sanitize-0.2.6.tar.gz
/xss-sanitize-0.3.2.tar.gz

View File

@ -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@gmail.com> - 0.3.2-1
- Update to 0.3.2
* Thu Jan 19 2012 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 0.3.1-1
- update to upstream version 0.3.1
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 0.2.6-3
- rebuild

View File

@ -1 +1 @@
ebd120843e10b31c71009b022fab233b xss-sanitize-0.2.6.tar.gz
a45f9a0f872eb5c4f393c5f977b29b57 xss-sanitize-0.3.2.tar.gz