update to 1.3.14
This commit is contained in:
parent
481167e534
commit
8c11d30e9c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/xml-1.3.10.tar.gz
|
/xml-1.3.10.tar.gz
|
||||||
/xml-1.3.12.tar.gz
|
/xml-1.3.12.tar.gz
|
||||||
/xml-1.3.13.tar.gz
|
/xml-1.3.13.tar.gz
|
||||||
|
/xml-1.3.14.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global pkg_name xml
|
%global pkg_name xml
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.3.13
|
Version: 1.3.14
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A simple XML library
|
Summary: A simple XML library
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -55,13 +55,16 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 07 2015 Ben Boeckel <mathstuf@gmail.com> - 1.3.14-1
|
||||||
|
- update to 1.3.14
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.13-6
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.13-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user