update to 3.2.6.1

This commit is contained in:
Jens Petersen 2015-09-17 18:00:06 +09:00
parent 683fd21945
commit a628ef7f4a
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -3,8 +3,8 @@
%global pkg_name JuicyPixels
Name: ghc-%{pkg_name}
Version: 3.2.2
Release: 3%{?dist}
Version: 3.2.6.1
Release: 1%{?dist}
Summary: Picture loading and serialization
License: BSD
@ -54,7 +54,7 @@ sed -i 's/\r$//' LICENSE
%install
%ghc_lib_install
install -p -m 0644 docimages/* %{buildroot}%{ghcpkgdocdir}
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
@ -66,13 +66,17 @@ install -p -m 0644 docimages/* %{buildroot}%{ghcpkgdocdir}
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc README.md docimages/*
%changelog
* Thu Sep 17 2015 Jens Petersen <petersen@redhat.com> - 3.2.6.1-1
- update to 3.2.6.1
* Mon Aug 31 2015 Peter Robinson <pbrobinson@fedoraproject.org> 3.2.2-3
- Rebuild (aarch64 vector hashes)

View File

@ -1 +1 @@
a648dd39367f54f5579a354cd81b5231 JuicyPixels-3.2.2.tar.gz
f5ad79da0db6acc81ec885b25c899174 JuicyPixels-3.2.6.1.tar.gz