Hello community,

here is the log from the commit of package xslide for openSUSE:Factory checked 
in at 2019-11-06 14:35:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xslide (Old)
 and      /work/SRC/openSUSE:Factory/.xslide.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xslide"

Wed Nov  6 14:35:29 2019 rev:16 rq:745516 version:0.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/xslide/xslide.changes    2016-04-12 
19:37:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xslide.new.2990/xslide.changes  2019-11-06 
14:35:38.126642001 +0100
@@ -1,0 +2,6 @@
+Tue Nov  5 13:03:08 UTC 2019 - Karl Eichwalder <[email protected]>
+
+- Stop loading xslide automatically because of conflicts with css-mode.el;
+  bsc#1080086.
+
+-------------------------------------------------------------------

New:
----
  xslide-README.openSUSE

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

Other differences:
------------------
++++++ xslide.spec ++++++
--- /var/tmp/diff_new_pack.tnJN5p/_old  2019-11-06 14:35:38.946642884 +0100
+++ /var/tmp/diff_new_pack.tnJN5p/_new  2019-11-06 14:35:38.950642888 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xslide
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,10 +20,11 @@
 Version:        0.2.2
 Release:        0
 Summary:        XSL Integrated Development Environment
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Editors/Emacs
 Url:            http://www.menteith.com/xslide/
 Source:         http://downloads.sf.net/xslide/xslide-%version.tar.gz
+Source1:        xslide-README.openSUSE
 Source10:       COPYING
 Patch1:         suse-start-xslide.dif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +40,7 @@
 %setup -q 
 %patch1 -p 1
 cp %{S:10} .
+cp %{S:1} xslide-README.openSUSE
 
 %build
 make xslide
@@ -48,17 +50,19 @@
                  "%buildroot/%_infodir"
 # to avoid timestamp problems, install .el files first.
 install -p -m644 *.el "%buildroot/usr/share/emacs/site-lisp/xslide/"
-install -p -m644 suse-start-xslide.el \
-    "%buildroot/usr/share/emacs/site-lisp/suse-start-xslide.el"
+# install -p -m644 suse-start-xslide.el \
+#     "%buildroot/usr/share/emacs/site-lisp/suse-start-xslide.el"
 install -p -m644 *.el *.elc \
     "%buildroot/usr/share/emacs/site-lisp/xslide"
 
 %files
 %defattr(-,root,root)
+%doc xslide-README.openSUSE
+%doc suse-start-xslide.el
 %doc TODO README.TXT NEWS dot_emacs
 %doc COPYING
 %doc xslide-initial.xsl
-%config %_datadir/emacs/site-lisp/suse-start-xslide.el
+# %config %_datadir/emacs/site-lisp/suse-start-xslide.el
 %_datadir/emacs/site-lisp/xslide
 
 %changelog

++++++ xslide-README.openSUSE ++++++
suse-start-xslide.el is no longer installed by default, and thus, xslide
does not start automatically because xslide now sometimes conflicts with
shipped Emacs modes such as css-mode.el.  If you want to continue using
suse-start-xslide.el copy it to the site-lisp directory:

    cp /usr/share/doc/packages/psgml/suse-start-xslide.el \
        /usr/share/emacs/site-lisp/

Reply via email to