From b27155178a8916772fb629698ece5b7a082209f5 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 14 Aug 2019 13:03:14 +0200 Subject: [PATCH 1/5] Update to 0.44.7 --- .gitignore | 1 + sources | 2 +- vala.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6f3ef31..1fe7d68 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ /vala-0.44.4.tar.xz /vala-0.44.5.tar.xz /vala-0.44.6.tar.xz +/vala-0.44.7.tar.xz diff --git a/sources b/sources index 8ad8272..254d017 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vala-0.44.6.tar.xz) = 7b0fa6da3b7ecfe5d6731e64a7803e3dde38e843c269e7bd0d9d92dbbba2823bd17689bceec3e2ee6cf8f7884a5e1e11e1699e98808a32fef2167221bdc7b8a2 +SHA512 (vala-0.44.7.tar.xz) = 5a645e1b1929644ec6b53d06895afcf62d41d6fd63f82c3be3aa4e28847173071621ec857cb973df38d36e60eb960954c2fb48fb4189e1afcbb25a2376ff0d77 diff --git a/vala.spec b/vala.spec index 123c78b..6490322 100644 --- a/vala.spec +++ b/vala.spec @@ -2,7 +2,7 @@ %global priority 90 Name: vala -Version: 0.44.6 +Version: 0.44.7 Release: 1%{?dist} Summary: A modern programming language for GNOME @@ -212,6 +212,9 @@ fi %changelog +* Wed Aug 14 2019 Kalev Lember - 0.44.7-1 +- Update to 0.44.7 + * Tue Jul 16 2019 Kalev Lember - 0.44.6-1 - Update to 0.44.6 From 06d9f2f8e82760c21f45192c2d4ac42f81085b74 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 19 Sep 2019 21:21:54 +0200 Subject: [PATCH 2/5] Update to 0.44.8 --- .gitignore | 1 + sources | 2 +- vala.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1fe7d68..2cd7747 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ /vala-0.44.5.tar.xz /vala-0.44.6.tar.xz /vala-0.44.7.tar.xz +/vala-0.44.8.tar.xz diff --git a/sources b/sources index 254d017..ae06fda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vala-0.44.7.tar.xz) = 5a645e1b1929644ec6b53d06895afcf62d41d6fd63f82c3be3aa4e28847173071621ec857cb973df38d36e60eb960954c2fb48fb4189e1afcbb25a2376ff0d77 +SHA512 (vala-0.44.8.tar.xz) = 75d0e3815e958c2067764069d3582186a4ae025f2a7bb1f7aa184af51d8d0797be9c21d6bb1485c8e2102fb6fee2d39b3b373660e80f2ad6b0336ba772e01062 diff --git a/vala.spec b/vala.spec index 6490322..91758db 100644 --- a/vala.spec +++ b/vala.spec @@ -2,7 +2,7 @@ %global priority 90 Name: vala -Version: 0.44.7 +Version: 0.44.8 Release: 1%{?dist} Summary: A modern programming language for GNOME @@ -212,6 +212,9 @@ fi %changelog +* Thu Sep 19 2019 Kalev Lember - 0.44.8-1 +- Update to 0.44.8 + * Wed Aug 14 2019 Kalev Lember - 0.44.7-1 - Update to 0.44.7 From e8c2348b0e26de5d40c0f1c123218eeaebde618f Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 9 Oct 2019 13:37:18 +0200 Subject: [PATCH 3/5] Update to 0.44.9 --- .gitignore | 1 + sources | 2 +- vala.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2cd7747..2312910 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,4 @@ /vala-0.44.6.tar.xz /vala-0.44.7.tar.xz /vala-0.44.8.tar.xz +/vala-0.44.9.tar.xz diff --git a/sources b/sources index ae06fda..58e3baf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vala-0.44.8.tar.xz) = 75d0e3815e958c2067764069d3582186a4ae025f2a7bb1f7aa184af51d8d0797be9c21d6bb1485c8e2102fb6fee2d39b3b373660e80f2ad6b0336ba772e01062 +SHA512 (vala-0.44.9.tar.xz) = 9af559a6cb1680013886a4d425e619503d60394f2c7b1ab897cc7830ee566f8122dcd4380b78b551fbf556cead623c245adc1f7f3357b8315be8c120412a3e9f diff --git a/vala.spec b/vala.spec index 91758db..52f498a 100644 --- a/vala.spec +++ b/vala.spec @@ -2,7 +2,7 @@ %global priority 90 Name: vala -Version: 0.44.8 +Version: 0.44.9 Release: 1%{?dist} Summary: A modern programming language for GNOME @@ -212,6 +212,9 @@ fi %changelog +* Wed Oct 09 2019 Kalev Lember - 0.44.9-1 +- Update to 0.44.9 + * Thu Sep 19 2019 Kalev Lember - 0.44.8-1 - Update to 0.44.8 From 56802f745c1cf1498d7476d7e210d118728b05e1 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 11 Nov 2019 09:59:03 +0100 Subject: [PATCH 4/5] Update to 0.44.10 --- .gitignore | 1 + sources | 2 +- vala.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2312910..fc3913c 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ /vala-0.44.7.tar.xz /vala-0.44.8.tar.xz /vala-0.44.9.tar.xz +/vala-0.44.10.tar.xz diff --git a/sources b/sources index 58e3baf..bfb3b39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vala-0.44.9.tar.xz) = 9af559a6cb1680013886a4d425e619503d60394f2c7b1ab897cc7830ee566f8122dcd4380b78b551fbf556cead623c245adc1f7f3357b8315be8c120412a3e9f +SHA512 (vala-0.44.10.tar.xz) = 2d90cc76e76c77171cb33088df034b55f8152e078fb956032a6cecabfe9c319420577eb41b74b52c24944b672fb94dfedc75897169a2de29d6ed59b1d9a12032 diff --git a/vala.spec b/vala.spec index 52f498a..5a48b6f 100644 --- a/vala.spec +++ b/vala.spec @@ -2,7 +2,7 @@ %global priority 90 Name: vala -Version: 0.44.9 +Version: 0.44.10 Release: 1%{?dist} Summary: A modern programming language for GNOME @@ -212,6 +212,9 @@ fi %changelog +* Mon Nov 11 2019 Kalev Lember - 0.44.10-1 +- Update to 0.44.10 + * Wed Oct 09 2019 Kalev Lember - 0.44.9-1 - Update to 0.44.9 From 47fbfaf07999e1dc4c6924a8347d8299cdcc6679 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 18 Nov 2019 12:57:43 +0100 Subject: [PATCH 5/5] Update to 0.44.11 --- .gitignore | 1 + sources | 2 +- vala.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fc3913c..30d7ec1 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ /vala-0.44.8.tar.xz /vala-0.44.9.tar.xz /vala-0.44.10.tar.xz +/vala-0.44.11.tar.xz diff --git a/sources b/sources index bfb3b39..623d465 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vala-0.44.10.tar.xz) = 2d90cc76e76c77171cb33088df034b55f8152e078fb956032a6cecabfe9c319420577eb41b74b52c24944b672fb94dfedc75897169a2de29d6ed59b1d9a12032 +SHA512 (vala-0.44.11.tar.xz) = 6111699039ed37084426d7603b82dfa9bd497c66ba7353ee22e8541bf15a2cbb634d315593c093f18c20bac877ae34884e5b570cd25237ce12aa73e941c4c540 diff --git a/vala.spec b/vala.spec index 5a48b6f..f98a702 100644 --- a/vala.spec +++ b/vala.spec @@ -2,7 +2,7 @@ %global priority 90 Name: vala -Version: 0.44.10 +Version: 0.44.11 Release: 1%{?dist} Summary: A modern programming language for GNOME @@ -212,6 +212,9 @@ fi %changelog +* Mon Nov 18 2019 Kalev Lember - 0.44.11-1 +- Update to 0.44.11 + * Mon Nov 11 2019 Kalev Lember - 0.44.10-1 - Update to 0.44.10