Hello community,

here is the log from the commit of package ghc-rpm-macros for openSUSE:Factory 
checked in at 2016-07-21 08:06:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-01 10:00:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new/ghc-rpm-macros.changes       
2016-07-21 08:06:36.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jul 17 07:32:26 UTC 2016 - [email protected]
+
+- update to 1.5.4
+* support SMP in build phase
+
+-------------------------------------------------------------------

Old:
----
  ghc-rpm-macros-1.5.3.tar.bz2

New:
----
  ghc-rpm-macros-1.5.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.pSfAty/_old  2016-07-21 08:06:37.000000000 +0200
+++ /var/tmp/diff_new_pack.pSfAty/_new  2016-07-21 08:06:37.000000000 +0200
@@ -20,7 +20,7 @@
 %global without_hscolour 1
 
 Name:           ghc-rpm-macros
-Version:        1.5.3
+Version:        1.5.4
 Release:        0
 BuildArch:      noarch
 Summary:        RPM Macros for building packages for GHC

++++++ ghc-rpm-macros-1.5.3.tar.bz2 -> ghc-rpm-macros-1.5.4.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.4/macros.ghc
--- old/ghc-rpm-macros-1.5.3/macros.ghc 2016-06-28 16:19:27.000000000 +0200
+++ new/ghc-rpm-macros-1.5.4/macros.ghc 2016-07-17 09:11:00.000000000 +0200
@@ -105,13 +105,13 @@
 %ghc_bin_build\
 %global debug_package %{nil}\
 %cabal_configure\
-%cabal build -v
+%cabal build %{_smp_mflags} %{?cabal_verbose}
 
 # 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 -v\
+%cabal build %{_smp_mflags} %{?cabal_verbose}\
 %{nil}
 
 # ghc_lib_build [name] [version]


Reply via email to