Update to 0.34.0
This commit is contained in:
parent
99d6516fe4
commit
3b04cfd26a
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
|||||||
/vala-0.32.0.tar.xz
|
/vala-0.32.0.tar.xz
|
||||||
/vala-0.32.1.tar.xz
|
/vala-0.32.1.tar.xz
|
||||||
/vala-0.33.1.tar.xz
|
/vala-0.33.1.tar.xz
|
||||||
|
/vala-0.34.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
9be534bba7d46467615a7a83adf16cbd vala-0.33.1.tar.xz
|
007bac576467e2e6aae786a5597e102b vala-0.34.0.tar.xz
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
%global priority 90
|
%global priority 90
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.33.1
|
Version: 0.34.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern programming language for GNOME
|
Summary: A modern programming language for GNOME
|
||||||
|
|
||||||
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
|
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
|
||||||
License: LGPLv2+ and BSD
|
License: LGPLv2+ and BSD
|
||||||
URL: https://wiki.gnome.org/Projects/Vala
|
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: flex
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -215,9 +215,9 @@ done
|
|||||||
%{_bindir}/vala-gen-introspect-%{api_ver}
|
%{_bindir}/vala-gen-introspect-%{api_ver}
|
||||||
%{_bindir}/vapicheck-%{api_ver}
|
%{_bindir}/vapicheck-%{api_ver}
|
||||||
%{_bindir}/vapigen-%{api_ver}
|
%{_bindir}/vapigen-%{api_ver}
|
||||||
|
%{_libdir}/pkgconfig/vapigen*.pc
|
||||||
%{_libdir}/vala-%{api_ver}
|
%{_libdir}/vala-%{api_ver}
|
||||||
%{_datadir}/aclocal/vapigen.m4
|
%{_datadir}/aclocal/vapigen.m4
|
||||||
%{_datadir}/pkgconfig/vapigen*.pc
|
|
||||||
%{_datadir}/vala/Makefile.vapigen
|
%{_datadir}/vala/Makefile.vapigen
|
||||||
%ghost %{_mandir}/man1/vala-gen-introspect.1.gz
|
%ghost %{_mandir}/man1/vala-gen-introspect.1.gz
|
||||||
%ghost %{_mandir}/man1/vapigen.1.gz
|
%ghost %{_mandir}/man1/vapigen.1.gz
|
||||||
@ -229,6 +229,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.34.0-1
|
||||||
|
- Update to 0.34.0
|
||||||
|
|
||||||
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 0.33.1-1
|
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 0.33.1-1
|
||||||
- Update to 0.33.1
|
- Update to 0.33.1
|
||||||
- Update project URLs
|
- Update project URLs
|
||||||
|
Loading…
Reference in New Issue
Block a user