Hello community,

here is the log from the commit of package clojure for openSUSE:Factory checked 
in at 2019-09-13 14:57:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clojure (Old)
 and      /work/SRC/openSUSE:Factory/.clojure.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clojure"

Fri Sep 13 14:57:57 2019 rev:2 rq:730072 version:1.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/clojure/clojure.changes  2019-09-11 
10:25:44.543464362 +0200
+++ /work/SRC/openSUSE:Factory/.clojure.new.7948/clojure.changes        
2019-09-13 14:58:02.193276519 +0200
@@ -1,0 +2,6 @@
+Mon Aug 26 05:46:28 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Trim filler wording from descriptions.
+- Use more macros in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ clojure.spec ++++++
--- /var/tmp/diff_new_pack.FYEcQF/_old  2019-09-13 14:58:03.629276580 +0200
+++ /var/tmp/diff_new_pack.FYEcQF/_new  2019-09-13 14:58:03.665276581 +0200
@@ -32,11 +32,11 @@
 Clojure is a dynamic programming language that targets the Java
 Virtual Machine (and the CLR, and JavaScript). It is designed to be a
 general-purpose language, combining the approachability and
-interactive development of a scripting language with an efficient and
-robust infrastructure for multithreaded programming. Clojure is a
+interactive development of a scripting language with an
+infrastructure for multithreaded programming. Clojure is a
 compiled language - it compiles directly to JVM bytecode, yet remains
 completely dynamic. Every feature supported by Clojure is supported at
-runtime. Clojure provides easy access to the Java frameworks, with
+runtime. Clojure provides access to the Java frameworks, with
 optional type hints and type inference, to ensure that calls to Java
 can avoid reflection.
 
@@ -59,17 +59,17 @@
 install -Dm644 clojure.1 "%{buildroot}/usr/share/man/man1/clojure.1"
 install -Dm644 clj.1 "%{buildroot}/usr/share/man/man1/clj.1"
 
-%fdupes %{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 %files
-%dir /usr/share/clojure
-%dir /usr/share/clojure/libexec
-/usr/bin/clj
-/usr/bin/clojure
-/usr/share/clojure/deps.edn
-/usr/share/clojure/example-deps.edn
-/usr/share/clojure/libexec/clojure-tools-1.10.1.447.jar
-/usr/share/man/man1/clj.1.gz
-/usr/share/man/man1/clojure.1.gz
+%dir %{_datadir}/clojure
+%dir %{_datadir}/clojure/libexec
+%{_bindir}/clj
+%{_bindir}/clojure
+%{_datadir}/clojure/deps.edn
+%{_datadir}/clojure/example-deps.edn
+%{_datadir}/clojure/libexec/clojure-tools-1.10.1.447.jar
+%{_datadir}/man/man1/clj.1.gz
+%{_datadir}/man/man1/clojure.1.gz
 
 %changelog


Reply via email to