Hello community, here is the log from the commit of package psgml for openSUSE:Factory checked in at 2018-02-20 17:55:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/psgml (Old) and /work/SRC/openSUSE:Factory/.psgml.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "psgml" Tue Feb 20 17:55:58 2018 rev:22 rq:578221 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/psgml/psgml.changes 2014-12-16 14:50:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.psgml.new/psgml.changes 2018-02-20 17:56:05.552266704 +0100 @@ -1,0 +2,6 @@ +Mon Feb 19 12:53:44 UTC 2018 - [email protected] + +- Stop loading psgml automatically because of conflicts with js-mode.el; + bsc#1080086. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ psgml.spec ++++++ --- /var/tmp/diff_new_pack.iVKFhA/_old 2018-02-20 17:56:07.296203911 +0100 +++ /var/tmp/diff_new_pack.iVKFhA/_new 2018-02-20 17:56:07.300203766 +0100 @@ -1,7 +1,7 @@ # # spec file for package psgml # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -129,8 +129,8 @@ make install-info prefix="$RPM_BUILD_ROOT%{_prefix}" \ lispdir="$RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/psgml" \ infodir="$RPM_BUILD_ROOT%{_infodir}" -install -p -m644 suse-start-psgml.el \ - $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/suse-start-psgml.el +#install -p -m644 suse-start-psgml.el \ +# $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/suse-start-psgml.el install -p -m644 iso88591.map \ $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/psgml/iso88591.map install -p -m644 tdtd-font.el tdtd-font.elc \ @@ -165,9 +165,10 @@ %defattr(644,root,root,755) %doc README.psgml README.openSUSE %doc README.xxml THANKS.xxml +%doc suse-start-psgml.el %doc psgml-jade %doc tdtd-readme.txt tdtd-tutorial.txt tdtd.dot.emacs -%config %{_prefix}/share/emacs/site-lisp/suse-start-psgml.el +# %config %{_prefix}/share/emacs/site-lisp/suse-start-psgml.el %{_prefix}/share/emacs/site-lisp/psgml %doc %{_infodir}/psgml-api.info* %doc %{_infodir}/psgml.info* ++++++ psgml-README.openSUSE ++++++ --- /var/tmp/diff_new_pack.iVKFhA/_old 2018-02-20 17:56:07.408199878 +0100 +++ /var/tmp/diff_new_pack.iVKFhA/_new 2018-02-20 17:56:07.408199878 +0100 @@ -1,3 +1,16 @@ +Warning: +======== + +suse-start-psgml.el is no longer installed by default, and thus, psgml +does not start automatically because psgml now sometimes conflicts with +shipped Emacs modes such as js-mode.el. If you want to continue using +suse-start-psgml.el copy it to the site-lisp directory: + + cp /usr/share/doc/packages/psgml/suse-start-psgml.el \ + /usr/share/emacs/site-lisp/ + +------------------------------------------------------------------------ + Patches: ======== @@ -18,18 +31,17 @@ Configuration: ============== -Configuration is done /usr/share/emacs/site-lisp/suse-start-psgml.el; -The Emacs default installation on SuSE Linux make use of it -automatically. If you don't use -/usr/share/emacs/site-lisp/site-start.el coming with SuSE Linux add to +Configuration is done with suse-start-psgml.el in +/usr/share/emacs/site-lisp/ (see the Warning above where you can find it); +If you do not use +/usr/share/emacs/site-lisp/site-start.el coming with SUSE Linux add to your ~/.emacs: (load "suse-start-psgml") -or copy the contents of /usr/share/emacs/site-lisp/suse-start-psgml.el -to your ~/.emacs. +or copy the contents of suse-start-psgml.el to your ~/.emacs. + -2001-07-16 12:48:21 CEST -ke- Comments -------- @@ -45,5 +57,5 @@ End: --> -2001-07-16 12:48:21 CEST -ke- +
