Update to 0.45.3
This commit is contained in:
parent
6a0928719d
commit
0df5b97149
1
.gitignore
vendored
1
.gitignore
vendored
@ -82,3 +82,4 @@
|
|||||||
/vala-0.44.4.tar.xz
|
/vala-0.44.4.tar.xz
|
||||||
/vala-0.44.5.tar.xz
|
/vala-0.44.5.tar.xz
|
||||||
/vala-0.44.6.tar.xz
|
/vala-0.44.6.tar.xz
|
||||||
|
/vala-0.45.3.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vala-0.44.6.tar.xz) = 7b0fa6da3b7ecfe5d6731e64a7803e3dde38e843c269e7bd0d9d92dbbba2823bd17689bceec3e2ee6cf8f7884a5e1e11e1699e98808a32fef2167221bdc7b8a2
|
SHA512 (vala-0.45.3.tar.xz) = ba9eeacf45b2d1f8a87b0097e7b4ba15af7d35c9340957432b2b6acf3d8ede942ad6ee5820e64d9b3ac740653111b920c81f003647b61c569d43489894ddf4b1
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%global api_ver 0.44
|
%global api_ver 0.46
|
||||||
%global priority 90
|
%global priority 90
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.44.6
|
Version: 0.45.3
|
||||||
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.44/vala-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/vala/0.45/vala-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -212,6 +212,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 18 2019 Kalev Lember <klember@redhat.com> - 0.45.3-1
|
||||||
|
- Update to 0.45.3
|
||||||
|
|
||||||
* Tue Jul 16 2019 Kalev Lember <klember@redhat.com> - 0.44.6-1
|
* Tue Jul 16 2019 Kalev Lember <klember@redhat.com> - 0.44.6-1
|
||||||
- Update to 0.44.6
|
- Update to 0.44.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user