commit ocaml-gettext for openSUSE:Factory

2020-08-24 Thread root
Hello community,

here is the log from the commit of package ocaml-gettext for openSUSE:Factory 
checked in at 2020-08-24 15:06:32

Comparing /work/SRC/openSUSE:Factory/ocaml-gettext (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-gettext.new.3399 (New)


Package is "ocaml-gettext"

Mon Aug 24 15:06:32 2020 rev:5 rq:828685 version:0.4.2

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-gettext/ocaml-gettext.changes  
2019-11-13 13:15:04.810870194 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-gettext.new.3399/ocaml-gettext.changes
2020-08-24 15:06:56.910506508 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 20:20:20 UTC 2020 - oher...@suse.de
+
+- Update to version 0.4.2
+  Compatibility with OCaml 4.11
+
+---

Old:

  ocaml-gettext-0.4.1.tar.xz

New:

  ocaml-gettext-0.4.2.tar.xz



Other differences:
--
++ ocaml-gettext.spec ++
--- /var/tmp/diff_new_pack.mlv1K6/_old  2020-08-24 15:06:58.410507239 +0200
+++ /var/tmp/diff_new_pack.mlv1K6/_new  2020-08-24 15:06:58.414507241 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-gettext
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,20 @@
 
 
 Name:   ocaml-gettext
-Version:0.4.1
+Version:0.4.2
 Release:0
 %{?ocaml_preserve_bytecode}
 Summary:OCaml library for i18n
 License:SUSE-LGPL-2.0-with-linking-exception
 Group:  Development/Languages/OCaml
-Url:https://github.com/gildor478/ocaml-gettext
+URL:https://opam.ocaml.org/packages/gettext
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocaml-rpm-macros >= 20200514
 BuildRequires:  ocamlfind(camomile)
 BuildRequires:  ocamlfind(compiler-libs.common)
+BuildRequires:  ocamlfind(cppo)
 BuildRequires:  ocamlfind(dune.configurator)
 BuildRequires:  ocamlfind(fileutils)
 BuildRequires:  ocamlfind(oUnit)
@@ -39,12 +40,12 @@
 #
 Obsoletes:  ocaml-gettext-camomile < %{version}-%{release}
 Obsoletes:  ocaml-gettext-stub < %{version}-%{release}
-Obsoletes:  ocaml-gettext-stub-devel < %{version}-%{release}
 Obsoletes:  ocaml-gettext-stub-debuginfo < %{version}-%{release}
+Obsoletes:  ocaml-gettext-stub-devel < %{version}-%{release}
 Provides:   ocaml-gettext-camomile = %{version}-%{release}
 Provides:   ocaml-gettext-stub = %{version}-%{release}
-Provides:   ocaml-gettext-stub-devel = %{version}-%{release}
 Provides:   ocaml-gettext-stub-debuginfo = %{version}-%{release}
+Provides:   ocaml-gettext-stub-devel = %{version}-%{release}
 
 %description
 Ocaml-gettext provides support for internationalization of Ocaml

++ _service ++
--- /var/tmp/diff_new_pack.mlv1K6/_old  2020-08-24 15:06:58.442507255 +0200
+++ /var/tmp/diff_new_pack.mlv1K6/_new  2020-08-24 15:06:58.442507255 +0200
@@ -1,12 +1,14 @@
 
   
-https://github.com/gildor478/ocaml-gettext.git
-git
-0.4.1
-
-a74be839b4e1305a538e2838f5700b5a7907a197
-ocaml-gettext
 patches
+ocaml-gettext
+9b7afc702bccace9a544b8efa2a28bc2b13371ed
+git
+disable
+https://github.com/gildor478/ocaml-gettext.git
+@PARENT_TAG@
+[v]?([^+]+)(.*)
+\1
   
   
 *.tar

++ ocaml-gettext-0.4.1.tar.xz -> ocaml-gettext-0.4.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-gettext-0.4.1/CHANGES.md 
new/ocaml-gettext-0.4.2/CHANGES.md
--- old/ocaml-gettext-0.4.1/CHANGES.md  2019-10-02 08:56:31.0 +0200
+++ new/ocaml-gettext-0.4.2/CHANGES.md  2020-06-11 22:40:42.0 +0200
@@ -1,3 +1,8 @@
+## v0.4.2 - 2020-06-11
+
+### Fixed
+- Compatibility with OCaml 4.11. (Thanks to kit-ty-kate, closes: #8)
+
 ## v0.4.1 - 2019-10-02
 
 ### Fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-gettext-0.4.1/README.md 
new/ocaml-gettext-0.4.2/README.md
--- old/ocaml-gettext-0.4.1/README.md   2019-10-02 08:56:31.0 +0200
+++ new/ocaml-gettext-0.4.2/README.md   2020-06-11 22:40:42.0 +0200
@@ -35,7 +35,7 @@
 The recommended way to install ocaml-gettext is via the [opam package 
manager][opam]:
 
 ```sh
-$ opam install ounit
+$ opam install gettext gettext-camomile gettext-stub
 ```
 
 Documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-gettext-0.4.1/gettext-stub.opam 
new/ocaml-gettext-0.4.2/gettext-stub.opa

commit ocaml-gettext for openSUSE:Factory

2019-11-13 Thread root
Hello community,

here is the log from the commit of package ocaml-gettext for openSUSE:Factory 
checked in at 2019-11-13 13:15:00

Comparing /work/SRC/openSUSE:Factory/ocaml-gettext (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-gettext.new.2990 (New)


Package is "ocaml-gettext"

Wed Nov 13 13:15:00 2019 rev:4 rq:746701 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-gettext/ocaml-gettext.changes  
2017-08-18 15:01:48.220119781 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-gettext.new.2990/ocaml-gettext.changes
2019-11-13 13:15:04.810870194 +0100
@@ -1,0 +2,12 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+- Update to version 0.4.1, via _service file
+  Improve documentation layout.
+  Migrate build system to dune.
+  Move ocaml-xgettext from Camlp4 to ppx.
+- Remove sub packages
+- Remove ocaml-gettext-unix.patch
+- Remove ocaml-gettext-0.3.5-use-ocamlopt-g.patch
+
+---

Old:

  ocaml-gettext-0.3.5-use-ocamlopt-g.patch
  ocaml-gettext-0.3.5.tar.gz
  ocaml-gettext-unix.patch

New:

  _service
  ocaml-gettext-0.4.1.tar.xz



Other differences:
--
++ ocaml-gettext.spec ++
--- /var/tmp/diff_new_pack.uu8DOO/_old  2019-11-13 13:15:06.010871443 +0100
+++ /var/tmp/diff_new_pack.uu8DOO/_new  2019-11-13 13:15:06.010871443 +0100
@@ -12,40 +12,39 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%global __ocaml_requires_opts -i Asttypes -i Parsetree
-%global __ocaml_provides_opts -i Pr_gettext
-
 Name:   ocaml-gettext
-Version:0.3.5
+Version:0.4.1
 Release:0
 %{?ocaml_preserve_bytecode}
 Summary:OCaml library for i18n
 License:SUSE-LGPL-2.0-with-linking-exception
 Group:  Development/Languages/OCaml
 Url:https://github.com/gildor478/ocaml-gettext
-Source0:
http://forge.ocamlcore.org/frs/download.php/1433/ocaml-gettext-%{version}.tar.gz
-Patch0: ocaml-gettext-unix.patch
-Patch1: ocaml-gettext-0.3.5-use-ocamlopt-g.patch
-BuildRequires:  autoconf
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  libxml2
-BuildRequires:  libxslt
-BuildRequires:  ocaml >= 4.00.1
-BuildRequires:  ocaml-camlp4-devel
-BuildRequires:  ocaml-camomile-data
-BuildRequires:  ocaml-camomile-devel >= 0.8.1
-BuildRequires:  ocaml-fileutils-devel >= 0.4.4-4
-BuildRequires:  ocaml-findlib-devel >= 1.3.3-3
-BuildRequires:  ocaml-ocamldoc
-BuildRequires:  ocaml-ounit-devel
-BuildRequires:  ocaml-rpm-macros >= 4.02.1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:%{name}-%{version}.tar.xz
+BuildRequires:  ocaml
+BuildRequires:  ocaml-dune
+BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocamlfind(camomile)
+BuildRequires:  ocamlfind(compiler-libs.common)
+BuildRequires:  ocamlfind(dune.configurator)
+BuildRequires:  ocamlfind(fileutils)
+BuildRequires:  ocamlfind(oUnit)
+BuildRequires:  ocamlfind(str)
 # ocaml-gettext program needs camomile data files
 Requires:   ocaml-camomile-data
+#
+Obsoletes:  ocaml-gettext-camomile < %{version}-%{release}
+Obsoletes:  ocaml-gettext-stub < %{version}-%{release}
+Obsoletes:  ocaml-gettext-stub-devel < %{version}-%{release}
+Obsoletes:  ocaml-gettext-stub-debuginfo < %{version}-%{release}
+Provides:   ocaml-gettext-camomile = %{version}-%{release}
+Provides:   ocaml-gettext-stub = %{version}-%{release}
+Provides:   ocaml-gettext-stub-devel = %{version}-%{release}
+Provides:   ocaml-gettext-stub-debuginfo = %{version}-%{release}
 
 %description
 Ocaml-gettext provides support for internationalization of Ocaml
@@ -62,167 +61,34 @@
 Summary:Development files for %{name}
 Group:  Development/Languages/OCaml
 Requires:   %{name} = %{version}
+Obsoletes:  ocaml-gettext-camomile-devel < %{version}-%{release}
+Provides:   ocaml-gettext-camomile-devel = %{version}-%{release}
 
 %descriptiondevel
 The %{name}-devel package contains libraries and signature files for
 developing applications that use %{name}.
 
-%packagestub
-Summary:Parts of %{name} which depend on Camomile
-Group:  Development/Languages/OCaml
-Requires:   %{name} = %{version}
-
-%descriptionstub
-The %{name}-stub package contains the parts of %{name} which
-depend on Camomile.
-
-%packagestub-devel
-Summary:Development files for %{name}-stub
-Group:  Development/Languages/OCaml
-Requires:   %{name}-stub = %{version

commit ocaml-gettext for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package ocaml-gettext for openSUSE:Factory 
checked in at 2017-08-18 15:01:44

Comparing /work/SRC/openSUSE:Factory/ocaml-gettext (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-gettext.new (New)


Package is "ocaml-gettext"

Fri Aug 18 15:01:44 2017 rev:3 rq:512527 version:0.3.5

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-gettext/ocaml-gettext.changes  
2017-05-16 14:45:03.004015715 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-gettext.new/ocaml-gettext.changes 
2017-08-18 15:01:48.220119781 +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-gettext.spec ++
--- /var/tmp/diff_new_pack.JoyNJe/_old  2017-08-18 15:01:49.807896268 +0200
+++ /var/tmp/diff_new_pack.JoyNJe/_new  2017-08-18 15:01:49.819894579 +0200
@@ -22,11 +22,11 @@
 Name:   ocaml-gettext
 Version:0.3.5
 Release:0
-%{ocaml_preserve_bytecode}
+%{?ocaml_preserve_bytecode}
 Summary:OCaml library for i18n
 License:SUSE-LGPL-2.0-with-linking-exception
-Group:  Development/Libraries/Other
-Url:http://forge.ocamlcore.org/projects/ocaml-gettext
+Group:  Development/Languages/OCaml
+Url:https://github.com/gildor478/ocaml-gettext
 Source0:
http://forge.ocamlcore.org/frs/download.php/1433/ocaml-gettext-%{version}.tar.gz
 Patch0: ocaml-gettext-unix.patch
 Patch1: ocaml-gettext-0.3.5-use-ocamlopt-g.patch
@@ -44,15 +44,6 @@
 BuildRequires:  ocaml-ounit-devel
 BuildRequires:  ocaml-rpm-macros >= 4.02.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# ocaml autodep start for pkg: ocaml-gettext
-# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() 
provides/requires
-%if 0%{?suse_version} < 1210
-Requires:   ocaml-camlp4
-Requires:   ocaml-compiler-libs
-Requires:   ocaml-fileutils
-Requires:   ocaml-runtime
-%endif
-# ocaml autodep end for pkg: ocaml-gettext
 # ocaml-gettext program needs camomile data files
 Requires:   ocaml-camomile-data
 
@@ -69,7 +60,7 @@
 
 %packagedevel
 Summary:Development files for %{name}
-Group:  Development/Libraries/Other
+Group:  Development/Languages/OCaml
 Requires:   %{name} = %{version}
 
 %descriptiondevel
@@ -78,7 +69,7 @@
 
 %packagestub
 Summary:Parts of %{name} which depend on Camomile
-Group:  Development/Libraries/Other
+Group:  Development/Languages/OCaml
 Requires:   %{name} = %{version}
 
 %descriptionstub
@@ -87,7 +78,7 @@
 
 %packagestub-devel
 Summary:Development files for %{name}-stub
-Group:  Development/Libraries/Other
+Group:  Development/Languages/OCaml
 Requires:   %{name}-stub = %{version}
 
 %descriptionstub-devel
@@ -97,7 +88,7 @@
 
 %packagecamomile
 Summary:Parts of %{name} which depend on Camomile
-Group:  Development/Libraries/Other
+Group:  Development/Languages/OCaml
 Requires:   %{name} = %{version}
 
 %descriptioncamomile
@@ -106,7 +97,7 @@
 
 %packagecamomile-devel
 Summary:Development files for %{name}-camomile
-Group:  Development/Libraries/Other
+Group:  Development/Languages/OCaml
 Requires:   %{name}-camomile-devel = %{version}
 
 %descriptioncamomile-devel
@@ -177,7 +168,7 @@
 %doc README CHANGELOG TODO
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/gettext
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/gettext/*.a
 %{_libdir}/ocaml/gettext/*.cmx
 %{_libdir}/ocaml/gettext/*.cmxa
@@ -204,7 +195,7 @@
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/gettext-stub
 %{_libdir}/ocaml/gettext-stub/*.a
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/gettext-stub/*.cmx
 %{_libdir}/ocaml/gettext-stub/*.cmxa
 %endif
@@ -224,7 +215,7 @@
 %doc README
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/gettext-camomile
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/gettext-camomile/*.a
 %{_libdir}/ocaml/gettext-camomile/*.cmx
 %{_libdir}/ocaml/gettext-camomile/*.cmxa




commit ocaml-gettext for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package ocaml-gettext for openSUSE:Factory 
checked in at 2017-05-16 14:44:12

Comparing /work/SRC/openSUSE:Factory/ocaml-gettext (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-gettext.new (New)


Package is "ocaml-gettext"

Tue May 16 14:44:12 2017 rev:2 rq:494582 version:0.3.5

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-gettext/ocaml-gettext.changes  
2016-10-19 13:00:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-gettext.new/ocaml-gettext.changes 
2017-05-16 14:45:03.004015715 +0200
@@ -1,0 +2,5 @@
+Wed May 10 08:23:44 UTC 2017 - o...@aepfle.de
+
+- stub-devel requires stub (bsc#1031359)
+
+---



Other differences:
--
++ ocaml-gettext.spec ++
--- /var/tmp/diff_new_pack.VTtJhd/_old  2017-05-16 14:45:03.655924115 +0200
+++ /var/tmp/diff_new_pack.VTtJhd/_new  2017-05-16 14:45:03.655924115 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-gettext
 #
-# Copyright (c) 2014 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
@@ -47,7 +47,10 @@
 # ocaml autodep start for pkg: ocaml-gettext
 # hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() 
provides/requires
 %if 0%{?suse_version} < 1210
-Requires:   ocaml-camlp4 ocaml-compiler-libs ocaml-fileutils ocaml-runtime
+Requires:   ocaml-camlp4
+Requires:   ocaml-compiler-libs
+Requires:   ocaml-fileutils
+Requires:   ocaml-runtime
 %endif
 # ocaml autodep end for pkg: ocaml-gettext
 # ocaml-gettext program needs camomile data files
@@ -85,7 +88,7 @@
 %packagestub-devel
 Summary:Development files for %{name}-stub
 Group:  Development/Libraries/Other
-Requires:   %{name}-stub-devel = %{version}
+Requires:   %{name}-stub = %{version}
 
 %descriptionstub-devel
 The %{name}-stub-devel package contains libraries and
@@ -111,7 +114,6 @@
 signature files for developing applications that use
 %{name}-camomile.
 
-
 %prep
 %setup -q
 %patch0 -p1
@@ -129,14 +131,12 @@
   --with-docbook-stylesheet=%{_stylesheet_path}
 make all
 
-
 %check
 export LD_LIBRARY_PATH=$PWD/_build/lib/gettext-stub
 pushd test
 ../_build/bin/test
 popd
 
-
 %install
 # make install in the package is screwed up completely.  Install
 # by hand instead.
@@ -234,5 +234,4 @@
 %{_libdir}/ocaml/gettext-camomile/*.mli
 %{_libdir}/ocaml/gettext-camomile/META
 
-
 %changelog