Sync from SUSE:SLFO:Main ocaml-re revision 65ec176e961d242db42aacf66d63da3e
This commit is contained in:
commit
2989eef9d8
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
3
_multibuild
Normal file
3
_multibuild
Normal file
@ -0,0 +1,3 @@
|
||||
<multibuild>
|
||||
<package>testsuite</package>
|
||||
</multibuild>
|
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">ocaml-re</param>
|
||||
<param name="revision">2dd38515c76c40299596d39f18d9b9a20f00d788</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/ocaml/ocaml-re.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
BIN
ocaml-re-1.11.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
ocaml-re-1.11.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
91
ocaml-re.changes
Normal file
91
ocaml-re.changes
Normal file
@ -0,0 +1,91 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 9 09:09:09 UTC 2023 - ohering@suse.de
|
||||
|
||||
- Update to version 1.11.0
|
||||
see included CHANGES.md for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 12:34:56 UTC 2022 - ohering@suse.de
|
||||
|
||||
- Update to version 1.10.4
|
||||
see included CHANGES for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
|
||||
|
||||
- Update to version 1.10.3
|
||||
see included CHANGES for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de
|
||||
|
||||
- remove dependency to ounit via _multibuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 12:12:12 UTC 2020 - ohering@suse.de
|
||||
|
||||
- use dune macros from ocaml-rpm-macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 16:35:39 UTC 2019 - ohering@suse.de
|
||||
|
||||
- Update to upstream release 1.9.0
|
||||
* Fix regression in `Re.exec_partial`
|
||||
* Mov gen related functions to `Re.Gen` and deprecate the old names
|
||||
* Introduce `Re.View` that exposes the internal representation
|
||||
* Fix index-out-of-bounds exception in Re.Perl.re
|
||||
* Add seq based iterators
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 12:58:38 UTC 2019 - andy@onthewings.net
|
||||
|
||||
- Fix install section for ocaml-dune 1.7.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 18:22:44 UTC 2019 - andy@onthewings.net
|
||||
|
||||
- Use OCaml-LGPL-linking-exception in License.
|
||||
- Update dune build command.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:13:37 UTC 2018 - andy@onthewings.net
|
||||
|
||||
- Package the .dune files produced by latest dune.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 02:03:38 UTC 2018 - andy@onthewings.net
|
||||
|
||||
- Remove dependency on opam by doing a cp instead of "jbuilder
|
||||
install" in %install.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 17 09:10:01 UTC 2018 - andy@onthewings.net
|
||||
|
||||
- Update to upstream release 1.7.3.
|
||||
* Build system was switched to dune(jbuilder).
|
||||
* Remove dependency on bytes package.
|
||||
* Deprecate all Re_* modules. Re_x is now available as Re.X.
|
||||
* Deprecate all re.x sub libraries. Those are all available as Re.X.
|
||||
* Make all function in Re.Str tail recursive.
|
||||
- Fix license.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 25 13:04:54 UTC 2017 - ohering@suse.de
|
||||
|
||||
- Use Group: Development/Languages/OCaml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 20:24:18 UTC 2017 - ohering@suse.de
|
||||
|
||||
- Update to version 1.7.1.20161019.bb3ef4b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 12:48:58 UTC 2017 - ohering@suse.de
|
||||
|
||||
- Wrap specfile conditionals to fix quilt setup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 06:35:04 UTC 2016 - ohering@suse.de
|
||||
|
||||
- Initial version 1.6.1.20160618.b46ae88
|
||||
|
89
ocaml-re.spec
Normal file
89
ocaml-re.spec
Normal file
@ -0,0 +1,89 @@
|
||||
#
|
||||
# spec file for package ocaml-re
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define build_flavor @BUILD_FLAVOR@%nil
|
||||
%if "%build_flavor" == "testsuite"
|
||||
%define nsuffix -testsuite
|
||||
%else
|
||||
%define nsuffix %nil
|
||||
%endif
|
||||
|
||||
%define pkg ocaml-re
|
||||
Name: %pkg%nsuffix
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: Pure OCaml regular expressions
|
||||
License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
|
||||
Group: Development/Languages/OCaml
|
||||
URL: https://opam.ocaml.org/packages/re
|
||||
Source0: %pkg-%version.tar.xz
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune >= 2.0
|
||||
BuildRequires: ocaml-rpm-macros >= 20230101
|
||||
%if 1
|
||||
BuildRequires: ocamlfind(seq)
|
||||
BuildRequires: ocamlfind(str)
|
||||
%endif
|
||||
|
||||
%if "%build_flavor" == "testsuite"
|
||||
BuildRequires: ocamlfind(oUnit)
|
||||
BuildRequires: ocamlfind(re)
|
||||
%endif
|
||||
|
||||
%description
|
||||
Pure OCaml regular expressions, with support for Perl and POSIX-style strings.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %name
|
||||
Group: Development/Languages/OCaml
|
||||
Requires: %name = %version-%release
|
||||
|
||||
%description devel
|
||||
The %name-devel package contains libraries and signature files for
|
||||
developing applications that use %name.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %pkg-%version
|
||||
|
||||
%build
|
||||
dune_release_pkgs='re'
|
||||
%ocaml_dune_setup
|
||||
%if "%build_flavor" == ""
|
||||
%ocaml_dune_build
|
||||
%endif
|
||||
|
||||
%install
|
||||
%if "%build_flavor" == ""
|
||||
%ocaml_dune_install
|
||||
%ocaml_create_file_list
|
||||
%endif
|
||||
|
||||
%if "%build_flavor" == "testsuite"
|
||||
%check
|
||||
%ocaml_dune_test
|
||||
%endif
|
||||
|
||||
%if "%build_flavor" == ""
|
||||
%files -f %name.files
|
||||
|
||||
%files devel -f %name.files.devel
|
||||
|
||||
%endif
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user