Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package emacs-flim for openSUSE:Factory 
checked in at 2022-05-24 20:33:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs-flim (Old)
 and      /work/SRC/openSUSE:Factory/.emacs-flim.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs-flim"

Tue May 24 20:33:37 2022 rev:3 rq:978993 version:1.14.9+130+g289e5bbd66f6

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs-flim/emacs-flim.changes    2022-04-11 
23:50:57.925891797 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-flim.new.2254/emacs-flim.changes  
2022-05-24 20:33:38.615041312 +0200
@@ -1,0 +2,10 @@
+Tue May 24 12:19:44 UTC 2022 - ti...@suse.com
+
+- Update to version 1.14.9+130+g289e5bbd66f6:
+  * Fold docstring within 80 characters
+  * Remove XEmacs related stuff.
+  * New installer option PACKAGE_LISPDIR
+  * Fix problem with new timestamp format.
+  * Fold docstring within 80 characters
+
+-------------------------------------------------------------------

Old:
----
  flim-1.14.9+125+g02735de.obscpio

New:
----
  flim-1.14.9+130+g289e5bbd66f6.obscpio

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

Other differences:
------------------
++++++ emacs-flim.spec ++++++
--- /var/tmp/diff_new_pack.AJdCwa/_old  2022-05-24 20:33:39.259041886 +0200
+++ /var/tmp/diff_new_pack.AJdCwa/_new  2022-05-24 20:33:39.263041891 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-flim
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # 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/
 #
 
 
 Name:           emacs-flim
-Version:        1.14.9+125+g02735de
+Version:        1.14.9+130+g289e5bbd66f6
 Release:        0
 Summary:        An Emacs Library for MIME
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Editors/Emacs
-Url:            https://github.com/wanderlust/flim
+URL:            https://github.com/wanderlust/flim
 Source:         flim-%{version}.tar.gz
 Patch:          flim-encoding-fix.diff
 BuildRequires:  emacs-apel >= 10.7
@@ -31,6 +31,7 @@
 Requires:       emacs-apel
 Requires:       emacs_program
 Provides:       flim = %{version}
+Requires:       emacs_program
 Obsoletes:      flim <= %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -45,11 +46,13 @@
 %build
 make %{?_smp_mflags} EMACS=emacs \
   PREFIX=%{_prefix} \
+  PACKAGE_LISPDIR=NONE \
   VERSION_SPECIFIC_LISPDIR=%{_datadir}/emacs/site-lisp/emu
 
 %install
 make install EMACS=emacs  \
   PREFIX=%{buildroot}%{_prefix} \
+  PACKAGE_LISPDIR=NONE \
   VERSION_SPECIFIC_LISPDIR=%{_datadir}/emacs/site-lisp/emu
 # make install.man
 # Already part of Emacs

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.AJdCwa/_old  2022-05-24 20:33:39.311041933 +0200
+++ /var/tmp/diff_new_pack.AJdCwa/_new  2022-05-24 20:33:39.315041937 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/wanderlust/flim</param>
-              <param 
name="changesrevision">02735dede6603987e8309a76d0bc7a9ff9a5a227</param></service></servicedata>
+              <param 
name="changesrevision">289e5bbd66f6f14306a6e0b922ee8f26267e2470</param></service></servicedata>
 (No newline at EOF)
 

