New Upstream Snapshot - spinner-el

Ready changes

Summary

Merged new upstream version: 1.7.4+git20220915.1.d4647ae (was: 1.7.4).

Resulting package

Built on 2023-02-08T21:58 (took 7m58s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots elpa-spinner

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 6d86ff8..bfbd403 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+spinner-el (1.7.4+git20220915.1.d4647ae-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 08 Feb 2023 21:52:28 -0000
+
 spinner-el (1.7.4-2) unstable; urgency=medium
 
   * Adopt the package from Sean Whitton (Closes: #1007860).
diff --git a/spinner.el b/spinner.el
index 6be8f13..e70b463 100644
--- a/spinner.el
+++ b/spinner.el
@@ -159,7 +159,7 @@ below).
 If TYPE is nil, the frames of this spinner are given by the first
 element of `spinner-types'.
 If TYPE is a symbol, it specifies an element of `spinner-types'.
-If TYPE is 'random, use a random element of `spinner-types'.
+If TYPE is `random', use a random element of `spinner-types'.
 If TYPE is a list, it should be a list of symbols, and a random
 one is chosen as the spinner type.
 If TYPE is a vector, it should be a vector of strings and these
@@ -277,7 +277,7 @@ stop the SPINNER's timer."
 If TYPE-OR-OBJECT is an object created with `make-spinner',
 simply activate it.  This method is designed for minor modes, so
 they can use the spinner as part of their lighter by doing:
-    '(:eval (spinner-print THE-SPINNER))
+    \\='(:eval (spinner-print THE-SPINNER))
 To stop this spinner, call `spinner-stop' on it.
 
 If TYPE-OR-OBJECT is anything else, a buffer-local spinner is

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details