Hi,
I pushed cabal2spec-0.22.3 to koji for rawhide, f14, and f13.
Please use it for package reviews going forward.
I will probably commit the corresponding changes to the all rawhide packages later to sync them up to this version.
The changes are not that big:
- lower ghc-rpm-macros version requirement to 0.7.3 (in f13 testing) - drop bcond for shared and hscolour, and also buildroot cleaning - minor "parsing" tweaks to cabal2spec
Let me know if you have find an problems or regressions, or open a bug in bugzilla. (I will be away for the next week btw.)
Jens
Debuginfo is enabled (%global debug_package %{nil} is missing). The size of the generated debuginfo for regexpr .so is smaller than the .so itself. Is that something to be concerned about?
http://fedoraproject.org/wiki/Packaging/Debuginfo
On Thu, Dec 9, 2010 at 2:15 PM, Jens Petersen petersen@redhat.com wrote:
Hi,
I pushed cabal2spec-0.22.3 to koji for rawhide, f14, and f13.
Please use it for package reviews going forward.
I will probably commit the corresponding changes to the all rawhide packages later to sync them up to this version.
The changes are not that big:
- lower ghc-rpm-macros version requirement to 0.7.3 (in f13 testing)
- drop bcond for shared and hscolour, and also buildroot cleaning
- minor "parsing" tweaks to cabal2spec
Let me know if you have find an problems or regressions, or open a bug in bugzilla. (I will be away for the next week btw.)
Jens _______________________________________________ haskell-devel mailing list haskell-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/haskell-devel
Debuginfo is enabled (%global debug_package %{nil} is missing). Thanks for testing.
I did some digging and it turned out that with redhat-rpm-config installed it depended on the position of %ghc_lib_package in the .spec file. So for consistency I can going to revert that change in ghc-rpm-macros and cabal2spec and we will have to keep unsetting debug_package in our .spec files.
Thanks, Jens
So for consistency I can going to revert that change in ghc-rpm-macros and cabal2spec and we will have to keep unsetting debug_package in our .spec files.
Done in cabal2spec-0.22.4 and ghc-rpm-macros updates, now a week in Bodhi.
haskell-devel@lists.fedoraproject.org