Hello community, here is the log from the commit of package ghc-rpm-macros for openSUSE:Factory checked in at 2016-05-29 03:12:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-rpm-macros (Old) and /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-rpm-macros" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-rpm-macros/ghc-rpm-macros.changes 2016-03-18 21:42:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new/ghc-rpm-macros.changes 2016-05-29 03:13:50.000000000 +0200 @@ -1,0 +2,5 @@ +Sun May 22 17:55:50 UTC 2016 - [email protected] + +- Incerase verbosity of configure and build macros + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-rpm-macros-1.5.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ghc-rpm-macros-1.5.3/macros.ghc new/ghc-rpm-macros-1.5.3/macros.ghc --- old/ghc-rpm-macros-1.5.3/macros.ghc 2016-03-17 10:32:25.000000000 +0100 +++ new/ghc-rpm-macros-1.5.3/macros.ghc 2016-05-22 19:52:41.000000000 +0200 @@ -26,7 +26,7 @@ %cabal_configure\ %ghc_check_bootstrap\ %global _hardened_ldflags %{nil}\ -%cabal configure --prefix=%{_prefix} --libdir=%{_libdir} --docdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}} --libsubdir='$compiler/$pkgkey' --datasubdir='$pkgid' --ghc %{!?ghc_without_dynamic:--enable-executable-dynamic} %{?with_tests:--enable-tests} %{?cabal_configure_options} $cabal_configure_extra_options +%cabal configure -v --prefix=%{_prefix} --libdir=%{_libdir} --docdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}} --libsubdir='$compiler/$pkgkey' --datasubdir='$pkgid' --ghc %{!?ghc_without_dynamic:--enable-executable-dynamic} %{?with_tests:--enable-tests} %{?cabal_configure_options} $cabal_configure_extra_options # install %cabal_install %cabal copy --destdir=%{buildroot} -v @@ -34,7 +34,7 @@ # tests %cabal_test\ %if %{with tests}\ -%cabal test\ +%cabal test -v\ %endif # no _pkgdocdir in EPEL <= 7 @@ -105,13 +105,13 @@ %ghc_bin_build\ %global debug_package %{nil}\ %cabal_configure\ -%cabal build +%cabal build -v # ghc_lib_build_without_haddock [name] [version] %ghc_lib_build_without_haddock()\ %global debug_package %{nil}\ %cabal_configure %{!?without_prof:-p} %{!?ghc_without_shared:--enable-shared} %{?ghc_without_shared:--disable-shared} %{?pkg_name:--htmldir=%{ghclibdocdir}/%{pkg_name}-%{version}} %{?1:--docdir=%{_docdir}/ghc-%1%{!?fedora:-%2} --htmldir=%{ghclibdocdir}/%1-%2} %{!?1:--global} %{?ghc_with_lib_for_ghci:--enable-library-for-ghci}\ -%cabal build\ +%cabal build -v\ %{nil} # ghc_lib_build [name] [version]
