forked from pool/ocaml-rpm-macros
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:
commit
345a4005c2
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user