From f1ade489fbb0179d17a25a0fe5196a3a187e0a41 Mon Sep 17 00:00:00 2001 From: openeuler-ci-bot <80474298@qq.com> Date: Tue, 29 Dec 2020 19:58:58 +0800 Subject: [PATCH 1/2] [patch tracking] 20201229195849780952 - https://github.com/libproxy/libproxy/commit/e78a5ccfe0a2340f2c73e419767f8492ffc2787a --- ...5ccfe0a2340f2c73e419767f8492ffc2787a.patch | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 e78a5ccfe0a2340f2c73e419767f8492ffc2787a.patch diff --git a/e78a5ccfe0a2340f2c73e419767f8492ffc2787a.patch b/e78a5ccfe0a2340f2c73e419767f8492ffc2787a.patch new file mode 100644 index 0000000..5789054 --- /dev/null +++ b/e78a5ccfe0a2340f2c73e419767f8492ffc2787a.patch @@ -0,0 +1,24 @@ +diff --git a/NEWS b/NEWS +index 0834207..1542822 100644 +--- a/NEWS ++++ b/NEWS +@@ -1,3 +1,7 @@ ++New in version 0.4.17: ++============================== ++* python bindings: fix "TypeError: _argtypes_ must be a sequence of types" (#125) ++ + New in version 0.4.16: + ============================== + * Port to, and require, SpiderMonkey 68 +diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt +index 187e423..0430895 100644 +--- a/libproxy/CMakeLists.txt ++++ b/libproxy/CMakeLists.txt +@@ -1,6 +1,6 @@ + ### Project info + project(libproxy) +-set_project_version(0 4 16) ++set_project_version(0 4 17) + + ### Add a global compilation stuff + if (WIN32) -- Gitee From 73acd5ea8a46820018d42f5d9a6679e791851887 Mon Sep 17 00:00:00 2001 From: openeuler-ci-bot <80474298@qq.com> Date: Tue, 29 Dec 2020 19:59:00 +0800 Subject: [PATCH 2/2] [patch tracking] 20201229195849780952 - update spec file --- libproxy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libproxy.spec b/libproxy.spec index 92fbb27..73a8805 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,6 +1,6 @@ Name: libproxy Version: 0.4.15 -Release: 19 +Release: 20 Summary: Libproxy is a library that provides automatic proxy configuration management License: LGPLv2+ @@ -19,6 +19,7 @@ Patch5: libproxy-0.4.15-mozjs60.patch Patch6: libproxy-0.4.15-mozjs68.patch Patch7: libproxy-0.4.15-mozjs-use-after-free.patch Patch8: libproxy-0.4.15-fix-CVE-2020-25219.patch +Patch6000: e78a5ccfe0a2340f2c73e419767f8492ffc2787a.patch BuildRequires: cmake >= 2.6.0 gcc-c++ @@ -116,6 +117,9 @@ make test %{_mandir}/man1/proxy.1* %changelog +* 20201229195849780952 patch-tracking 0.4.15-20 +- append patch file of upstream repository from to + * Wed Dec 02 2020 xihaochen - 0.4.15-19 - Type:requirements - Id:NA @@ -169,4 +173,4 @@ make test - DESC:remove the /usr/bin/kreadconfig5 in buildRequires. * Tue Sep 10 2019 liyongqiang - 0.4.15-10 -- Package init +- Package init \ No newline at end of file -- Gitee