commit ocamlify for openSUSE:Factory

2019-10-02 Thread root
Hello community,

here is the log from the commit of package ocamlify for openSUSE:Factory 
checked in at 2019-10-02 11:59:01

Comparing /work/SRC/openSUSE:Factory/ocamlify (Old)
 and  /work/SRC/openSUSE:Factory/.ocamlify.new.2352 (New)


Package is "ocamlify"

Wed Oct  2 11:59:01 2019 rev:3 rq:734232 version:0.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ocamlify/ocamlify.changes2017-08-18 
15:02:36.357343471 +0200
+++ /work/SRC/openSUSE:Factory/.ocamlify.new.2352/ocamlify.changes  
2019-10-02 11:59:04.759003454 +0200
@@ -1,0 +2,5 @@
+Mon Sep 23 16:35:39 UTC 2019 - oher...@suse.de
+
+- Refresh setup.ml with ocamlify.patch
+
+---

New:

  ocamlify.patch



Other differences:
--
++ ocamlify.spec ++
--- /var/tmp/diff_new_pack.aS8N9E/_old  2019-10-02 11:59:05.263002162 +0200
+++ /var/tmp/diff_new_pack.aS8N9E/_new  2019-10-02 11:59:05.267002152 +0200
@@ -26,7 +26,7 @@
 
 Url:http://forge.ocamlcore.org/projects/ocamlify/
 Source0:%{name}-%{version}.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: ocamlify.patch
 
 BuildRequires:  ocaml
 BuildRequires:  ocaml-ocamlbuild
@@ -40,7 +40,7 @@
 code.
 
 %prep
-%setup
+%autosetup -p1
 
 %build
 %ocaml_oasis_configure --enable-docs
@@ -51,8 +51,7 @@
 %ocaml_oasis_findlib_install
 
 %files
-%defattr(-,root,root,-)
-%doc COPYING.txt
+%license COPYING.txt
 %{_bindir}/*
 
 %changelog

++ ocamlify.patch ++
 10585 lines (skipped)




commit ocamlify for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package ocamlify for openSUSE:Factory 
checked in at 2017-08-18 15:02:35

Comparing /work/SRC/openSUSE:Factory/ocamlify (Old)
 and  /work/SRC/openSUSE:Factory/.ocamlify.new (New)


Package is "ocamlify"

Fri Aug 18 15:02:35 2017 rev:2 rq:512542 version:0.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ocamlify/ocamlify.changes2016-07-15 
12:48:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocamlify.new/ocamlify.changes   2017-08-18 
15:02:36.357343471 +0200
@@ -1,0 +2,10 @@
+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
+
+---



Other differences:
--
++ ocamlify.spec ++
--- /var/tmp/diff_new_pack.jdrPPM/_old  2017-08-18 15:02:37.481185267 +0200
+++ /var/tmp/diff_new_pack.jdrPPM/_new  2017-08-18 15:02:37.481185267 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocamlify
 #
-# 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
@@ -19,19 +19,19 @@
 Name:   ocamlify
 Version:0.0.2
 Release:0
-%{ocaml_preserve_bytecode}
+%{?ocaml_preserve_bytecode}
 Summary:Verbatim file inclusion as OCaml code
 License:LGPL-2.1+
-Group:  Development/Libraries/Other
+Group:  Development/Languages/OCaml
 
 Url:http://forge.ocamlcore.org/projects/ocamlify/
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ocaml
-BuildRequires:  ocamlfind(findlib)
 BuildRequires:  ocaml-ocamlbuild
 BuildRequires:  ocaml-rpm-macros >= 4.03
+BuildRequires:  ocamlfind(findlib)
 
 %description
 OCamlify allows to create OCaml source code by including whole files