Hello community,

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

Package is "ocaml-menhir"

Thu Aug 24 18:42:02 2017 rev:2 rq:512533 version:20170712

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-menhir/ocaml-menhir.changes        
2016-07-15 12:46:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-menhir.new/ocaml-menhir.changes   
2017-08-24 18:42:04.552641218 +0200
@@ -1,0 +2,20 @@
+Tue Jul 25 13:04:54 UTC 2017 - oher...@suse.de
+
+- Use Group: Development/Languages/OCaml
+
+-------------------------------------------------------------------
+Mon Jul 17 20:24:18 UTC 2017 - o...@aepfle.de
+
+- Update to version 20170712
+
+-------------------------------------------------------------------
+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
+
+-------------------------------------------------------------------
@@ -5 +24,0 @@
-

Old:
----
  menhir-20160504.tar.gz

New:
----
  menhir-20170712.tar.gz

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

Other differences:
------------------
++++++ ocaml-menhir.spec ++++++
--- /var/tmp/diff_new_pack.pXPxM7/_old  2017-08-24 18:42:05.408520643 +0200
+++ /var/tmp/diff_new_pack.pXPxM7/_new  2017-08-24 18:42:05.420518953 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-menhir
 #
-# Copyright (c) 2016 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
@@ -15,34 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ocaml-menhir
-Version:        20160504
-%{ocaml_preserve_bytecode}
+Version:        20170712
 Release:        0
-License:        LGPL-2.0
+%{?ocaml_preserve_bytecode}
 Summary:        LR(1) parser generator for the OCaml programming language
+License:        LGPL-2.0
+Group:          Development/Languages/OCaml
 Url:            http://gallium.inria.fr/~fpottier/menhir/
-Group:          Development/Libraries/Other
-Source:         http://gallium.inria.fr/~fpottier/menhir/menhir-20160504.tar.gz
+Source:         
http://gallium.inria.fr/~fpottier/menhir/menhir-%{version}.tar.gz
 BuildRequires:  ocaml
+BuildRequires:  ocaml-findlib
 BuildRequires:  ocaml-ocamlbuild
 BuildRequires:  ocaml-ocamldoc
-BuildRequires:  ocaml-findlib
 BuildRequires:  ocaml-rpm-macros >= 4.02.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# ocaml autodep start for pkg: ocaml-menhir
-# 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-menhir
 
 %description
 LR(1) parser generator
 
 %package        devel
 Summary:        Development files for %{name}
-Group:          Development/Libraries/Other
+Group:          Development/Languages/OCaml
 Requires:       %{name} = %{version}
 
 %description    devel
@@ -55,7 +50,7 @@
 %build
 o=
 make \
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
        TARGET=native \
 %else
        TARGET=byte \
@@ -70,7 +65,7 @@
 mkdir -vp ${OCAMLFIND_DESTDIR}
 make \
        install \
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
        TARGET=native \
 %else
        TARGET=byte \
@@ -81,16 +76,15 @@
        -j 1
 rm -rfv %{buildroot}/usr/share/doc
 
-
 %files
 %defattr(-,root,root)
-%doc CHANGES LICENSE manual.pdf
+%doc CHANGES.md LICENSE manual.pdf
 %{_bindir}/*
 %{_datadir}/menhir
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
 %{_libdir}/ocaml/*/META
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.o
 %endif
 %{_libdir}/ocaml/*/*.cmi
@@ -102,10 +96,10 @@
 %{_mandir}/*/*
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.cmx
 %endif
 %{_libdir}/ocaml/*/*.mli
 %{_libdir}/ocaml/*/*.ml
 
-
+%changelog

++++++ menhir-20160504.tar.gz -> menhir-20170712.tar.gz ++++++
++++ 21680 lines of diff (skipped)


Reply via email to