Hello community,

here is the log from the commit of package psgml for openSUSE:Factory checked 
in at 2014-12-16 14:49:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/psgml (Old)
 and      /work/SRC/openSUSE:Factory/.psgml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "psgml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/psgml/psgml.changes      2012-09-17 
16:59:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.psgml.new/psgml.changes 2014-12-16 
14:50:19.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Dec 15 11:59:34 UTC 2014 - k...@suse.de
+
+- Update from https://marmalade-repo.org/packages/psgml-1.4.1.tar;
+  bnc#909627.
+- Cleanup spec file.
+
+-------------------------------------------------------------------

Old:
----
  psgml-1.3.2.tar.gz
  psgml-README.SuSE

New:
----
  psgml-1.4.1.tar
  psgml-README.openSUSE

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

Other differences:
------------------
++++++ psgml.spec ++++++
--- /var/tmp/diff_new_pack.yRp0Nm/_old  2014-12-16 14:50:24.000000000 +0100
+++ /var/tmp/diff_new_pack.yRp0Nm/_new  2014-12-16 14:50:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package psgml
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,16 +27,15 @@
 Summary:        Emacs Add-On to edit SGML/XML documents
 License:        GPL-2.0+ and SUSE-Public-Domain
 Group:          Productivity/Editors/Emacs
-Version:        1.3.2
+Version:        1.4.1
 Release:        0
-# Source:       
http://belnet.dl.sourceforge.net/sourceforge/psgml/psgml-%{version}.tar.bz2
-Source:         ftp://ftp.lysator.liu.se/pub/sgml/ALPHA/psgml-%{version}.tar.gz
+Source:         https://marmalade-repo.org/packages/psgml-%{version}.tar
 Source1:        http://home.sprynet.com/sprynet/dmeggins/psgml-dsssl.el
 Source2:        http://logimac.mathematik.uni-freiburg.de/mixed/psgml-ja.tgz
 Source3:        http://www.menteith.com/tdtd/data/tdtd.zip
 Source4:        http://www.iro.umontreal.ca/~pinard/xxml/xxml.tar.gz
 Source5:        http://www.megginson.com/Software/psgml-xpointer.el
-Source6:        %{name}-README.SuSE
+Source6:        %{name}-README.openSUSE
 Source7:        ke-docbook.el
 Source8:        suse-start-psgml.el
 Source9:        psgml-html.el
@@ -60,7 +59,7 @@
 
 Included are several helper tools: tdtd, xxml, psgml-xpointer.
 
-For more info see README.SuSE.
+For more info see README.openSUSE.
 
 Compiled for GNU Emacs (XEmacs has its own version!).
 
@@ -72,7 +71,8 @@
     Lennart Staflin <le...@lysator.liu.se>
     David Megginson <dmegg...@sprynet.com>
     Matthias Clasen <mcla...@sun2.mathematik.uni-freiburg.de>
-    Fran�ois Pinard <pin...@iro.umontreal.ca>
+    François Pinard <pin...@iro.umontreal.ca>
+    etc.
 
 %prep
 %setup -q
@@ -94,7 +94,7 @@
 unzip -o -a %{SOURCE3}
 # Add write permissions so that we can patch it
 chmod u+w tutorial.txt
-cp -p %{SOURCE6} README.SuSE
+cp -p %{SOURCE6} README.openSUSE
 cp -p %{SOURCE7} .
 cp -p %{SOURCE8} .
 cp -p %{S:9} .
@@ -163,7 +163,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc INSTALL README.psgml README.SuSE
+%doc README.psgml README.openSUSE
 %doc README.xxml THANKS.xxml
 %doc psgml-jade
 %doc tdtd-readme.txt tdtd-tutorial.txt tdtd.dot.emacs

++++++ flavour.patch ++++++
--- /var/tmp/diff_new_pack.yRp0Nm/_old  2014-12-16 14:50:24.000000000 +0100
+++ /var/tmp/diff_new_pack.yRp0Nm/_new  2014-12-16 14:50:24.000000000 +0100
@@ -9,37 +9,6 @@
    (let ((default-directory psgml-source-dir)
        (load-path (cons psgml-source-dir load-path)))
      (mapcar (function psgml-byte-compile-file)
---- psgml-parse.el
-+++ psgml-parse.el     2012-07-02 13:03:42.892010400 +0000
-@@ -440,7 +440,7 @@ Applicable to XML.")
- ;; set of moves: list of moves
- 
- (defmacro sgml-add-move-to-set (token node set)
--  (`(cons (cons (, token) (, node)) (, set))))
-+  `(cons (cons ,token ,node) , set))
- 
- (defmacro sgml-moves-lookup (token set)
-   (` (assq (, token) (, set))))
-@@ -460,7 +460,7 @@ Applicable to XML.")
-   (` (cddr (, s))))
- 
- (defmacro sgml-state-final-p (s)
--  (`(null (sgml-state-reqs (, s)))))
-+  `(null (sgml-state-reqs ,s)))
- 
- ;; adding moves
- ;; *** Should these functions check for ambiguity?
-@@ -904,8 +904,8 @@ If ATTSPEC is nil, nil is returned."
-   (cons
-    'progn
-    (loop for n in names collect
--       (`(defmacro (, (intern (format "sgml-eltype-%s" n))) (et)
--           (list 'get et ''(, n)))))))
-+       `(defmacro ,(intern (format "sgml-eltype-%s" n)) (et)
-+           (list 'get et '',n)))))
- 
- (sgml-prop-fields
-  ;;flags                      ; optional tags and mixed
 --- xxml.el
 +++ xxml.el    2012-07-02 12:28:42.168509922 +0000
 @@ -293,7 +293,7 @@ Use nil to silence all progress.")

++++++ psgml-README.openSUSE ++++++
Patches:
========

xxml-provide.diff
-----------------
This patch makes xxml.el provide itself.

2001-07-16 12:49:56 CEST -ke-

psgml-compile-addons.diff
-------------------------
To compile psgml-dsssl.el, psgml-ja.tgz and psgml-xpointer.el

2001-11-19 09:41:38 CET -ke-

------------------------------------------------------------------------

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
your ~/.emacs:

     (load "suse-start-psgml")

or copy the contents of /usr/share/emacs/site-lisp/suse-start-psgml.el
to your ~/.emacs.

2001-07-16 12:48:21 CEST -ke-

Comments
--------

xxml.el: suse-start-psgml.el now loads xxml.el by default and psgml will
use it automatically.  If you want to use ke-docbook.el for DocBook
files, add at the very end of your SGML file (or adjust the "mode:" line
of an alread existing file):

<!-- Keep this comment at the end of the file
Local variables:
mode: ke-docbook
End:
-->

2001-07-16 12:48:21 CEST -ke-


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

Reply via email to