diff --git a/.gitignore b/.gitignore index 2b8d817..468605b 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /vala-0.32.0.tar.xz /vala-0.32.1.tar.xz /vala-0.33.1.tar.xz +/vala-0.34.0.tar.xz diff --git a/sources b/sources index d2a128d..253b2ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9be534bba7d46467615a7a83adf16cbd vala-0.33.1.tar.xz +007bac576467e2e6aae786a5597e102b vala-0.34.0.tar.xz diff --git a/vala.spec b/vala.spec index e2ab2df..bb68582 100644 --- a/vala.spec +++ b/vala.spec @@ -2,14 +2,14 @@ %global priority 90 Name: vala -Version: 0.33.1 +Version: 0.34.0 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.33/vala-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vala/0.34/vala-%{version}.tar.xz BuildRequires: flex BuildRequires: bison @@ -215,9 +215,9 @@ done %{_bindir}/vala-gen-introspect-%{api_ver} %{_bindir}/vapicheck-%{api_ver} %{_bindir}/vapigen-%{api_ver} +%{_libdir}/pkgconfig/vapigen*.pc %{_libdir}/vala-%{api_ver} %{_datadir}/aclocal/vapigen.m4 -%{_datadir}/pkgconfig/vapigen*.pc %{_datadir}/vala/Makefile.vapigen %ghost %{_mandir}/man1/vala-gen-introspect.1.gz %ghost %{_mandir}/man1/vapigen.1.gz @@ -229,6 +229,9 @@ done %changelog +* Thu Sep 22 2016 Kalev Lember - 0.34.0-1 +- Update to 0.34.0 + * Tue Sep 13 2016 Kalev Lember - 0.33.1-1 - Update to 0.33.1 - Update project URLs