Hello community,

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

Package is "ocaml-easy-format"

Fri Aug 18 15:01:35 2017 rev:3 rq:512523 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-easy-format/ocaml-easy-format.changes      
2017-06-08 15:02:55.927624522 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-easy-format.new/ocaml-easy-format.changes 
2017-08-18 15:01:38.949424826 +0200
@@ -1,0 +2,15 @@
+Tue Jul 25 13:04:54 UTC 2017 - oher...@suse.de
+
+- Use Group: Development/Languages/OCaml
+
+-------------------------------------------------------------------
+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
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ocaml-easy-format.spec ++++++
--- /var/tmp/diff_new_pack.wgWHAV/_old  2017-08-18 15:01:40.197249169 +0200
+++ /var/tmp/diff_new_pack.wgWHAV/_new  2017-08-18 15:01:40.225245228 +0200
@@ -20,23 +20,17 @@
 Name:           ocaml-easy-format
 Version:        1.2.0
 Release:        0
-%{ocaml_preserve_bytecode}
+%{?ocaml_preserve_bytecode}
 Summary:        Data pretty printing made easy
 License:        BSD-3-Clause
-Group:          Development/Libraries/Other
-Url:            http://mjambon.com/easy-format.html
+Group:          Development/Languages/OCaml
+Url:            https://github.com/mjambon/easy-format
 Source:         easy-format-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-oasis
 BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-rpm-macros >= 4.03
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# ocaml autodep start for pkg: ocaml-easy-format
-# 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-easy-format
 
 %description
 This module offers a high-level and functional interface to the Format module
@@ -56,7 +50,7 @@
 
 %package        devel
 Summary:        Development files for %{name}
-Group:          Development/Libraries/Other
+Group:          Development/Languages/OCaml
 Requires:       %{name} = %{version}
 Provides:       ocamlfind(easy-format)
 
@@ -145,7 +139,7 @@
 %doc LICENSE README.md
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.cmxs
 %endif
 
@@ -155,7 +149,7 @@
 %{oasis_docdir_html}
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.a
 %{_libdir}/ocaml/*/*.cmx
 %{_libdir}/ocaml/*/*.cmxa


Reply via email to