update to 0.2.1

This commit is contained in:
Jens Petersen 2016-06-26 14:10:45 +09:00
parent e43f375b71
commit 6559f79218
3 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/path-pieces-0.1.2.tar.gz /path-pieces-0.1.2.tar.gz
/path-pieces-0.1.4.tar.gz /path-pieces-0.1.4.tar.gz
/path-pieces-0.1.5.tar.gz /path-pieces-0.1.5.tar.gz
/path-pieces-0.2.1.tar.gz

View File

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.9.11
# https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name path-pieces %global pkg_name path-pieces
@ -5,8 +6,8 @@
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.1.5 Version: 0.2.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Components of paths Summary: Components of paths
License: BSD License: BSD
@ -52,6 +53,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install %install
%ghc_lib_install %ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check %check
%if %{with tests} %if %{with tests}
@ -68,14 +71,17 @@ 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
%doc README.md %doc ChangeLog.md README.md
%changelog %changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.2.1-1
- update to 0.2.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-3 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
541190d0f6dfbbaa7d08cb4ae061231d path-pieces-0.1.5.tar.gz 0906c878a5b7fb053f328587a55fcd44 path-pieces-0.2.1.tar.gz