Hello community,

here is the log from the commit of package ocaml-camlp4 for openSUSE:Factory 
checked in at 2015-11-26 17:01:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-camlp4 (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-camlp4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-camlp4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-camlp4/ocaml-camlp4.changes        
2014-10-31 12:28:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-camlp4.new/ocaml-camlp4.changes   
2015-11-26 17:01:16.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Nov 10 10:18:47 UTC 2015 - oher...@suse.de
+
+- Add hardcoded Provides for pre 12.1 repos
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ocaml-camlp4.spec ++++++
--- /var/tmp/diff_new_pack.BooZSF/_old  2015-11-26 17:01:16.000000000 +0100
+++ /var/tmp/diff_new_pack.BooZSF/_new  2015-11-26 17:01:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-camlp4
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,9 +17,9 @@
 
 
 Version:        4.02.1
+Release:        0
 %{ocaml_preserve_bytecode}
 Name:           ocaml-camlp4
-Release:        0
 Summary:        Pre-Processor-Pretty-Printer for Objective Caml
 License:        SUSE-LGPL-2.0-with-linking-exception
 Group:          Development/Languages/Other
@@ -27,15 +27,17 @@
 Source:         camlp4-%{version}-1.tar.xz
 Patch0:         camlp4.DESTDIR.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# ocaml autodep start for pkg: ocaml-camlp4
+# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() 
provides/requires
+%if 0%{?suse_version} < 1210
+Requires:       ocaml-compiler-libs
+Requires:       ocaml-runtime
+%endif
+# ocaml autodep end for pkg: ocaml-camlp4
 BuildRequires:  ocaml >= 4.02.0
 BuildRequires:  ocaml-rpm-macros >= 4.02.1
 Conflicts:      ocaml < 4.02.0
 Requires:       ocaml-runtime >= 4.02.0
-%if %suse_version < 1210
-# Due to lack of generated requires in old rpm, force this
-BuildRequires:  ocaml-compiler-libs
-Requires:       ocaml-compiler-libs
-%endif
 
 %description
 Camlp4 is a Pre-Processor-Pretty-Printer for Objective Caml, parsing a
@@ -63,14 +65,6 @@
 %patch0 -p1
 
 %build
-# For ppc64 we need a larger stack than default to compile some files
-# because the stages in the OCaml compiler are not mutually tail
-# recursive.
-%ifarch ppc64 ppc64le
-ulimit -a
-ulimit -Hs 65536
-ulimit -Ss 65536
-%endif
 ./configure
 make \
        %{?_smp_mflags} \


Reply via email to