commit xslide for openSUSE:Factory

2019-11-06 Thread root
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.changes2016-04-12 
19:37:21.0 +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 
+
+- 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/



commit xslide for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package xslide for openSUSE:Factory checked 
in at 2016-04-12 19:37:19

Comparing /work/SRC/openSUSE:Factory/xslide (Old)
 and  /work/SRC/openSUSE:Factory/.xslide.new (New)


Package is "xslide"

Changes:

--- /work/SRC/openSUSE:Factory/xslide/xslide.changes2011-09-23 
12:52:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.xslide.new/xslide.changes   2016-04-12 
19:37:21.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar 24 09:42:07 UTC 2016 - jeng...@inai.de
+
+- Remove or replace ancient RPM tags and sections
+
+---



Other differences:
--
++ xslide.spec ++
--- /var/tmp/diff_new_pack.oqV92z/_old  2016-04-12 19:37:22.0 +0200
+++ /var/tmp/diff_new_pack.oqV92z/_new  2016-04-12 19:37:22.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xslide (Version 0.2.2)
+# spec file for package xslide
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,40 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xslide
-BuildRequires:  emacs-nox
+Version:0.2.2
+Release:0
+Summary:XSL Integrated Development Environment
 License:GPL-2.0+
 Group:  Productivity/Editors/Emacs
-Requires:   emacs_program psgml
-AutoReqProv:on
-Summary:XSL Integrated Development Environment
-Version:0.2.2
-Release:241
-Source: 
http://unc.dl.sourceforge.net/sourceforge/xslide/xslide-%{version}.tar.gz
+Url:http://www.menteith.com/xslide/
+Source: http://downloads.sf.net/xslide/xslide-%version.tar.gz
 Source10:   COPYING
-# Patch0: xslide-0.2.dif
 Patch1: suse-start-xslide.dif
-Url:http://www.menteith.com/xslide/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+BuildRequires:  emacs-nox
+Requires:   emacs_program
+Requires:   psgml
 
 %description
 An Emacs mode to edit XSL files.
 
-
-
-Authors:
-
-Tony Graham 
-
 %prep
-# %setup -T -c
-# unzip -o -a %{SOURCE0}
 %setup -q 
-# %patch0 -p 1
 %patch1 -p 1
 cp %{S:10} .
 
@@ -56,26 +44,21 @@
 make xslide
 
 %install
-[ -z $RPM_BUILD_ROOT ] || rm -fr $RPM_BUILD_ROOT
-install -d -m755 $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/xslide \
- $RPM_BUILD_ROOT%{_infodir}
+install -dm0755 "%buildroot/usr/share/emacs/site-lisp/xslide" \
+ "%buildroot/%_infodir"
 # to avoid timestamp problems, install .el files first.
-install -p -m644 *.el $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/xslide
+install -p -m644 *.el "%buildroot/usr/share/emacs/site-lisp/xslide/"
 install -p -m644 suse-start-xslide.el \
-$RPM_BUILD_ROOT/usr/share/emacs/site-lisp/suse-start-xslide.el
+"%buildroot/usr/share/emacs/site-lisp/suse-start-xslide.el"
 install -p -m644 *.el *.elc \
-$RPM_BUILD_ROOT/usr/share/emacs/site-lisp/xslide
-export RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+"%buildroot/usr/share/emacs/site-lisp/xslide"
 
 %files
 %defattr(-,root,root)
 %doc TODO README.TXT NEWS dot_emacs
 %doc COPYING
 %doc xslide-initial.xsl
-%config /usr/share/emacs/site-lisp/suse-start-xslide.el
-/usr/share/emacs/site-lisp/xslide
+%config %_datadir/emacs/site-lisp/suse-start-xslide.el
+%_datadir/emacs/site-lisp/xslide
 
 %changelog




commit xslide for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xslide for openSUSE:Factory checked 
in at 2011-12-06 19:18:05

Comparing /work/SRC/openSUSE:Factory/xslide (Old)
 and  /work/SRC/openSUSE:Factory/.xslide.new (New)


Package is xslide, Maintainer is k...@suse.com

Changes:




Other differences:
--
++ xslide.spec ++
--- /var/tmp/diff_new_pack.yxR786/_old  2011-12-06 19:59:33.0 +0100
+++ /var/tmp/diff_new_pack.yxR786/_new  2011-12-06 19:59:33.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   xslide
 BuildRequires:  emacs-nox
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/Editors/Emacs
 Requires:   emacs_program psgml
 AutoReqProv:on

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org