Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/efl/efl.1.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "efl"]
depends: [
"ocaml" {>= "3.12"}
"ocaml" {>= "3.12" & < "5.3"}
"ocamlfind"
"ocamlbuild" {build}
"conf-efl"
Expand Down Expand Up @@ -39,3 +39,4 @@ url {
"md5=503d046c8827adc25423783cd9728d2d"
]
}
available: opam-version < "2.2"
3 changes: 2 additions & 1 deletion packages/efl/efl.1.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "efl"]
depends: [
"ocaml" {>= "3.12"}
"ocaml" {>= "3.12" & < "5.3"}
"ocamlfind"
"ocamlbuild" {build}
"conf-efl"
Expand Down Expand Up @@ -39,3 +39,4 @@ url {
"md5=b7e5fc04f8fa644b30032da471d557e6"
]
}
available: opam-version < "2.2"
3 changes: 2 additions & 1 deletion packages/efl/efl.1.17.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "efl"]
depends: [
"ocaml" {>= "3.12"}
"ocaml" {>= "3.12" & < "5.3"}
"ocamlfind"
"ocamlbuild" {build}
"conf-efl"
Expand Down Expand Up @@ -39,3 +39,4 @@ url {
"md5=c9a34031f788470efb5f437c12af8b6b"
]
}
available: opam-version < "2.2"
3 changes: 2 additions & 1 deletion packages/efl/efl.1.18.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "efl"]
depends: [
"ocaml" {>= "3.12"}
"ocaml" {>= "3.12" & < "5.3"}
"ocamlfind"
"ocamlbuild" {build}
"conf-efl"
Expand Down Expand Up @@ -40,3 +40,4 @@ url {
"md5=9f47a05ac71ad068c521e880af8d24f4"
]
}
available: opam-version < "2.2"
3 changes: 2 additions & 1 deletion packages/efl/efl.1.19.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "efl"]
depends: [
"ocaml" {>= "3.12"}
"ocaml" {>= "3.12" & < "5.3"}
"ocamlfind"
"ocamlbuild" {build}
"conf-efl"
Expand Down Expand Up @@ -40,3 +40,4 @@ url {
"md5=dc3f9af24e449a6001f726de143f96a9"
]
}
available: opam-version < "2.2"
3 changes: 2 additions & 1 deletion packages/efl/efl.1.20.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "efl"]
depends: [
"ocaml" {>= "3.12"}
"ocaml" {>= "3.12" & < "5.3"}
"ocamlfind" {build}
"ocamlbuild" {build}
"conf-efl" {build}
Expand Down Expand Up @@ -41,3 +41,4 @@ url {
"md5=55bada4887008b29ed112241478fb32f"
]
}
available: opam-version < "2.2"
3 changes: 2 additions & 1 deletion packages/efl/efl.1.22.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
install: [make "install"]
depends: [
"ocaml" {>= "3.12"}
"ocaml" {>= "3.12" & < "5.3"}
"ocamlfind" {build}
"ocamlbuild" {build}
"conf-efl" {build}
Expand Down Expand Up @@ -39,3 +39,4 @@ url {
"md5=984405ccaa0885ecfc3eef052a330a00"
]
}
available: opam-version < "2.2"
3 changes: 2 additions & 1 deletion packages/efl/efl.1.24.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
install: [make "install"]
depends: [
"ocaml" {>= "3.12"}
"ocaml" {>= "3.12" & < "5.3"}
"ocamlfind" {build}
"ocamlbuild" {build}
"conf-efl" {build}
Expand Down Expand Up @@ -40,3 +40,4 @@ url {
"md5=298a1eb5d241e58e0d42231d8035038e"
]
}
available: opam-version < "2.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I disagree with this. The package works with new opam versions if you have a suitable automake for example

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had these issues with various packages, also stdcompact for example. I'd say for this PR we should just have the upper bound on 5.3.0 and we could ask maintainers if we can add x-maintainership-intent: [(latest)] as to just keep one version.

This problem with automake is really annoying. Is there a way to fix it in opam itself?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with your disagreement! This can indeed be fixed in opam - the issue is that extraction of tarballs was altered in opam 2.2, and the timestamps from the tarball aren't being applied to the files.

Loading