Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2016-08-22 10:07:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc (Old)
 and      /work/SRC/openSUSE:Factory/.ghc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2016-05-23 16:39:59.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes     2016-08-22 
10:07:18.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 17:39:47 UTC 2016 - [email protected]
+
+- fix boo#994268 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc.spec ++++++
--- /var/tmp/diff_new_pack.q6W1uV/_old  2016-08-22 10:07:19.000000000 +0200
+++ /var/tmp/diff_new_pack.q6W1uV/_new  2016-08-22 10:07:19.000000000 +0200
@@ -368,13 +368,13 @@
 # groups under a single name 'runhaskell'. Either these tools should be
 # disentangled from the Haskell implementations or all implementations should
 # have the same set of tools. *sigh*
-"%{_sbindir}/update-alternatives" --install %{_bindir}/runhaskell runhaskell 
%{_bindir}/runghc     500
-"%{_sbindir}/update-alternatives" --install %{_bindir}/hsc2hs     hsc2hs     
%{_bindir}/hsc2hs-ghc 500
+%{_sbindir}/update-alternatives --install %{_bindir}/runhaskell runhaskell 
%{_bindir}/runghc     500
+%{_sbindir}/update-alternatives --install %{_bindir}/hsc2hs     hsc2hs     
%{_bindir}/hsc2hs-ghc 500
 
 %preun compiler
 if test "$1" = 0; then
-  "%{_sbindir}/update-alternatives" --remove runhaskell %{_bindir}/runghc
-  "%{_sbindir}/update-alternatives" --remove hsc2hs     %{_bindir}/hsc2hs-ghc
+  %{_sbindir}/update-alternatives --remove runhaskell %{_bindir}/runghc
+  %{_sbindir}/update-alternatives --remove hsc2hs     %{_bindir}/hsc2hs-ghc
 fi
 
 %files


Reply via email to