update to 3.2.2 and convert LICENSE to unix line-ending

This commit is contained in:
Jens Petersen 2015-01-21 22:11:47 +09:00
parent 5510b5b8d8
commit f521a8da67
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/JuicyPixels-3.2.1.tar.gz
/JuicyPixels-3.2.2.tar.gz

View File

@ -2,11 +2,8 @@
%global pkg_name JuicyPixels
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 3.2.1
Version: 3.2.2
Release: 1%{?dist}
Summary: Picture loading and serialization
@ -47,6 +44,7 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
sed -i 's/\r$//' LICENSE
%build
@ -75,6 +73,10 @@ install -p -m 0644 docimages/* %{buildroot}%{ghclibdocdir}/%{pkg_name}
%changelog
* Wed Jan 21 2015 Jens Petersen <petersen@redhat.com> - 3.2.2-1
- update to 3.2.2
- fix encoding of LICENSE (#1180460)
* Fri Jan 9 2015 Jens Petersen <petersen@redhat.com> - 3.2.1-1
- summary and description
- install docimages under ghclibdocdir

View File

@ -1 +1 @@
29fb0932c9ded6d392c992a317746e89 JuicyPixels-3.2.1.tar.gz
a648dd39367f54f5579a354cd81b5231 JuicyPixels-3.2.2.tar.gz