Hello community,

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

Package is "ocaml-lablgtk2"

Fri Aug 18 15:03:49 2017 rev:13 rq:517023 version:2.18.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-lablgtk2/ocaml-lablgtk2.changes    
2017-06-02 10:34:07.585172992 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-lablgtk2.new/ocaml-lablgtk2.changes       
2017-08-18 15:03:56.810017871 +0200
@@ -1,0 +2,21 @@
+Tue Jul 25 13:04:54 UTC 2017 - [email protected]
+
+- Use Group: Development/Languages/OCaml
+
+-------------------------------------------------------------------
+Mon Jul 17 20:24:18 UTC 2017 - [email protected]
+
+- update to 2.18.5
+  See included CHANGES for details
+
+-------------------------------------------------------------------
+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
+
+-------------------------------------------------------------------

Old:
----
  lablgtk-2.18.3.tar.gz

New:
----
  lablgtk-2.18.5.tar.gz

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

Other differences:
------------------
++++++ ocaml-lablgtk2.spec ++++++
--- /var/tmp/diff_new_pack.tGumE5/_old  2017-08-18 15:03:59.413651166 +0200
+++ /var/tmp/diff_new_pack.tGumE5/_new  2017-08-18 15:03:59.437647786 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-lablgtk2
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -16,18 +16,14 @@
 #
 
 
-Version:        2.18.3
+Version:        2.18.5
 Release:        0
-%{ocaml_preserve_bytecode}
+%{?ocaml_preserve_bytecode}
 %global __ocaml_requires_opts -i GtkSourceView_types -i GtkSourceView2_types
 Name:           ocaml-lablgtk2
 Source0:        lablgtk-%{version}.tar.gz
 BuildRequires:  gtk2-devel
-%if %suse_version <= 1140
-BuildRequires:  gtksourceview18-devel
-%else
 BuildRequires:  gtksourceview2-devel
-%endif
 BuildRequires:  gtkspell-devel
 BuildRequires:  libglade2-devel
 BuildRequires:  libgnomecanvas-devel
@@ -47,15 +43,9 @@
 Obsoletes:      ocaml-lablgtk < %{version}
 Url:            http://lablgtk.forge.ocamlcore.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# ocaml autodep start for pkg: ocaml-lablgtk2
-# 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-lablgtk2
 Summary:        An Objective Caml Interface to gtk2+
 License:        LGPL-2.1+
-Group:          Development/Libraries/Other
+Group:          Development/Languages/OCaml
 
 %description
 LablGTK2 uses the rich type system of Objective Caml 3 to provide a
@@ -75,14 +65,8 @@
     Koji Kagawa      <[email protected]>
 
 %package devel
-# ocaml autodep start for pkg: ocaml-lablgtk2-devel
-# 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-lablgtk2-devel
 Summary:        An Objective Caml interface to gtk2+
-Group:          Development/Libraries/Other
+Group:          Development/Languages/OCaml
 Provides:       lablgtk2-devel = %{version}
 Obsoletes:      lablgtk2-devel < %{version}
 Provides:       ocaml-lablgtk-devel = %{version}
@@ -90,10 +74,7 @@
 Provides:       lablgtk2:/usr/lib/ocaml/lablgtk2/glib.cmi
 Requires:       %{name} = %{version}
 Requires:       gtk2-devel
-Requires:       gtksourceview18-devel
-%if %suse_version >= 1210
 Requires:       gtksourceview2-devel
-%endif
 Requires:       libgnomecanvas-devel
 
 %description devel
@@ -124,7 +105,7 @@
 make configure 
 %configure --with-gnomecanvas
 make world
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 make opt
 pushd src
 make lablgtk.cmxa
@@ -153,7 +134,7 @@
 %doc CHANGES COPYING README examples
 /etc/ld.so.conf.d/*.conf
 %{_bindir}/*
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.cmxs
 %endif
 %{_libdir}/ocaml/*/*.so
@@ -164,7 +145,7 @@
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
 %{_libdir}/ocaml/*/*.a
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.cmx
 %{_libdir}/ocaml/*/*.cmxa
 %{_libdir}/ocaml/*/*.o

++++++ lablgtk-2.18.3.tar.gz -> lablgtk-2.18.5.tar.gz ++++++
++++ 4471 lines of diff (skipped)


Reply via email to