From 97405e8a3410a3833c2abd015e0a0e97ed8469c1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 3 Apr 2018 15:48:13 +0200 Subject: [PATCH 1/7] Update to 1.20.0 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + libuv.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 927313d..5c5a96d 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /libuv-v1.19.0.tar.gz /libuv-v1.19.1.tar.gz /libuv-v1.19.2.tar.gz +/libuv-v1.20.0.tar.gz diff --git a/libuv.spec b/libuv.spec index 5367d4a..04707e8 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,6 +1,6 @@ Name: libuv Epoch: 1 -Version: 1.19.2 +Version: 1.20.0 Release: 1%{?dist} Summary: Platform layer for node.js @@ -67,6 +67,9 @@ rm -f %{buildroot}%{_libdir}/libuv.la %{_libdir}/%{name}.a %changelog +* Tue Apr 03 2018 Igor Gnatenko - 1:1.20.0-1 +- Update to 1.20.0 + * Mon Feb 26 2018 Stephen Gallagher - 1.19.2-1 - Update to 1.19.2 - https://github.com/libuv/libuv/blob/v1.19.2/ChangeLog diff --git a/sources b/sources index 0c539f3..d037898 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libuv-v1.19.2.tar.gz) = 8f317bb9c173af32d19e8f9f5c64e2cb50178166a109e84218ea630667a5cbd8c6c700c53baf89d2754e615b8526c22d5514bf3c2fe123913b297fbe5727be5e +SHA512 (libuv-v1.20.0.tar.gz) = c341ea995d57cd6ce4adf18a4558c48d54bb3cdc7434813c0901b7278673c0231976bd08c39aae7c6ce5b4d1cb37745987b0b27229ba9bd2601e9511ea80435a From 8863afb947b50539a7bb8b2fb3c027fd0f1a6bcb Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 1 May 2018 09:39:17 -0400 Subject: [PATCH 2/7] Update to 1.20.2 https://github.com/libuv/libuv/blob/v1.20.2/ChangeLog Signed-off-by: Stephen Gallagher --- .gitignore | 1 + libuv.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5c5a96d..4e0ccf3 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /libuv-v1.19.1.tar.gz /libuv-v1.19.2.tar.gz /libuv-v1.20.0.tar.gz +/libuv-v1.20.2.tar.gz diff --git a/libuv.spec b/libuv.spec index 04707e8..33c90aa 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,6 +1,6 @@ Name: libuv Epoch: 1 -Version: 1.20.0 +Version: 1.20.2 Release: 1%{?dist} Summary: Platform layer for node.js @@ -67,6 +67,10 @@ rm -f %{buildroot}%{_libdir}/libuv.la %{_libdir}/%{name}.a %changelog +* Tue May 01 2018 Stephen Gallagher - 1.20.2-1 +- Update to 1.20.2 +- https://github.com/libuv/libuv/blob/v1.20.2/ChangeLog + * Tue Apr 03 2018 Igor Gnatenko - 1:1.20.0-1 - Update to 1.20.0 diff --git a/sources b/sources index d037898..84e670a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libuv-v1.20.0.tar.gz) = c341ea995d57cd6ce4adf18a4558c48d54bb3cdc7434813c0901b7278673c0231976bd08c39aae7c6ce5b4d1cb37745987b0b27229ba9bd2601e9511ea80435a +SHA512 (libuv-v1.20.2.tar.gz) = e39ba5d2fab83d735a1b3bb3191e1ce970c78d3d8745b9d0aa0d2c32bd82c84ff0899cb5c06a4a8b2734d010a59653807374e38a364835d12d3c1d208c33b754 From db8ffab1c1559b150fb0ba58fcaece69c0a5c23f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 9 May 2018 11:06:26 -0400 Subject: [PATCH 3/7] Update to 1.20.3 https://github.com/libuv/libuv/blob/v1.20.3/ChangeLog Signed-off-by: Stephen Gallagher --- .gitignore | 1 + libuv.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4e0ccf3..d85fa51 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /libuv-v1.19.2.tar.gz /libuv-v1.20.0.tar.gz /libuv-v1.20.2.tar.gz +/libuv-v1.20.3.tar.gz diff --git a/libuv.spec b/libuv.spec index 33c90aa..88b8fab 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,6 +1,6 @@ Name: libuv Epoch: 1 -Version: 1.20.2 +Version: 1.20.3 Release: 1%{?dist} Summary: Platform layer for node.js @@ -67,6 +67,10 @@ rm -f %{buildroot}%{_libdir}/libuv.la %{_libdir}/%{name}.a %changelog +* Wed May 09 2018 Stephen Gallagher - 1.20.3-1 +- Update to 1.20.3 +- https://github.com/libuv/libuv/blob/v1.20.3/ChangeLog + * Tue May 01 2018 Stephen Gallagher - 1.20.2-1 - Update to 1.20.2 - https://github.com/libuv/libuv/blob/v1.20.2/ChangeLog diff --git a/sources b/sources index 84e670a..b90b5c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libuv-v1.20.2.tar.gz) = e39ba5d2fab83d735a1b3bb3191e1ce970c78d3d8745b9d0aa0d2c32bd82c84ff0899cb5c06a4a8b2734d010a59653807374e38a364835d12d3c1d208c33b754 +SHA512 (libuv-v1.20.3.tar.gz) = 9535b92c8ca6e4a17a8e4536d473e1f63dabb3c3c58e4807e11ccf153064e9491c713f9edfe16b24b5066f4f6ad13be8e7fba523ba589f9d5a91e531b6009ec8 From 85d52456b1c01e7cbfd4460d89f8e65c4b1435a3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 6 Jul 2018 09:29:39 -0400 Subject: [PATCH 4/7] Update to 1.21.0 https://github.com/libuv/libuv/blob/v1.21.0/ChangeLog Signed-off-by: Stephen Gallagher --- .gitignore | 1 + libuv.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d85fa51..66c8321 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /libuv-v1.20.0.tar.gz /libuv-v1.20.2.tar.gz /libuv-v1.20.3.tar.gz +/libuv-1.21.0-1.fc28.src.rpm diff --git a/libuv.spec b/libuv.spec index 88b8fab..842581a 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,6 +1,6 @@ Name: libuv Epoch: 1 -Version: 1.20.3 +Version: 1.21.0 Release: 1%{?dist} Summary: Platform layer for node.js @@ -61,12 +61,17 @@ rm -f %{buildroot}%{_libdir}/libuv.la %files devel %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc -%{_includedir}/uv*.h +%{_includedir}/uv.h +%{_includedir}/uv/ %files static %{_libdir}/%{name}.a %changelog +* Fri Jul 06 2018 Stephen Gallagher - 1.21.0-1 +- Update to 1.21.0 +- https://github.com/libuv/libuv/blob/v1.21.0/ChangeLog + * Wed May 09 2018 Stephen Gallagher - 1.20.3-1 - Update to 1.20.3 - https://github.com/libuv/libuv/blob/v1.20.3/ChangeLog diff --git a/sources b/sources index b90b5c4..71161d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libuv-v1.20.3.tar.gz) = 9535b92c8ca6e4a17a8e4536d473e1f63dabb3c3c58e4807e11ccf153064e9491c713f9edfe16b24b5066f4f6ad13be8e7fba523ba589f9d5a91e531b6009ec8 +SHA512 (libuv-1.21.0-1.fc28.src.rpm) = ee4615823319567763aaef01c903934a97bcfb22ae86997117bccc070e825bf8a7319ee88856943a58b003839deb9a7527731735ed30a8ba2094297eabca5e5f From 4978a9737d6d29465be8be4404d74226c5958805 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 6 Jul 2018 09:33:35 -0400 Subject: [PATCH 5/7] Add multi-stream build config Signed-off-by: Stephen Gallagher --- .package | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .package diff --git a/.package b/.package new file mode 100644 index 0000000..e369e7d --- /dev/null +++ b/.package @@ -0,0 +1,2 @@ +[koji] +targets = fedora From 0b450b1d22133cfab30b7bd4b3dd278e20d7bd14 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 6 Jul 2018 09:42:28 -0400 Subject: [PATCH 6/7] Fix source upload --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 66c8321..e2160be 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /libuv-v1.20.2.tar.gz /libuv-v1.20.3.tar.gz /libuv-1.21.0-1.fc28.src.rpm +/libuv-v1.21.0.tar.gz diff --git a/sources b/sources index 71161d3..dc74fcf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libuv-1.21.0-1.fc28.src.rpm) = ee4615823319567763aaef01c903934a97bcfb22ae86997117bccc070e825bf8a7319ee88856943a58b003839deb9a7527731735ed30a8ba2094297eabca5e5f +SHA512 (libuv-v1.21.0.tar.gz) = 643ec3fc7c1f42e33f54a4cca5ed33a4128e12619036d1deb2b9b57bbb38ded2e4298b9a7340916d996e374fa81861cef0eecf8a8837803cfc5073f19903d1c7 From ffd273cbf428bb6a3ef21d870533a043d3aad53a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 16 Jul 2018 14:27:14 -0400 Subject: [PATCH 7/7] Update to 1.22.0 https://github.com/libuv/libuv/blob/v1.22.0/ChangeLog Signed-off-by: Stephen Gallagher --- .gitignore | 1 + libuv.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e2160be..c68b7f5 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /libuv-v1.20.3.tar.gz /libuv-1.21.0-1.fc28.src.rpm /libuv-v1.21.0.tar.gz +/libuv-v1.22.0.tar.gz diff --git a/libuv.spec b/libuv.spec index 842581a..f20a946 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,6 +1,6 @@ Name: libuv Epoch: 1 -Version: 1.21.0 +Version: 1.22.0 Release: 1%{?dist} Summary: Platform layer for node.js @@ -68,6 +68,10 @@ rm -f %{buildroot}%{_libdir}/libuv.la %{_libdir}/%{name}.a %changelog +* Mon Jul 16 2018 Stephen Gallagher - 1.22.0-1 +- Update to 1.22.0 +- https://github.com/libuv/libuv/blob/v1.22.0/ChangeLog + * Fri Jul 06 2018 Stephen Gallagher - 1.21.0-1 - Update to 1.21.0 - https://github.com/libuv/libuv/blob/v1.21.0/ChangeLog diff --git a/sources b/sources index dc74fcf..07e723d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libuv-v1.21.0.tar.gz) = 643ec3fc7c1f42e33f54a4cca5ed33a4128e12619036d1deb2b9b57bbb38ded2e4298b9a7340916d996e374fa81861cef0eecf8a8837803cfc5073f19903d1c7 +SHA512 (libuv-v1.22.0.tar.gz) = 2c70e75bd41ec5b86706686d0fc25fe57fdacc7943f4cc49f5f74f229739416a2a655df258ec34906756224ae91cdb31f27ba82e58ec4a8f30d143b4a844aad4