Hello community,

here is the log from the commit of package emacs-haskell-mode for 
openSUSE:Factory checked in at 2016-03-07 13:23:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs-haskell-mode (Old)
 and      /work/SRC/openSUSE:Factory/.emacs-haskell-mode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs-haskell-mode"

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs-haskell-mode/emacs-haskell-mode.changes    
2016-02-26 00:29:30.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.emacs-haskell-mode.new/emacs-haskell-mode.changes   
    2016-03-07 13:23:59.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Feb 26 15:05:09 UTC 2016 - [email protected]
+
+- keep haskell-mode-autoloads.el 
+
+-------------------------------------------------------------------
+Thu Feb 25 10:26:20 UTC 2016 - [email protected]
+
+- enable automatic loading with suse-start-* 
+
+-------------------------------------------------------------------

New:
----
  suse-start-haskell-mode.el

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

Other differences:
------------------
++++++ emacs-haskell-mode.spec ++++++
--- /var/tmp/diff_new_pack.VhbFeA/_old  2016-03-07 13:24:00.000000000 +0100
+++ /var/tmp/diff_new_pack.VhbFeA/_new  2016-03-07 13:24:00.000000000 +0100
@@ -24,6 +24,7 @@
 Group:          Productivity/Editors/Emacs
 Url:            http://projects.haskell.org/haskellmode-emacs/
 Source:         
https://github.com/haskell/haskell-mode/archive/v%{version}.tar.gz
+Source1:        suse-start-haskell-mode.el
 BuildRequires:  emacs-nox
 BuildRequires:  git
 BuildRequires:  makeinfo
@@ -39,7 +40,8 @@
 inf-haskell which allows interaction with an inferior Haskell interactive loop
 such as the one of Hugs or GHCi.
 
-%define _lispdir %{_datadir}/emacs/site-lisp/haskell-mode
+%define _sitedir %{_datadir}/emacs/site-lisp
+%define _lispdir %{_sitedir}/haskell-mode
 
 %prep
 %setup -q -n haskell-mode-%{version}
@@ -51,7 +53,8 @@
 emacs_version=$(emacs -Q --batch --eval '(princ emacs-version)')
 install -pm 755 -d %{buildroot}%{_lispdir}/haskell-mode
 install -pm 644 build-$emacs_version/*.elc %{buildroot}%{_lispdir}/
-install -pm 644 haskell-mode-autoloads.el %{buildroot}%{_lispdir}/
+install -pm 644 haskell-mode-autoloads.el 
%{buildroot}%{_lispdir}/haskell-mode-autoloads.el
+install -pm 644 %{S:1} %{buildroot}%{_sitedir}/suse-start-haskell-mode.el
 install -D -pm 644 haskell-mode.info %{buildroot}%{_infodir}/haskell-mode.info
 
 %post
@@ -67,5 +70,6 @@
 %{_infodir}/haskell-mode.info.gz
 %{_lispdir}/*.elc
 %{_lispdir}/haskell-mode-autoloads.el
+%{_sitedir}/suse-start-haskell-mode.el
 
 %changelog

++++++ suse-start-haskell-mode.el ++++++
;; /usr/share/emacs/site-lisp/suse-start-haskell-mode.el

(add-to-list 'load-path "/usr/share/emacs/site-lisp/haskell-mode/")
(require 'haskell-mode-autoloads)

;; /usr/share/emacs/site-lisp/suse-start-haskell-mode.el ends here

Reply via email to