Skip to content

Commit dfe27d9

Browse files
authored
Merge pull request #28613 from kit-ty-kate/opam-2.4-stable-patch
Make opam library packages require a stable version of patch
2 parents a8ce3d3 + f2ecc53 commit dfe27d9

File tree

10 files changed

+10
-10
lines changed
  • packages
    • opam-core
      • opam-core.2.4.0~alpha2
      • opam-core.2.4.0~beta1
      • opam-core.2.4.0~rc1
      • opam-core.2.4.0
      • opam-core.2.4.1
    • opam-repository
      • opam-repository.2.4.0~alpha2
      • opam-repository.2.4.0~beta1
      • opam-repository.2.4.0~rc1
      • opam-repository.2.4.0
      • opam-repository.2.4.1

10 files changed

+10
-10
lines changed

packages/opam-core/opam-core.2.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depends: [
2929
"sha" {>= "1.13"}
3030
"jsonm"
3131
"swhid_core"
32-
"patch" {>= "3.0.0~alpha2"}
32+
"patch" {>= "3.0.0"}
3333
"uutf"
3434
(("host-system-mingw" {os = "win32" & os-distribution != "cygwinports"} &
3535
"conf-mingw-w64-gcc-i686"

packages/opam-core/opam-core.2.4.0~alpha2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depends: [
2929
"sha" {>= "1.13"}
3030
"jsonm"
3131
"swhid_core"
32-
"patch" {>= "3.0.0~alpha2"}
32+
"patch" {>= "3.0.0"}
3333
"uutf"
3434
(("host-system-mingw" {os = "win32" & os-distribution != "cygwinports"} &
3535
"conf-mingw-w64-gcc-i686"

packages/opam-core/opam-core.2.4.0~beta1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depends: [
2929
"sha" {>= "1.13"}
3030
"jsonm"
3131
"swhid_core"
32-
"patch" {>= "3.0.0~alpha2"}
32+
"patch" {>= "3.0.0"}
3333
"uutf"
3434
(("host-system-mingw" {os = "win32" & os-distribution != "cygwinports"} &
3535
"conf-mingw-w64-gcc-i686"

packages/opam-core/opam-core.2.4.0~rc1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depends: [
2929
"sha" {>= "1.13"}
3030
"jsonm"
3131
"swhid_core"
32-
"patch" {>= "3.0.0~alpha2"}
32+
"patch" {>= "3.0.0"}
3333
"uutf"
3434
(("host-system-mingw" {os = "win32" & os-distribution != "cygwinports"} &
3535
"conf-mingw-w64-gcc-i686"

packages/opam-core/opam-core.2.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depends: [
2929
"sha" {>= "1.13"}
3030
"jsonm"
3131
"swhid_core"
32-
"patch" {>= "3.0.0~alpha2"}
32+
"patch" {>= "3.0.0"}
3333
"uutf"
3434
(("host-system-mingw" {os = "win32" & os-distribution != "cygwinports"} &
3535
"conf-mingw-w64-gcc-i686"

packages/opam-repository/opam-repository.2.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bug-reports: "https://github.com/ocaml/opam/issues"
2323
depends: [
2424
"ocaml" {>= "4.08.0"}
2525
"opam-format" {= version}
26-
"patch" {>= "3.0.0~alpha1"}
26+
"patch" {>= "3.0.0"}
2727
"dune" {>= "2.8.0"}
2828
]
2929
build: [

packages/opam-repository/opam-repository.2.4.0~alpha2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bug-reports: "https://github.com/ocaml/opam/issues"
2323
depends: [
2424
"ocaml" {>= "4.08.0"}
2525
"opam-format" {= version}
26-
"patch" {>= "3.0.0~alpha1"}
26+
"patch" {>= "3.0.0"}
2727
"dune" {>= "2.8.0"}
2828
]
2929
available: opam-version >= "2.1.0"

packages/opam-repository/opam-repository.2.4.0~beta1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bug-reports: "https://github.com/ocaml/opam/issues"
2323
depends: [
2424
"ocaml" {>= "4.08.0"}
2525
"opam-format" {= version}
26-
"patch" {>= "3.0.0~alpha1"}
26+
"patch" {>= "3.0.0"}
2727
"dune" {>= "2.8.0"}
2828
]
2929
available: opam-version >= "2.1.0"

packages/opam-repository/opam-repository.2.4.0~rc1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bug-reports: "https://github.com/ocaml/opam/issues"
2323
depends: [
2424
"ocaml" {>= "4.08.0"}
2525
"opam-format" {= version}
26-
"patch" {>= "3.0.0~alpha1"}
26+
"patch" {>= "3.0.0"}
2727
"dune" {>= "2.8.0"}
2828
]
2929
available: opam-version >= "2.1.0"

packages/opam-repository/opam-repository.2.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bug-reports: "https://github.com/ocaml/opam/issues"
2323
depends: [
2424
"ocaml" {>= "4.08.0"}
2525
"opam-format" {= version}
26-
"patch" {>= "3.0.0~alpha1"}
26+
"patch" {>= "3.0.0"}
2727
"dune" {>= "2.8.0"}
2828
]
2929
build: [

0 commit comments

Comments
 (0)