update to 0.9 release
lot of enhancements, improvements and bugfixes - new spec-centric logic and src prep setup - install command now does recursive rpm building and install - support for RHEL5 rpm packaging on EL5 - reduce usage of rpmquery to save time and bandwidth
This commit is contained in:
parent
692c26e636
commit
b365ac1576
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/cabal-rpm-0.8.9.tar.gz
|
||||
/cabal-rpm-0.8.10.tar.gz
|
||||
/cabal-rpm-0.8.11.tar.gz
|
||||
/cabal-rpm-0.9.tar.gz
|
||||
|
@ -4,8 +4,8 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: cabal-rpm
|
||||
Version: 0.8.11
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM packaging tool for Haskell Cabal-based packages
|
||||
|
||||
License: GPLv3+
|
||||
@ -70,8 +70,22 @@ ln -s cblrpm-diff %{buildroot}%{_bindir}/%{name}-diff
|
||||
|
||||
|
||||
%changelog
|
||||
<<<<<<< Updated upstream
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
=======
|
||||
* Thu Jul 17 2014 Jens Petersen <petersen@redhat.com> - 0.9-1
|
||||
- setup logic completely reworked to make better use of existing spec file
|
||||
and prep source tree for version properly
|
||||
- default to Library packaging instead of BinLib:
|
||||
override with --binary which replaces --library
|
||||
- 'install' command now does local recursive rpmbuilding
|
||||
- try "rpm -qf" and then rpmquery to resolve clib devel depends
|
||||
- support packaging on RHEL5
|
||||
- improved output for 'depends' command
|
||||
- use current dir name as a last guess of package name
|
||||
- refactoring and improvements including no duplicate clibs deps
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
* Sat May 17 2014 Jens Petersen <petersen@redhat.com> - 0.8.11-1
|
||||
- use .spec file to determine pkg-ver when no .cabal file around
|
||||
|
Loading…
Reference in New Issue
Block a user