Accepting request 989365 from devel:languages:ocaml

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/989365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-rpm-macros?expand=0&rev=18
This commit is contained in:
Richard Brown 2022-07-21 09:32:45 +00:00 committed by Git OBS Bridge
commit 345a4005c2
3 changed files with 13 additions and 1 deletions

View File

@ -56,6 +56,12 @@ do_work() {
if ( a[2] ) {
candidate = a[2];
if(dbg) printf "dir: %s %s\n", x, candidate > "/dev/stderr" ;
if (candidate == "^") {
next
}
if (candidate == "+") {
next
}
if (candidate ~ /^\^/) {
next
}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 7 07:07:07 UTC 2022 - ohering@suse.de
- Handle plain ^ and + as values for directory= in findlib META files
They stand for the OCaml standard library directory.
-------------------------------------------------------------------
Sat Apr 9 12:34:56 UTC 2022 - ohering@suse.de

View File

@ -17,7 +17,7 @@
Name: ocaml-rpm-macros
Version: 20220409
Version: 20220707
Release: 0
Summary: RPM macros for building OCaml source packages
License: GPL-2.0-only