update to 0.3.5.4

This commit is contained in:
Jens Petersen 2015-01-23 14:18:00 +09:00
parent 9943d2503a
commit d7a510605b
3 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/xss-sanitize-0.3.3.tar.gz
/xss-sanitize-0.3.4.tar.gz
/xss-sanitize-0.3.5.2.tar.gz
/xss-sanitize-0.3.5.4.tar.gz

View File

@ -4,17 +4,14 @@
%bcond_with tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.3.5.2
Release: 4%{?dist}
Version: 0.3.5.4
Release: 1%{?dist}
Summary: Sanitize untrusted HTML to prevent XSS attacks
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -33,8 +30,9 @@ BuildRequires: ghc-hspec-devel
# End cabal-rpm deps
%description
Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS
to prevent XSS attacks.
Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS
attacks. See README.md <http://github.com/yesodweb/haskell-xss-sanitize> for
more details.
%package devel
@ -51,6 +49,7 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
cabal-tweak-flag network-uri False
%build
@ -84,6 +83,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Fri Jan 23 2015 Jens Petersen <petersen@redhat.com> - 0.3.5.4-1
- update to 0.3.5.4
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
5dba5b74fdeff7b2075734001d1eeeeb xss-sanitize-0.3.5.2.tar.gz
4cd1eb6f9e898cef2a5d7333a81b9e4e xss-sanitize-0.3.5.4.tar.gz