Hello community,

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

Package is "ocaml-xml-light"

Fri Aug 18 15:02:30 2017 rev:3 rq:512541 version:2.4.20160613.2bc42e8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-xml-light/ocaml-xml-light.changes  
2017-06-09 15:56:54.543889303 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-xml-light.new/ocaml-xml-light.changes     
2017-08-18 15:02:30.734135052 +0200
@@ -1,0 +2,15 @@
+Tue Jul 25 13:04:54 UTC 2017 - [email protected]
+
+- Use Group: Development/Languages/OCaml
+
+-------------------------------------------------------------------
+Mon Jul 17 12:48:58 UTC 2017 - [email protected]
+
+- Wrap specfile conditionals to fix quilt setup
+
+-------------------------------------------------------------------
+Mon Jul 17 10:48:58 UTC 2017 - [email protected]
+
+- Remove autodeps for pre openSUSE 12.1 releases
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ocaml-xml-light.spec ++++++
--- /var/tmp/diff_new_pack.jjPjhs/_old  2017-08-18 15:02:31.530023014 +0200
+++ /var/tmp/diff_new_pack.jjPjhs/_new  2017-08-18 15:02:31.538021889 +0200
@@ -19,10 +19,10 @@
 Name:           ocaml-xml-light
 Version:        2.4.20160613.2bc42e8
 Release:        0
-%{ocaml_preserve_bytecode}
+%{?ocaml_preserve_bytecode}
 Summary:        Minimal XML parser and printer for OCaml
 License:        LGPL-2.1+
-Group:          Development/Libraries/Other
+Group:          Development/Languages/OCaml
 Url:            https://github.com/gasche/xml-light
 Source0:        xml-light-%{version}.tar.xz
 BuildRequires:  ocaml
@@ -30,12 +30,6 @@
 BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-rpm-macros >= 4.03
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# ocaml autodep start for pkg: ocaml-xml-light
-# 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-xml-light
 
 %description
 Xml-Light is a minimal XML parser & printer for OCaml. It provides
@@ -46,7 +40,7 @@
 
 %package        devel
 Summary:        Development files for %{name}
-Group:          Development/Libraries/Other
+Group:          Development/Languages/OCaml
 Requires:       %{name} = %{version}
 
 %description    devel
@@ -114,7 +108,7 @@
 %defattr(-,root,root,-)
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.cmxs
 %endif
 
@@ -123,7 +117,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