update to 0.2.3.5

This commit is contained in:
Jens Petersen 2015-01-23 14:26:24 +09:00
parent e45b63cce0
commit 838164628e
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/zip-archive-0.1.2.1.tar.gz
/zip-archive-0.1.3.4.tar.gz
/zip-archive-0.2.3.4.tar.gz
/zip-archive-0.2.3.5.tar.gz

View File

@ -4,17 +4,14 @@
%bcond_without tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.2.3.4
Version: 0.2.3.5
Release: 1%{?dist}
Summary: Library for creating and modifying zip archives
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{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
@ -91,6 +88,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Fri Jan 23 2015 Jens Petersen <petersen@redhat.com> - 0.2.3.5-1
- update to 0.2.3.5
* Thu Oct 30 2014 Jens Petersen <petersen@redhat.com> - 0.2.3.4-1
- update to 0.2.3.4
- refresh to cblrpm-0.8.11

View File

@ -1 +1 @@
8e8cec531455fbb06d01217f7e5cdbc0 zip-archive-0.2.3.4.tar.gz
6ffd3a438bfc3324c6a452de0e03b2a3 zip-archive-0.2.3.5.tar.gz