Update to 0.3.2
This commit is contained in:
parent
45a46ab84a
commit
7bfb4b8754
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
/xss-sanitize-0.2.2.tar.gz
|
/xss-sanitize-0.3.2.tar.gz
|
||||||
/xss-sanitize-0.2.6.tar.gz
|
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
%global common_summary Sanitize untrusted HTML to prevent XSS attacks
|
%global common_summary Sanitize untrusted HTML to prevent XSS attacks
|
||||||
|
|
||||||
%global common_description Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS \
|
%global common_description Run untrusted HTML through \
|
||||||
to prevent XSS attacks. see README.md \
|
Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. see README.md for \
|
||||||
for more details.
|
more details.
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.6
|
Version: 0.3.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -24,9 +24,13 @@ ExclusiveArch: %{ghc_arches}
|
|||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
||||||
# END cabal2spec
|
# END cabal2spec
|
||||||
BuildRequires: ghc-network-prof
|
BuildRequires: ghc-attoparsec-devel
|
||||||
BuildRequires: ghc-tagsoup-prof
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-utf8-string-prof
|
BuildRequires: ghc-css-text-devel
|
||||||
|
BuildRequires: ghc-network-devel
|
||||||
|
BuildRequires: ghc-tagsoup-devel
|
||||||
|
BuildRequires: ghc-text-devel
|
||||||
|
BuildRequires: ghc-utf8-string-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
@ -56,6 +60,12 @@ BuildRequires: ghc-utf8-string-prof
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 0.2.6-3
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user