New Upstream Snapshot - slingshot-clojure

Ready changes

Summary

Merged new upstream version: 0.12.2+git20191021.1.b0875f5 (was: 0.12.2).

Resulting package

Built on 2022-12-15T23:51 (took 5m31s)

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

apt install -t fresh-snapshots libslingshot-clojure

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index e04714b..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-/target
-/classes
-/checkouts
-pom.xml
-pom.xml.asc
-*.jar
-*.class
-/.lein-*
-/.nrepl-port
diff --git a/README.md b/README.md
index c942eef..285f06b 100644
--- a/README.md
+++ b/README.md
@@ -158,11 +158,20 @@ Credits
   Based on clojure.contrib.condition, data-conveying-exception,
   discussions on the clojure mailing list and wiki and discussions and
   implementations by Steve Gilardi, Phil Hagelberg, and Kevin Downey.
+  
+Status
+-------
+
+  2019-10-21 Based on a recent request from a slingshot user, I am now
+  working toward a 1.0 release, evaluating and discussing existing issues
+  and PRs. Thank you for the continued interest. I'm particularly happy
+  to see the cljs support and look forward to integrating that.
+
 
 License
 -------
 
-  Copyright © 2011-2014 Stephen C. Gilardi, Kevin Downey, and
+  Copyright © 2011-2019 Stephen C. Gilardi, Kevin Downey, and
   Phil Hagelberg
 
   Distributed under the Eclipse Public License, the same as Clojure.
diff --git a/debian/changelog b/debian/changelog
index aec792d..a2509ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-slingshot-clojure (0.12.2-4) UNRELEASED; urgency=normal
+slingshot-clojure (0.12.2+git20191021.1.b0875f5-1) UNRELEASED; urgency=normal
 
   [ Louis-Philippe Véronneau ]
   * d/control: New email for the Clojure Team.
 
- -- Louis-Philippe Véronneau <pollo@debian.org>  Sat, 08 Jan 2022 18:34:13 -0500
+  [ Debian Janitor ]
+  * New upstream snapshot.
+
+ -- Louis-Philippe Véronneau <pollo@debian.org>  Thu, 15 Dec 2022 23:47:45 -0000
 
 slingshot-clojure (0.12.2-3) unstable; urgency=medium
 
diff --git a/project.clj b/project.clj
index 9475e0b..72a805a 100644
--- a/project.clj
+++ b/project.clj
@@ -6,9 +6,9 @@
             :distribution :repo}
   :deploy-repositories [["releases" :clojars]]
   :global-vars {*warn-on-reflection* true}
-  :profiles {:dev {:dependencies [[org.clojure/clojure "1.7.0-alpha5"]]}
+  :profiles {:dev {:dependencies [[org.clojure/clojure "1.7.0"]]}
              :1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
              :1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
              :1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
-             :1.7 {:dependencies [[org.clojure/clojure "1.7.0-alpha5"]]}}
+             :1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}}
   :aliases {"all" ["with-profile" "1.4:1.5:1.6:1.7"]})

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/share/java/slingshot-0.12.2+git20191021.1.b0875f5.jar
lrwxrwxrwx  root/root   /usr/share/java/slingshot.jar -> slingshot-0.12.2+git20191021.1.b0875f5.jar

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/java/slingshot-0.12.2.jar
lrwxrwxrwx  root/root   /usr/share/java/slingshot.jar -> slingshot-0.12.2.jar

No differences were encountered in the control files

More details

Full run details