diff --git a/libuv-v1.23.0.tar.gz b/libuv-v1.23.0.tar.gz deleted file mode 100644 index 27edd17534464159e56a5b9ff371d28f5021589a..0000000000000000000000000000000000000000 Binary files a/libuv-v1.23.0.tar.gz and /dev/null differ diff --git a/libuv-v1.35.0.tar.gz b/libuv-v1.35.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1c763200fe9d028bb0409301036b8c1516a57fa2 Binary files /dev/null and b/libuv-v1.35.0.tar.gz differ diff --git a/libuv.spec b/libuv.spec index d786f5c239e6eb698a27cf0fd61d442d857492c6..0006825c2ab05fac6e222ba602bd4ed3d9d3bbb0 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,7 +1,7 @@ Name: libuv Epoch: 1 -Version: 1.23.0 -Release: 2 +Version: 1.35.0 +Release: 1 Summary: A multi-platform support library with a focus on asynchronous I/O # the licensing breakdown is described in detail in the LICENSE file @@ -60,5 +60,8 @@ Development libraries for libuv %doc ChangeLog %changelog +* Mon Jun 1 2020 lizhenhua - 1.35.0-1 +- update to 1.35.0 + * Tue Dec 3 2019 mengxian - 1.23.0-2 - Package init diff --git a/libuv.yaml b/libuv.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a4d28260c22bf7e5a229fc05df27d1d43db5cc94 --- /dev/null +++ b/libuv.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: libuv/libuv +tag_prefix: ^v +seperator: . \ No newline at end of file