diff --git a/e78a5ccfe0a2340f2c73e419767f8492ffc2787a.patch b/e78a5ccfe0a2340f2c73e419767f8492ffc2787a.patch new file mode 100644 index 0000000000000000000000000000000000000000..5789054606c99935e66f677e2c5a00cbbcc94ded --- /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) diff --git a/libproxy.spec b/libproxy.spec index 92fbb2732f27e6c00a312c14592d24d278f55e11..73a8805ec1288f8f2eaf4504371f31e43b1ecbde 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