++++++ flim-1.14.9+125+g02735de.obscpio -> 
flim-1.14.9+130+g289e5bbd66f6.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flim-1.14.9+125+g02735de/FLIM-CFG 
new/flim-1.14.9+130+g289e5bbd66f6/FLIM-CFG
--- old/flim-1.14.9+125+g02735de/FLIM-CFG       2021-05-29 14:53:19.000000000 
+0200
+++ new/flim-1.14.9+130+g289e5bbd66f6/FLIM-CFG  2022-05-03 16:42:53.000000000 
+0200
@@ -19,6 +19,10 @@
 (if (boundp 'VERSION_SPECIFIC_LISPDIR)
     (add-to-list 'load-path VERSION_SPECIFIC_LISPDIR))
 
+(if (boundp 'PACKAGE_LISPDIR)
+    (let ((default-directory PACKAGE_LISPDIR))
+      (normal-top-level-add-subdirs-to-load-path)))
+
 (require 'install)
 
 (add-latest-path "custom")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flim-1.14.9+125+g02735de/FLIM-MK 
new/flim-1.14.9+130+g289e5bbd66f6/FLIM-MK
--- old/flim-1.14.9+125+g02735de/FLIM-MK        2021-05-29 14:53:19.000000000 
+0200
+++ new/flim-1.14.9+130+g289e5bbd66f6/FLIM-MK   2022-05-03 16:42:53.000000000 
+0200
@@ -21,6 +21,16 @@
               (princ (format "VERSION_SPECIFIC_LISPDIR=%s\n"
                              VERSION_SPECIFIC_LISPDIR)))))
     (setq command-line-args-left (cdr command-line-args-left))
+    (and (setq package-lisp-dir (car command-line-args-left))
+        (or (string-equal "NONE" package-lisp-dir)
+            (progn
+              (defvar PACKAGE_LISPDIR
+                (if (boundp (intern package-lisp-dir))
+                    (symbol-value (intern package-lisp-dir))
+                  package-lisp-dir))
+              (princ (format "PACKAGE_LISPDIR=%s\n"
+                             PACKAGE_LISPDIR)))))
+    (setq command-line-args-left (cdr command-line-args-left))
     (load-file "FLIM-CFG")
     (load-file "FLIM-ELS")
     (princ (format "PREFIX=%s
@@ -54,40 +64,4 @@
       (setq files (cdr files)))
     (lunit suite)))
 
-(defun config-flim-package ()
-  (let (package-dir)
-    (and (setq package-dir (car command-line-args-left))
-        (or (string= "NONE" package-dir)
-            (defvar PACKAGEDIR package-dir)))
-    (setq command-line-args-left (cdr command-line-args-left))
-    (load-file "FLIM-CFG")
-    (load-file "FLIM-ELS")
-    (setq flim-modules (append flim-modules
-                              '(auto-autoloads custom-load)))
-    (princ (format "PACKAGEDIR=%s\n" PACKAGEDIR))))
-
-(defun compile-flim-package ()
-  (config-flim-package)
-
-  (setq autoload-package-name "flim")
-  (add-to-list 'command-line-args-left ".")
-  (batch-update-directory)
-
-  (add-to-list 'command-line-args-left ".")
-  (Custom-make-dependencies)
-
-  (compile-elisp-modules flim-version-specific-modules ".")
-  (compile-elisp-modules flim-modules "."))
-
-(defun install-flim-package ()
-  (config-flim-package)
-  (install-elisp-modules (append flim-version-specific-modules
-                                flim-modules)
-                        "./"
-                        (expand-file-name FLIM_PREFIX
-                                          (expand-file-name "lisp"
-                                                            PACKAGEDIR)))
-  (delete-file "./auto-autoloads.el")
-  (delete-file "./custom-load.el"))
-
 ;;; FLIM-MK ends here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flim-1.14.9+125+g02735de/Makefile 
new/flim-1.14.9+130+g289e5bbd66f6/Makefile
--- old/flim-1.14.9+125+g02735de/Makefile       2021-05-29 14:53:19.000000000 
+0200
+++ new/flim-1.14.9+130+g289e5bbd66f6/Makefile  2022-05-03 16:42:53.000000000 
+0200
@@ -18,6 +18,7 @@
 LISPDIR = NONE
 PACKAGEDIR = NONE
 VERSION_SPECIFIC_LISPDIR = NONE
+PACKAGE_LISPDIR = package-user-dir
 
 GOMI   = *.elc \
          *.cp *.cps *.ky *.kys *.fn *.fns *.vr *.vrs \
@@ -31,22 +32,15 @@
 
 elc:
        $(EMACS) $(FLAGS) -f compile-flim $(PREFIX) $(LISPDIR) \
-               $(VERSION_SPECIFIC_LISPDIR)
+               $(VERSION_SPECIFIC_LISPDIR) $(PACKAGE_LISPDIR)
 
 check:
        $(EMACS) $(FLAGS) -f check-flim $(PREFIX) $(LISPDIR) \
-               $(VERSION_SPECIFIC_LISPDIR)
+               $(VERSION_SPECIFIC_LISPDIR) $(PACKAGE_LISPDIR)
 
 install:       elc
        $(EMACS) $(FLAGS) -f install-flim $(PREFIX) $(LISPDIR) \
-               $(VERSION_SPECIFIC_LISPDIR)
-
-
-package:
-       $(XEMACS) $(FLAGS) -f compile-flim-package $(PACKAGEDIR)
-
-install-package:       package
-       $(XEMACS) $(FLAGS) -f install-flim-package $(PACKAGEDIR)
+               $(VERSION_SPECIFIC_LISPDIR) $(PACKAGE_LISPDIR)
 
 clean:
        -$(RM) $(GOMI)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flim-1.14.9+125+g02735de/mel.el 
new/flim-1.14.9+130+g289e5bbd66f6/mel.el
--- old/flim-1.14.9+125+g02735de/mel.el 2021-05-29 14:53:19.000000000 +0200
+++ new/flim-1.14.9+130+g289e5bbd66f6/mel.el    2022-05-03 16:42:53.000000000 
+0200
@@ -170,7 +170,9 @@
 (mel-define-method-function (mime-encode-string string (nil "base64"))
                              'base64-encode-string)
 (defun mel-b-builtin-decode-string (string)
-  "Decode base64 encoded STRING with garbage handling.  Garbage handling 
strategy is decided by `mel-b-builtin-garbage-strategy'.  Return decoded 
string."
+  "Decode base64 encoded STRING with garbage handling.
+Garbage handling strategy is decided by `mel-b-builtin-garbage-strategy'.
+Return decoded string."
   (if (null mel-b-builtin-garbage-strategy)
       (base64-decode-string string)
     (condition-case error
@@ -197,7 +199,8 @@
 (mel-define-method-function (mime-encode-region start end (nil "base64"))
                            'base64-encode-region)
 (defun mel-b-builtin-decode-region (start end)
-  "Decode base64 encoded region between START and END with garbage handling.  
Garbage handling strategy is decided by `mel-b-builtin-garbage-strategy'."
+  "Decode base64 encoded region between START and END with garbage handling.
+Garbage handling strategy is decided by `mel-b-builtin-garbage-strategy'."
   (if (null mel-b-builtin-garbage-strategy)
       (base64-decode-region start end)
     (condition-case error
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flim-1.14.9+125+g02735de/sasl-xoauth2.el 
new/flim-1.14.9+130+g289e5bbd66f6/sasl-xoauth2.el
--- old/flim-1.14.9+125+g02735de/sasl-xoauth2.el        2021-05-29 
14:53:19.000000000 +0200
+++ new/flim-1.14.9+130+g289e5bbd66f6/sasl-xoauth2.el   2022-05-03 
16:42:53.000000000 +0200
@@ -94,7 +94,8 @@
      "https://api.login.aol.com/oauth2/get_token";
      "mail-w"
      nil))
-  "List of OAuth 2.0 URLs.  Each element of list is regexp for host, auth-url, 
token-url, scope and redirect-uri (optional)."
+  "List of OAuth 2.0 URLs.  Each element of list is regexp for host,
+auth-url, token-url, scope and redirect-uri (optional)."
       :type '(repeat (list
                      (regexp :tag "Regexp for Host")
                      (string :tag "Auth-URL")
@@ -105,14 +106,8 @@
 
 (defcustom sasl-xoauth2-host-user-id-table
   nil
-  "List of OAuth 2.0 Client IDs.  Each element of list is regexp for host, 
regexp for User ID, client ID and client secret (optional).
-Below is example to use Thunderbird's client ID and secret (not recommended, 
just an expample).
-
-(setq sasl-xoauth2-host-user-id-table
-      '((\"\\\\.gmail\\\\.com$\"
-        \".\"
-        
\"91623021742-ud877vhta8ch9llegih22bc7er6589ar.apps.googleusercontent.com\"
-        \"iBn5rLbhbm_qoPbdGkgX81Dj\"))
+  "List of OAuth 2.0 Client IDs.  Each element of list is regexp for
+host, regexp for User ID, client ID and client secret (optional).
 "
   :type '(repeat (list
                  (regexp :tag "Regexp for Host")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flim-1.14.9+125+g02735de/sasl.el 
new/flim-1.14.9+130+g289e5bbd66f6/sasl.el
--- old/flim-1.14.9+125+g02735de/sasl.el        2021-05-29 14:53:19.000000000 
+0200
+++ new/flim-1.14.9+130+g289e5bbd66f6/sasl.el   2022-05-03 16:42:53.000000000 
+0200
@@ -201,13 +201,13 @@
           ;; (current-time) returns 16-bit ints,
           ;; and 2^16*25 just fits into 4 digits i base 36.
           (* 25 25)))
-  (let ((tm (current-time)))
+  (let ((tm (floor (float-time))))
     (concat
      (sasl-unique-id-number-base36
-      (+ (car   tm)
+      (+ (/ tm 65536)
         (lsh (% sasl-unique-id-char 25) 16)) 4)
      (sasl-unique-id-number-base36
-      (+ (nth 1 tm)
+      (+ (% tm 65536)
         (lsh (/ sasl-unique-id-char 25) 16)) 4))))
 
 (defun sasl-unique-id-number-base36 (num len)

++++++ flim.obsinfo ++++++
--- /var/tmp/diff_new_pack.AJdCwa/_old  2022-05-24 20:33:39.475042080 +0200
+++ /var/tmp/diff_new_pack.AJdCwa/_new  2022-05-24 20:33:39.479042083 +0200
@@ -1,6 +1,6 @@
 name: flim
-version: 1.14.9+125+g02735de
-mtime: 1622292799
-commit: 02735dede6603987e8309a76d0bc7a9ff9a5a227
+version: 1.14.9+130+g289e5bbd66f6
+mtime: 1651588973
+commit: 289e5bbd66f6f14306a6e0b922ee8f26267e2470
 
 

Reply via email to