Hello community,

here is the log from the commit of package ocaml-obuild for openSUSE:Factory 
checked in at 2018-07-13 10:20:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-obuild (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-obuild.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-obuild"

Fri Jul 13 10:20:11 2018 rev:2 rq:620956 version:0.1.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-obuild/ocaml-obuild.changes        
2018-04-01 17:26:29.619590889 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-obuild.new/ocaml-obuild.changes   
2018-07-13 10:20:59.642429813 +0200
@@ -1,0 +2,6 @@
+Fri Mar  9 16:31:56 UTC 2018 - [email protected]
+
+- Trim filler wording from descriptions.
+- Replace old $RPM_* shell vars by macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ocaml-obuild.spec ++++++
--- /var/tmp/diff_new_pack.CgGdEI/_old  2018-07-13 10:21:00.006430247 +0200
+++ /var/tmp/diff_new_pack.CgGdEI/_new  2018-07-13 10:21:00.006430247 +0200
@@ -19,7 +19,7 @@
 Version:        0.1.9
 Release:        0
 %{?ocaml_preserve_bytecode}
-Summary:        Simple package build system for OCaml
+Summary:        Package build system for OCaml
 License:        BSD-2-Clause
 Group:          Development/Languages/OCaml
 
@@ -33,8 +33,6 @@
 
 %description
 A parallel, incremental and declarative build system for OCaml.
-The goal is to make a very simple build system for users and developers of
-OCaml libraries and programs.
 Obuild acts as a building black box: users only declare what they want to
 build and with which sources; the build system will consistently build it.
 The design is based on Haskell's Cabal and borrows most of the layout and
@@ -50,19 +48,19 @@
 
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-cp "dist/build/obuild/obuild" "dist/build/obuild-simple/obuild-simple" 
"$RPM_BUILD_ROOT%{_bindir}"
+mkdir -p %{buildroot}/%{_bindir}
+cp "dist/build/obuild/obuild" "dist/build/obuild-simple/obuild-simple" 
"%{buildroot}/%{_bindir}"
 # generate manpages
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
+mkdir -p %{buildroot}/%{_mandir}/man1
 help2man \
-    --output "$RPM_BUILD_ROOT%{_mandir}/man1/obuild.1" \
+    --output "%{buildroot}/%{_mandir}/man1/obuild.1" \
     --name "parallel, incremental and declarative build system for OCaml" \
     --help-option "" \
     --no-discard-stderr \
     --no-info \
     dist/build/obuild/obuild
 help2man \
-    --output "$RPM_BUILD_ROOT%{_mandir}/man1/obuild-simple.1" \
+    --output "%{buildroot}/%{_mandir}/man1/obuild-simple.1" \
     --name "simple package build system for OCaml" \
     --version-string " " \
     --no-discard-stderr \


Reply via email to