diff --git a/.cvsignore b/.cvsignore index 5d004fa..7d0fcb1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vala-0.7.4.tar.bz2 +vala-0.7.5.tar.bz2 diff --git a/sources b/sources index 1bec9d2..2aeb7d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2bd7765e49e9c1b5fddc9e0aa69a927 vala-0.7.4.tar.bz2 +a102d582b2ac75b6bcdc5785683263fc vala-0.7.5.tar.bz2 diff --git a/vala-0.7.4-moduleinit.patch b/vala-0.7.4-moduleinit.patch deleted file mode 100644 index ddd903e..0000000 --- a/vala-0.7.4-moduleinit.patch +++ /dev/null @@ -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) { diff --git a/vala.spec b/vala.spec index c757e90..fd664ef 100644 --- a/vala.spec +++ b/vala.spec @@ -14,8 +14,8 @@ %endif Name: vala -Version: 0.7.4 -Release: 3%{?dist} +Version: 0.7.5 +Release: 1%{?dist} Summary: A modern programming language for GNOME 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 Source1: vala-mode.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) BuildRequires: gtk2-devel flex bison devhelp gecko-libs >= 1.9 @@ -116,7 +114,6 @@ An Emacs mode for editing Vala source code. %prep %setup -q -%patch0 -p1 -b .moduleinit %build @@ -187,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 20 2009 Michel Salim - 0.7.5-1 +- Update to 0.7.5 + * Sun Jul 26 2009 Fedora Release Engineering - 0.7.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild