Update to 0.33.1
This commit is contained in:
parent
7e0673767c
commit
3c153986ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
|||||||
/vala-0.31.1.tar.xz
|
/vala-0.31.1.tar.xz
|
||||||
/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
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
755881770bffac020b5ea5f625fbe528 vala-0.32.1.tar.xz
|
9be534bba7d46467615a7a83adf16cbd vala-0.33.1.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global api_ver 0.32
|
%global api_ver 0.34
|
||||||
%global priority 90
|
%global priority 90
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.32.1
|
Version: 0.33.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern programming language for GNOME
|
Summary: A modern programming language for GNOME
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ URL: http://live.gnome.org/Vala
|
|||||||
# note: do not use a macro for directory name
|
# note: do not use a macro for directory name
|
||||||
# as it breaks Colin Walters' automatic build script
|
# as it breaks Colin Walters' automatic build script
|
||||||
# see https://bugzilla.redhat.com/show_bug.cgi?id=609292
|
# see https://bugzilla.redhat.com/show_bug.cgi?id=609292
|
||||||
Source0: http://download.gnome.org/sources/vala/0.32/vala-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/vala/0.33/vala-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -233,6 +233,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 0.33.1-1
|
||||||
|
- Update to 0.33.1
|
||||||
|
|
||||||
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 0.32.1-1
|
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 0.32.1-1
|
||||||
- Update to 0.32.1
|
- Update to 0.32.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user