From 509d753d09928e2aab6b9118072d4075258a27c9 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 13 Feb 2017 14:19:57 +0000 Subject: [PATCH] Update to 0.35.3 --- .gitignore | 1 + sources | 2 +- vala.spec | 12 ++++++------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ee3c7aa..cfc72ae 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /vala-0.34.2.tar.xz /vala-0.34.3.tar.xz /vala-0.34.4.tar.xz +/vala-0.35.3.tar.xz diff --git a/sources b/sources index 6f1fe3d..ec3984e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a856989d749fc5e472a3592b96f9ca48 vala-0.34.4.tar.xz +SHA512 (vala-0.35.3.tar.xz) = 8b514713fe5befedba408a99afc29fe2a0d5b51ad796bf32d80a05796fbb2ed945f45722613f9c2d2dae23f27e2e8cecbf62cfb1f02bfa67513d9872647bb1d6 diff --git a/vala.spec b/vala.spec index 337106e..2901c81 100644 --- a/vala.spec +++ b/vala.spec @@ -2,16 +2,14 @@ %global priority 90 Name: vala -Version: 0.34.4 -Release: 2%{?dist} +Version: 0.35.3 +Release: 1%{?dist} Summary: A modern programming language for GNOME # Most files are LGPLv2.1+, curses.vapi is 2-clause BSD License: LGPLv2+ and BSD URL: https://wiki.gnome.org/Projects/Vala -Source0: https://download.gnome.org/sources/vala/0.34/vala-%{version}.tar.xz -# https://bugzilla.gnome.org/show_bug.cgi?id=775446 -Patch0: 0001-codegen-Add-function-prototypes-for-all-register-typ.patch +Source0: https://download.gnome.org/sources/vala/0.35/vala-%{version}.tar.xz BuildRequires: flex BuildRequires: bison @@ -88,7 +86,6 @@ This package contains documentation in a devhelp HTML book. %prep %setup -q -%patch0 -p1 %build @@ -184,6 +181,9 @@ done %changelog +* Mon Feb 13 2017 Richard Hughes - 0.35.3-1 +- Update to 0.35.3 + * Sat Feb 11 2017 Fedora Release Engineering - 0.34.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild