Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package emacs-apel for openSUSE:Factory checked in at 2023-05-20 17:24:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs-apel (Old) and /work/SRC/openSUSE:Factory/.emacs-apel.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "emacs-apel" Sat May 20 17:24:08 2023 rev:5 rq:1088029 version:10.8+81+g82eb232 Changes: -------- --- /work/SRC/openSUSE:Factory/emacs-apel/emacs-apel.changes 2022-05-10 15:12:39.559625171 +0200 +++ /work/SRC/openSUSE:Factory/.emacs-apel.new.1533/emacs-apel.changes 2023-05-20 17:24:11.841741695 +0200 @@ -1,0 +2,6 @@ +Thu May 18 16:25:57 UTC 2023 - sch...@linux-m68k.org + +- Update to version 10.8+81+g82eb232: + * Update docstring syntax + +------------------------------------------------------------------- Old: ---- apel-10.8+80+g6947dc4.obscpio New: ---- apel-10.8+81+g82eb232.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs-apel.spec ++++++ --- /var/tmp/diff_new_pack.zKhTxs/_old 2023-05-20 17:24:12.445745133 +0200 +++ /var/tmp/diff_new_pack.zKhTxs/_new 2023-05-20 17:24:12.453745178 +0200 @@ -17,7 +17,7 @@ Name: emacs-apel -Version: 10.8+80+g6947dc4 +Version: 10.8+81+g82eb232 Release: 0 Summary: A Portable Emacs Library License: GPL-2.0-or-later ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.zKhTxs/_old 2023-05-20 17:24:12.497745428 +0200 +++ /var/tmp/diff_new_pack.zKhTxs/_new 2023-05-20 17:24:12.501745451 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/wanderlust/apel</param> - <param name="changesrevision">6947dc4605ebbb87762edf7051a78a3f7b5f17c5</param></service></servicedata> + <param name="changesrevision">82eb2325bd149dc57b43a9ce9402c6c6183e4052</param></service></servicedata> (No newline at EOF) ++++++ apel-10.8+80+g6947dc4.obscpio -> apel-10.8+81+g82eb232.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apel-10.8+80+g6947dc4/filename.el new/apel-10.8+81+g82eb232/filename.el --- old/apel-10.8+80+g6947dc4/filename.el 2022-04-27 13:21:53.000000000 +0200 +++ new/apel-10.8+81+g82eb232/filename.el 2022-07-20 15:08:15.000000000 +0200 @@ -31,10 +31,10 @@ "Apply initial ARGUMENT to sequence of FUNCTIONS. FUNCTIONS is list of functions. -\(poly-funcall '(f1 f2 .. fn) arg) is as same as -\(fn .. (f2 (f1 arg)) ..). +(poly-funcall \\='(f1 f2 .. fn) arg) is as same as +(fn .. (f2 (f1 arg)) ..). -For example, (poly-funcall '(car number-to-string) '(100)) returns +For example, (poly-funcall \\='(car number-to-string) \\='(100)) returns \"100\"." (while functions (setq argument (funcall (car functions) argument) @@ -59,17 +59,17 @@ "List of functions for file-name filter. Example: -\(setq filename-filters '\(filename-special-filter +(setq filename-filters \\='(filename-special-filter filename-eliminate-top-low-lines filename-canonicalize-low-lines filename-maybe-truncate-by-size - filename-eliminate-bottom-low-lines\)\) + filename-eliminate-bottom-low-lines)) Moreover, if you want to convert Japanese filename to roman string by kakasi, -\(if \(exec-installed-p \"kakasi\"\) - \(setq filename-filters - \(append '\(filename-japanese-to-roman-string\) filename-filters\)\)\)") +(if (exec-installed-p \"kakasi\") + (setq filename-filters + (append \\='(filename-japanese-to-roman-string) filename-filters)))") ;;; @ filters ;;; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apel-10.8+80+g6947dc4/mcharset.el new/apel-10.8+81+g82eb232/mcharset.el --- old/apel-10.8+80+g6947dc4/mcharset.el 2022-04-27 13:21:53.000000000 +0200 +++ new/apel-10.8+81+g82eb232/mcharset.el 2022-07-20 15:08:15.000000000 +0200 @@ -39,7 +39,7 @@ If it is nil, variable `default-mime-charset-for-write' is used. If it is a function, interface must be (TYPE CHARSETS &rest ARGS). CHARSETS is list of charset. -If TYPE is 'region, ARGS has START and END." +If TYPE is \\='region, ARGS has START and END." :group 'i18n :type '(choice function (const nil))) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apel-10.8+80+g6947dc4/mule-caesar.el new/apel-10.8+81+g82eb232/mule-caesar.el --- old/apel-10.8+80+g6947dc4/mule-caesar.el 2022-04-27 13:21:53.000000000 +0200 +++ new/apel-10.8+81+g82eb232/mule-caesar.el 2022-07-20 15:08:15.000000000 +0200 @@ -27,7 +27,7 @@ (defun mule-caesar-region (start end &optional stride-ascii) "Caesar rotation of current region. Optional argument STRIDE-ASCII is rotation-size for Latin alphabet -\(A-Z and a-z). For non-ASCII text, ROT-N/2 will be performed in any +(A-Z and a-z). For non-ASCII text, ROT-N/2 will be performed in any case (N=charset-chars; 94 for 94 or 94x94 graphic character set; 96 for 96 or 96x96 graphic character set)." (interactive "r\nP") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apel-10.8+80+g6947dc4/path-util.el new/apel-10.8+81+g82eb232/path-util.el --- old/apel-10.8+80+g6947dc4/path-util.el 2022-04-27 13:21:53.000000000 +0200 +++ new/apel-10.8+81+g82eb232/path-util.el 2022-07-20 15:08:15.000000000 +0200 @@ -41,9 +41,9 @@ absolute path: \"/HOO/BAR/BAZ/\" You can specify following OPTIONS: - 'all-paths search from `load-path' + \\='all-paths search from `load-path' instead of `default-load-path' - 'append add PATH to the last of `load-path'" + \\='append add PATH to the last of `load-path'" (let ((rest (if (memq 'all-paths options) load-path default-load-path)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apel-10.8+80+g6947dc4/poe.el new/apel-10.8+81+g82eb232/poe.el --- old/apel-10.8+80+g6947dc4/poe.el 2022-04-27 13:21:53.000000000 +0200 +++ new/apel-10.8+81+g82eb232/poe.el 2022-07-20 15:08:15.000000000 +0200 @@ -187,7 +187,7 @@ (defun character-to-event (ch) "Convert keystroke CH into an event structure, replete with bucky bits. Note that CH (the keystroke specifier) can be an integer, a character -or a symbol such as 'clear." +or a symbol such as \\='clear." ch) ;; XEmacs 21: (event-to-character EVENT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/apel-10.8+80+g6947dc4/richtext.el new/apel-10.8+81+g82eb232/richtext.el --- old/apel-10.8+80+g6947dc4/richtext.el 2022-04-27 13:21:53.000000000 +0200 +++ new/apel-10.8+81+g82eb232/richtext.el 2022-07-20 15:08:15.000000000 +0200 @@ -110,7 +110,7 @@ (defun richtext-next-annotation () "Find and return next text/richtext annotation. -Return value is \(begin end name positive-p), or nil if none was found." +Return value is (begin end name positive-p), or nil if none was found." (catch 'tag (while (re-search-forward richtext-annotation-regexp nil t) (let* ((beg0 (match-beginning 0)) ++++++ apel.obsinfo ++++++ --- /var/tmp/diff_new_pack.zKhTxs/_old 2023-05-20 17:24:12.617746111 +0200 +++ /var/tmp/diff_new_pack.zKhTxs/_new 2023-05-20 17:24:12.621746134 +0200 @@ -1,6 +1,5 @@ name: apel -version: 10.8+80+g6947dc4 -mtime: 1651058513 -commit: 6947dc4605ebbb87762edf7051a78a3f7b5f17c5 - +version: 10.8+81+g82eb232 +mtime: 1658322495 +commit: 82eb2325bd149dc57b43a9ce9402c6c6183e4052