update to 0.3.5.2

This commit is contained in:
Jens Petersen 2014-05-08 17:05:12 +09:00
parent 5d40e7a260
commit 7be0452d68
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/xss-sanitize-0.3.2.tar.gz
/xss-sanitize-0.3.3.tar.gz
/xss-sanitize-0.3.4.tar.gz
/xss-sanitize-0.3.5.2.tar.gz

View File

@ -3,13 +3,13 @@
%global pkg_name xss-sanitize
Name: ghc-%{pkg_name}
Version: 0.3.4
Version: 0.3.5.2
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/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -30,10 +30,11 @@ to prevent XSS attacks.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
@ -67,6 +68,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Thu May 08 2014 Jens Petersen <petersen@redhat.com> - 0.3.5.2-1
- update to 0.3.5.2
* Fri Jul 26 2013 Jens Petersen <petersen@redhat.com> - 0.3.4-1
- update to 0.3.4

View File

@ -1 +1 @@
6b1bd30aa11ed582d095fa2b2f3565ce xss-sanitize-0.3.4.tar.gz
5dba5b74fdeff7b2075734001d1eeeeb xss-sanitize-0.3.5.2.tar.gz