diff --git a/debian/changelog b/debian/changelog index 59e7250..3ac0106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +reactphp-dns (0.4.15-1) unstable; urgency=medium + + * New upstream version. + + -- Thorsten Glaser Sat, 07 Jul 2018 14:17:23 +0200 + reactphp-dns (0.4.13-2) unstable; urgency=medium * Fix typo in my name in d/copyright. diff --git a/debian/patches/fix_deps.patch b/debian/patches/fix_deps.patch index a63d543..b9201ea 100644 --- a/debian/patches/fix_deps.patch +++ b/debian/patches/fix_deps.patch @@ -6,12 +6,12 @@ "license": "MIT", "require": { "php": ">=5.3.0", -- "react/cache": "~0.4.0|~0.3.0", +- "react/cache": "^0.5 || ^0.4 || ^0.3", - "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", - "react/promise": "^2.1 || ^1.2.1", - "react/promise-timer": "^1.2", - "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5" -+ "react/cache": "~0.4.0", ++ "react/cache": "^0.4", + "react/event-loop": "^0.5", + "react/promise": "~2.0", + "react/promise-timer": "~1.0",