update to 0.1.5

This commit is contained in:
Jens Petersen 2015-01-20 18:19:55 +09:00
parent a8c3d7a7c4
commit 8cc6bcc333
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

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

View File

@ -4,17 +4,14 @@
%bcond_with tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.1.4
Version: 0.1.5
Release: 1%{?dist}
Summary: Components of paths
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -75,9 +72,13 @@ This package provides the Haskell %{pkg_name} library development files.
%files devel -f %{name}-devel.files
%doc README.md
%changelog
* Tue Jan 20 2015 Jens Petersen <petersen@redhat.com> - 0.1.5-1
- update to 0.1.5
* Thu Aug 28 2014 Jens Petersen <petersen@redhat.com> - 0.1.4-1
- update to 0.1.4
- refresh to cblrpm-0.8.11

View File

@ -1 +1 @@
fcaf0f649cf67d0cdf880ef0387f673e path-pieces-0.1.4.tar.gz
541190d0f6dfbbaa7d08cb4ae061231d path-pieces-0.1.5.tar.gz