Hello community,

here is the log from the commit of package ocaml-ocamlbuild for 
openSUSE:Factory checked in at 2017-08-18 15:03:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-ocamlbuild (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-ocamlbuild.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-ocamlbuild"

Fri Aug 18 15:03:30 2017 rev:2 rq:517019 version:0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-ocamlbuild/ocaml-ocamlbuild.changes        
2016-07-15 12:48:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-ocamlbuild.new/ocaml-ocamlbuild.changes   
2017-08-18 15:03:35.385034140 +0200
@@ -1,0 +2,21 @@
+Tue Jul 25 13:04:54 UTC 2017 - oher...@suse.de
+
+- Use Group: Development/Languages/OCaml
+
+-------------------------------------------------------------------
+Mon Jul 17 13:03:37 UTC 2017 - oher...@suse.de
+
+- Update to version 0.11.0
+  See included Changes for details
+
+-------------------------------------------------------------------
+Mon Jul 17 12:48:58 UTC 2017 - oher...@suse.de
+
+- Wrap specfile conditionals to fix quilt setup
+
+-------------------------------------------------------------------
+Mon Jul 17 10:48:58 UTC 2017 - oher...@suse.de
+
+- Remove autodeps for pre openSUSE 12.1 releases
+
+-------------------------------------------------------------------

Old:
----
  ocaml-ocamlbuild-0.9.2.tar.xz

New:
----
  ocaml-ocamlbuild-0.11.0.tar.xz

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

Other differences:
------------------
++++++ ocaml-ocamlbuild.spec ++++++
--- /var/tmp/diff_new_pack.XH7ohE/_old  2017-08-18 15:03:37.292765589 +0200
+++ /var/tmp/diff_new_pack.XH7ohE/_new  2017-08-18 15:03:37.296765026 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-ocamlbuild
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ocaml-ocamlbuild
-Version:        0.9.2
+Version:        0.11.0
 Release:        0
-%{ocaml_preserve_bytecode}
-License:        LGPL-2.0
+%{?ocaml_preserve_bytecode}
 Summary:        Generic build tool for building OCaml library and programs
+License:        LGPL-2.0
+Group:          Development/Languages/OCaml
 Url:            https://github.com/ocaml/ocamlbuild
-Group:          Development/Libraries/Other
 Source:         %{name}-%{version}.tar.xz
 Conflicts:      ocaml < 4.03.0
 BuildRequires:  ocaml >= 4.03.0
-BuildRequires:  ocaml-runtime
 BuildRequires:  ocaml-rpm-macros >= 4.02.1
+BuildRequires:  ocaml-runtime
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# ocaml autodep start for pkg: ocaml-ocamlbuild
-# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() 
provides/requires
-%if 0%{?suse_version} < 1210
-Requires:       ocaml-runtime
-%endif
-# ocaml autodep end for pkg: ocaml-ocamlbuild
 
 %description
 OCamlbuild is a generic build tool, that has built-in rules for
@@ -46,7 +41,7 @@
 
 %package        devel
 Summary:        Development files for %{name}
-Group:          Development/Libraries/Other
+Group:          Development/Languages/OCaml
 Requires:       %{name} = %{version}
 
 %description    devel
@@ -62,7 +57,7 @@
 exec \
 make \
 PREFIX=%{_prefix} \
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 OCAML_NATIVE_TOOLS=true \
 OCAML_NATIVE=true \
 %else
@@ -90,13 +85,14 @@
 %{_libdir}/ocaml/*/*.cma
 %{_libdir}/ocaml/*/*.cmi
 %{_libdir}/ocaml/*/*.cmo
+%{_mandir}/man*/*
 
 %files devel
 %defattr(-,root,root,-)
 %doc LICENSE
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.a
 %{_libdir}/ocaml/*/*.cmx
 %{_libdir}/ocaml/*/*.cmxa
@@ -104,3 +100,5 @@
 %endif
 %{_libdir}/ocaml/*/*.mli
 %{_libdir}/ocaml/*/META
+
+%changelog

++++++ ocaml-ocamlbuild-0.9.2.tar.xz -> ocaml-ocamlbuild-0.11.0.tar.xz ++++++
++++ 4879 lines of diff (skipped)


Reply via email to