update to 0.7.1 release

This commit is contained in:
Jens Petersen 2013-03-22 15:37:36 +09:00
parent 72838a5001
commit 43c9157523
3 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/cabal-rpm-0.6.5.tar.gz
/cabal-rpm-0.6.6.tar.gz
/cabal-rpm-0.7.0.tar.gz
/cabal-rpm-0.7.1.tar.gz

View File

@ -2,8 +2,8 @@
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
Name: cabal-rpm
Version: 0.7.0
Release: 2%{?dist}
Version: 0.7.1
Release: 1%{?dist}
Summary: RPM package creator for Haskell Cabal-based packages
License: GPLv3+
@ -21,6 +21,7 @@ BuildRequires: ghc-time-devel
BuildRequires: ghc-unix-devel
# End cabal-rpm deps
Obsoletes: cabal2spec < 0.26
Provides: cblrpm = %{version}
%description
Cabal-rpm generates RPM packages from Haskell Cabal packages.
@ -58,6 +59,16 @@ ln -s cblrpm-diff %{buildroot}%{_bindir}/%{name}-diff
%changelog
* Fri Mar 22 2013 Jens Petersen <petersen@redhat.com> - 0.7.1-1
- add final full-stop to description if missing
- add ver-rel to initial changelog entry
- output warning when .spec already exists
- fix handling of package names that end in a digit
- output when trying a path
- map curl C dep to libcurl
- fix use of cblrpm-diff force lib option
- provide cblrpm
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
9efb104ebb2388e71f7da73fd9f430c0 cabal-rpm-0.7.0.tar.gz
a85744d2f8216829fa4fddc1ae15bb49 cabal-rpm-0.7.1.tar.gz