- Update to 0.7.5
This commit is contained in:
parent
546d832366
commit
726b2d1f30
@ -1 +1 @@
|
|||||||
vala-0.7.4.tar.bz2
|
vala-0.7.5.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
c2bd7765e49e9c1b5fddc9e0aa69a927 vala-0.7.4.tar.bz2
|
a102d582b2ac75b6bcdc5785683263fc vala-0.7.5.tar.bz2
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- vala-0.7.4/codegen/valatyperegisterfunction.c.moduleinit 2009-06-14 12:53:17.000000000 -0400
|
|
||||||
+++ vala-0.7.4/codegen/valatyperegisterfunction.c 2009-07-14 15:16:16.546338051 -0400
|
|
||||||
@@ -238,7 +238,7 @@
|
|
||||||
if (!plugin) {
|
|
||||||
vala_ccode_block_add_statement (type_block, (ValaCCodeNode*) _cdecl_);
|
|
||||||
} else {
|
|
||||||
- vala_ccode_fragment_append (self->priv->definition_fragment, (ValaCCodeNode*) _cdecl_);
|
|
||||||
+ vala_ccode_fragment_append (self->priv->declaration_fragment, (ValaCCodeNode*) _cdecl_);
|
|
||||||
}
|
|
||||||
fun = NULL;
|
|
||||||
if (!plugin) {
|
|
10
vala.spec
10
vala.spec
@ -14,8 +14,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.7.4
|
Version: 0.7.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern programming language for GNOME
|
Summary: A modern programming language for GNOME
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -25,8 +25,6 @@ URL: http://live.gnome.org/Vala
|
|||||||
Source0: http://download.gnome.org/sources/vala/0.7/vala-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/vala/0.7/vala-%{version}.tar.bz2
|
||||||
Source1: vala-mode.el
|
Source1: vala-mode.el
|
||||||
Source2: vala-init.el
|
Source2: vala-init.el
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=587444
|
|
||||||
Patch0: vala-0.7.4-moduleinit.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: gtk2-devel flex bison devhelp gecko-libs >= 1.9
|
BuildRequires: gtk2-devel flex bison devhelp gecko-libs >= 1.9
|
||||||
@ -116,7 +114,6 @@ An Emacs mode for editing Vala source code.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .moduleinit
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -187,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 20 2009 Michel Salim <salimma@fedoraproject.org> - 0.7.5-1
|
||||||
|
- Update to 0.7.5
|
||||||
|
|
||||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-3
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user