Hello community,

here is the log from the commit of package ocaml-obuild for openSUSE:Factory 
checked in at 2019-11-11 21:31:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-obuild (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-obuild.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-obuild"

Mon Nov 11 21:31:49 2019 rev:4 rq:747334 version:0.1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-obuild/ocaml-obuild.changes        
2019-03-22 15:09:44.613371179 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-obuild.new.2990/ocaml-obuild.changes      
2019-11-11 21:31:50.448267860 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Use _service file
+- Require ocaml.opt
+
+-------------------------------------------------------------------

Old:
----
  ocaml-obuild-0.1.10.tar.gz

New:
----
  _service
  ocaml-obuild-0.1.10.tar.xz

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

Other differences:
------------------
++++++ ocaml-obuild.spec ++++++
--- /var/tmp/diff_new_pack.LzSiy2/_old  2019-11-11 21:31:51.044268493 +0100
+++ /var/tmp/diff_new_pack.LzSiy2/_new  2019-11-11 21:31:51.068268519 +0100
@@ -23,17 +23,12 @@
 Summary:        Package build system for OCaml
 License:        BSD-2-Clause
 Group:          Development/Languages/OCaml
-
 URL:            https://github.com/ocaml-obuild/obuild
-Source0:        
https://github.com/ocaml-obuild/obuild/archive/obuild-v%{version}/%{name}-%{version}.tar.gz
-
+Source0:        %{name}-%{version}.tar.xz
 # Enable reproducible builds. Already applied upstream.
 Patch0:         
https://github.com/ocaml-obuild/obuild/commit/b40c69380f724933c462ede4b926e3c4f4182d09.patch
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  help2man
-BuildRequires:  ocaml
+BuildRequires:  ocaml(ocaml.opt)
 BuildRequires:  ocaml-rpm-macros
 
 %description
@@ -45,8 +40,7 @@
 
 
 %prep
-%setup -q -n obuild-obuild-v%{version}
-%patch0 -p1
+%autosetup -p1
 
 %build
 ./bootstrap
@@ -72,7 +66,6 @@
     dist/build/obuild-simple/obuild-simple
 
 %files
-%defattr(-,root,root,-)
 %doc README.md OBUILD_SPEC.md DESIGN.md
 %license LICENSE
 %{_bindir}/*

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="filename">ocaml-obuild</param>
    <!-- v0.1.10 -->
    <param name="revision">6d2eb3ce5a7e7622920a14c75b9db08c8b3da8bd</param>
    <param name="scm">git</param>
    <param name="submodules">disable</param>
    <param name="url">https://github.com/ocaml-obuild/obuild.git</param>
    <param name="versionformat">0.1.10</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>

Reply via email to