elmarco / rpms / vala

Forked from rpms/vala 2 years ago
Clone
bc841a7
%global api_ver 0.54
b76d942
%global priority 90
4b69f9e
30c0323
Name:           vala
bc841a7
Version:        0.53.1
87ee8d0
Release:        2%{?dist}
30c0323
Summary:        A modern programming language for GNOME
30c0323
4a34b0c
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
3ca905c
License:        LGPLv2+ and BSD
99d6516
URL:            https://wiki.gnome.org/Projects/Vala
bc841a7
Source0:        https://download.gnome.org/sources/vala/0.53/vala-%{version}.tar.xz
87ee8d0
Patch0001:      0001-codegen-Add-missing-cast-to-access-base-class-member.patch
d5a55e1
137d84f
BuildRequires:  bison
c05d703
BuildRequires:  flex
137d84f
BuildRequires:  glib2-devel
d5a55e1
BuildRequires:  gobject-introspection-devel
d5a55e1
BuildRequires:  graphviz-devel
137d84f
BuildRequires:  libxslt
c05d703
BuildRequires:  make
467f408
# only if Vala source files are patched
49fca2d
#BuildRequires:  vala
a42d7fe
a42d7fe
# for tests
fcb9ef8
BuildRequires:  dbus-x11
467f408
d1bd59d
Requires: libvala%{?_isa} = %{version}-%{release}
d1bd59d
d0d876f
# For GLib-2.0 and GObject-2.0 .gir files
d0d876f
Requires: gobject-introspection-devel
d0d876f
959d5e9
Provides: vala(api) = %{api_ver}
959d5e9
30c0323
%description
30c0323
Vala is a new programming language that aims to bring modern programming
30c0323
language features to GNOME developers without imposing any additional
30c0323
runtime requirements and without using a different ABI compared to
30c0323
applications and libraries written in C.
30c0323
30c0323
valac, the Vala compiler, is a self-hosting compiler that translates
30c0323
Vala source code into C source and header files. It uses the GObject
30c0323
type system to create classes and interfaces declared in the Vala source
30c0323
code. It's also planned to generate GIDL files when gobject-
30c0323
introspection is ready.
30c0323
30c0323
The syntax of Vala is similar to C#, modified to better fit the GObject
30c0323
type system.
30c0323
30c0323
d1bd59d
%package -n     libvala
d1bd59d
Summary:        Vala compiler library
30c0323
d1bd59d
%description -n libvala
fbc625e
Vala is a new programming language that aims to bring modern programming
fbc625e
language features to GNOME developers without imposing any additional
fbc625e
runtime requirements and without using a different ABI compared to
fbc625e
applications and libraries written in C.
fbc625e
d1bd59d
This package contains the shared libvala library.
d1bd59d
d1bd59d
d1bd59d
%package -n     libvala-devel
d1bd59d
Summary:        Development files for libvala
d1bd59d
Requires:       libvala%{?_isa} = %{version}-%{release}
d1bd59d
# Renamed in F30
d1bd59d
Provides:       vala-devel = %{version}-%{release}
d1bd59d
d1bd59d
%description -n libvala-devel
d1bd59d
Vala is a new programming language that aims to bring modern programming
d1bd59d
language features to GNOME developers without imposing any additional
d1bd59d
runtime requirements and without using a different ABI compared to
d1bd59d
applications and libraries written in C.
d1bd59d
d1bd59d
This package contains development files for libvala. This is not
a0f685d
necessary for using the %{name} compiler.
30c0323
33b29c7
680e0a2
%package        doc
fbc625e
Summary:        Documentation for %{name}
fbc625e
License:        LGPLv2+
0f2d175
Michel Alexandre Salim 619c1c5
BuildArch:      noarch
fbc625e
Requires:       %{name} = %{version}-%{release}
fbc625e
Requires:       devhelp
680e0a2
680e0a2
%description    doc
fbc625e
Vala is a new programming language that aims to bring modern programming
fbc625e
language features to GNOME developers without imposing any additional
fbc625e
runtime requirements and without using a different ABI compared to
fbc625e
applications and libraries written in C.
fbc625e
fbc625e
This package contains documentation in a devhelp HTML book.
eee8d9d
30c0323
d5a55e1
%package -n     valadoc
d5a55e1
Summary:        Vala documentation generator
d5a55e1
Requires:       %{name}%{?_isa} = %{version}-%{release}
d5a55e1
d5a55e1
%description -n valadoc
d5a55e1
Valadoc is a documentation generator for generating API documentation from Vala
d5a55e1
source code.
d5a55e1
d5a55e1
d5a55e1
%package -n     valadoc-devel
d5a55e1
Summary:        Development files for valadoc
d5a55e1
Requires:       valadoc%{?_isa} = %{version}-%{release}
d5a55e1
d5a55e1
%description -n valadoc-devel
d5a55e1
Valadoc is a documentation generator for generating API documentation from Vala
d5a55e1
source code.
d5a55e1
d5a55e1
The valadoc-devel package contains libraries and header files for
d5a55e1
developing applications that use valadoc.
d5a55e1
d5a55e1
30c0323
%prep
d5a55e1
%autosetup -p1
30c0323
30c0323
30c0323
%build
f76a6e4
%configure
30c0323
# Don't use rpath!
0de32ae
sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
30c0323
make %{?_smp_mflags}
30c0323
30c0323
30c0323
%install
8cf71f8
%make_install
749bcb7
2f7f48f
# Avoid multilib conflicts in vala-gen-introspect
2f7f48f
mv %{buildroot}%{_bindir}/vala-gen-introspect-%{api_ver}{,-`uname -m`}
2f7f48f
echo -e '#!/bin/sh\nexec %{_bindir}/vala-gen-introspect-%{api_ver}-`uname -m` "$@"' > \
2f7f48f
  %{buildroot}%{_bindir}/vala-gen-introspect-%{api_ver}
2f7f48f
  chmod +x %{buildroot}%{_bindir}/vala-gen-introspect-%{api_ver}
2f7f48f
063b0b0
find %{buildroot} -name '*.la' -exec rm -f {} ';'
30c0323
0de32ae
0de32ae
%check
fcb9ef8
make check
0de32ae
0de32ae
30c0323
%files
5b90746
%license COPYING
749bcb7
%{_bindir}/vala
82b21cc
%{_bindir}/vala-%{api_ver}
749bcb7
%{_bindir}/valac
82b21cc
%{_bindir}/valac-%{api_ver}
749bcb7
%{_bindir}/vala-gen-introspect
2f7f48f
%{_bindir}/vala-gen-introspect-%{api_ver}*
749bcb7
%{_bindir}/vapigen
4b69f9e
%{_bindir}/vapigen-%{api_ver}
3b04cfd
%{_libdir}/pkgconfig/vapigen*.pc
82b21cc
%{_libdir}/vala-%{api_ver}/
82b21cc
%{_datadir}/aclocal/vala.m4
12a5958
%{_datadir}/aclocal/vapigen.m4
82b21cc
%{_datadir}/vala/
82b21cc
%{_datadir}/vala-%{api_ver}/
4cbb746
%{_mandir}/man1/valac.1*
4cbb746
%{_mandir}/man1/valac-%{api_ver}.1*
4cbb746
%{_mandir}/man1/vala-gen-introspect.1*
4cbb746
%{_mandir}/man1/vala-gen-introspect-%{api_ver}.1*
4cbb746
%{_mandir}/man1/vapigen.1*
4cbb746
%{_mandir}/man1/vapigen-%{api_ver}.1*
eee8d9d
d1bd59d
%files -n libvala
d1bd59d
%license COPYING
d1bd59d
%{_libdir}/libvala-%{api_ver}.so.*
d1bd59d
d1bd59d
%files -n libvala-devel
82b21cc
%{_includedir}/vala-%{api_ver}
82b21cc
%{_libdir}/libvala-%{api_ver}.so
82b21cc
%{_libdir}/pkgconfig/libvala-%{api_ver}.pc
82b21cc
680e0a2
%files doc
0f2d175
%doc %{_datadir}/devhelp/books/vala-%{api_ver}
fbc625e
d5a55e1
%files -n valadoc
d5a55e1
%{_bindir}/valadoc
d5a55e1
%{_bindir}/valadoc-%{api_ver}
d5a55e1
%{_libdir}/libvaladoc-%{api_ver}.so.0*
1a13009
%{_libdir}/valadoc-%{api_ver}/
1a13009
%{_datadir}/valadoc-%{api_ver}/
d5a55e1
%{_mandir}/man1/valadoc-%{api_ver}.1*
d5a55e1
%{_mandir}/man1/valadoc.1*
d5a55e1
d5a55e1
%files -n valadoc-devel
d5a55e1
%{_includedir}/valadoc-%{api_ver}/
d5a55e1
%{_libdir}/libvaladoc-%{api_ver}.so
d5a55e1
%{_libdir}/pkgconfig/valadoc-%{api_ver}.pc
d5a55e1
30c0323
30c0323
%changelog
87ee8d0
* Tue Aug 31 2021 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.53.1-2
87ee8d0
- Fix regression with class members access. Resolves: rhbz#1999471
87ee8d0
bc841a7
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 0.53.1-1
bc841a7
- Update to 0.53.1
be2fbae
- Drop obsolete vala-tools virtual provide
bc841a7
118e893
* Mon Aug 16 2021 Kalev Lember <klember@redhat.com> - 0.52.5-1
118e893
- Update to 0.52.5
118e893
fe4b046
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.52.4-2
fe4b046
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
fe4b046
cffc67a
* Mon Jun 21 2021 Kalev Lember <klember@redhat.com> - 0.52.4-1
cffc67a
- Update to 0.52.4
cffc67a
92d33fd
* Wed May 05 2021 Kalev Lember <klember@redhat.com> - 0.52.3-1
92d33fd
- Update to 0.52.3
92d33fd
943fc35
* Tue Apr 13 2021 Kalev Lember <klember@redhat.com> - 0.52.2-1
943fc35
- Update to 0.52.2
477efcc
- Drop no longer needed alternatives cleanup pre scripts
d645ff6
- Drop old obsoletes and provides
943fc35
e8b418c
* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 0.48.15-1
e8b418c
- Update to 0.48.15
e8b418c
0a6b6c7
* Sun Feb 28 2021 Kalev Lember <klember@redhat.com> - 0.48.14-1
0a6b6c7
- Update to 0.48.14
0a6b6c7
f6f37a0
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.48.13-2
f6f37a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f6f37a0
2dae252
* Sat Jan 16 2021 Kalev Lember <klember@redhat.com> - 0.48.13-1
2dae252
- Update to 0.48.13
2dae252
2f7f48f
* Fri Jan 15 2021 Kalev Lember <klember@redhat.com> - 0.48.12-2
2f7f48f
- Fix multilib conflicts in vala-gen-introspect
2f7f48f
6111262
* Thu Nov 19 2020 Kalev Lember <klember@redhat.com> - 0.48.12-1
6111262
- Update to 0.48.12
6111262
7d0dd07
* Tue Sep 29 2020 Kalev Lember <klember@redhat.com> - 0.48.11-1
7d0dd07
- Update to 0.48.11
7d0dd07
dbbe78b
* Sun Sep 06 2020 Kalev Lember <klember@redhat.com> - 0.48.10-1
dbbe78b
- Update to 0.48.10
dbbe78b
a564c25
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 0.48.9-1
a564c25
- Update to 0.48.9
a564c25
e93b5f5
* Wed Jul 29 2020 Kalev Lember <klember@redhat.com> - 0.48.8-1
e93b5f5
- Update to 0.48.8
e93b5f5
14c4e8c
* Mon Jul 20 2020 Kalev Lember <klember@redhat.com> - 0.48.7-1
14c4e8c
- Update to 0.48.7
14c4e8c
04275cc
* Mon May 18 2020 Kalev Lember <klember@redhat.com> - 0.48.6-1
04275cc
- Update to 0.48.6
04275cc
2a7de4d
* Thu Apr 23 2020 Kalev Lember <klember@redhat.com> - 0.48.5-1
2a7de4d
- Update to 0.48.5
2a7de4d
a4f0213
* Wed Apr 22 2020 Kalev Lember <klember@redhat.com> - 0.48.4-1
a4f0213
- Update to 0.48.4
a4f0213
dad1366
* Mon Apr 06 2020 Kalev Lember <klember@redhat.com> - 0.48.3-1
dad1366
- Update to 0.48.3
dad1366
72c313f
* Tue Mar 24 2020 Kalev Lember <klember@redhat.com> - 0.48.2-1
72c313f
- Update to 0.48.2
72c313f
5eccfe6
* Wed Mar 11 2020 Kalev Lember <klember@redhat.com> - 0.48.1-1
5eccfe6
- Update to 0.48.1
5eccfe6
2ef14d6
* Wed Mar 04 2020 Kalev Lember <klember@redhat.com> - 0.48.0-1
2ef14d6
- Update to 0.48.0
2ef14d6
cd23bcc
* Mon Feb 24 2020 Kalev Lember <klember@redhat.com> - 0.47.92-1
cd23bcc
- Update to 0.47.92
cd23bcc
39b6321
* Mon Feb 17 2020 Kalev Lember <klember@redhat.com> - 0.47.91-1
39b6321
- Update to 0.47.91
39b6321
52433a8
* Tue Feb 04 2020 Kalev Lember <klember@redhat.com> - 0.47.4-1
52433a8
- Update to 0.47.4
52433a8
9c822f1
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.47.3-2
9c822f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
9c822f1
1603864
* Fri Jan 24 2020 Kalev Lember <klember@redhat.com> - 0.47.3-1
1603864
- Update to 0.47.3
1603864
182f1b1
* Mon Nov 18 2019 Kalev Lember <klember@redhat.com> - 0.46.5-1
182f1b1
- Update to 0.46.5
182f1b1
4191e20
* Mon Nov 11 2019 Kalev Lember <klember@redhat.com> - 0.46.4-1
4191e20
- Update to 0.46.4
4191e20
5f79d50
* Wed Oct 09 2019 Kalev Lember <klember@redhat.com> - 0.46.3-1
5f79d50
- Update to 0.46.3
5f79d50
3d46f79
* Mon Sep 30 2019 Kalev Lember <klember@redhat.com> - 0.46.2-1
3d46f79
- Update to 0.46.2
3d46f79
9cbf976
* Mon Sep 16 2019 Kalev Lember <klember@redhat.com> - 0.46.1-1
9cbf976
- Update to 0.46.1
9cbf976
7ad8bbc
* Thu Sep 05 2019 Kalev Lember <klember@redhat.com> - 0.46.0-1
7ad8bbc
- Update to 0.46.0
7ad8bbc
0bbe33a
* Mon Aug 19 2019 Kalev Lember <klember@redhat.com> - 0.45.91-1
0bbe33a
- Update to 0.45.91
0bbe33a
1a13009
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 0.45.90-1
1a13009
- Update to 0.45.90
1a13009
19092c7
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.45.3-2
19092c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
19092c7
0df5b97
* Thu Jul 18 2019 Kalev Lember <klember@redhat.com> - 0.45.3-1
0df5b97
- Update to 0.45.3
0df5b97
6a09287
* Tue Jul 16 2019 Kalev Lember <klember@redhat.com> - 0.44.6-1
6a09287
- Update to 0.44.6
6a09287
22ed339
* Mon Jun 17 2019 Kalev Lember <klember@redhat.com> - 0.44.5-1
22ed339
- Update to 0.44.5
22ed339
e1f5c5c
* Wed Jun 05 2019 Kalev Lember <klember@redhat.com> - 0.44.4-1
e1f5c5c
- Update to 0.44.4
e1f5c5c
cb6c577
* Mon Apr 08 2019 Kalev Lember <klember@redhat.com> - 0.44.3-1
cb6c577
- Update to 0.44.3
cb6c577
a652a83
* Sun Mar 31 2019 Kalev Lember <klember@redhat.com> - 0.44.2-1
a652a83
- Update to 0.44.2
a652a83
7a5985f
* Mon Mar 18 2019 Kalev Lember <klember@redhat.com> - 0.44.1-1
7a5985f
- Update to 0.44.1
7a5985f
0890ec1
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 0.44.0-1
0890ec1
- Update to 0.44.0
0890ec1
990917c
* Sun Mar 03 2019 Kalev Lember <klember@redhat.com> - 0.43.92-1
990917c
- Update to 0.43.92
990917c
3255b00
* Thu Feb 21 2019 Kalev Lember <klember@redhat.com> - 0.43.91-1
3255b00
- Update to 0.43.91
3255b00
749bcb7
* Tue Feb 12 2019 Kalev Lember <klember@redhat.com> - 0.43.90-2
749bcb7
- Drop the alternatives system
749bcb7
894bbe8
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 0.43.90-1
894bbe8
- Update to 0.43.90
894bbe8
5c7b3d1
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.43.6-3
5c7b3d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5c7b3d1
d21fb35
* Tue Jan 29 2019 Pete Walter <pwalter@fedoraproject.org> - 0.43.6-2
d21fb35
- Bump vala-devel obsoletes version
d21fb35
6422570
* Tue Jan 22 2019 Kalev Lember <klember@redhat.com> - 0.43.6-1
6422570
- Update to 0.43.6
6422570
1974fce
* Mon Jan 07 2019 Kalev Lember <klember@redhat.com> - 0.43.4-1
1974fce
- Update to 0.43.4
1974fce
c9e3e7a
* Thu Dec 27 2018 Kalev Lember <klember@redhat.com> - 0.42.4-1
c9e3e7a
- Update to 0.42.4
c9e3e7a
d1bd59d
* Mon Nov 12 2018 Kalev Lember <klember@redhat.com> - 0.42.3-2
d1bd59d
- Split out libvala subpackage with the shared library (#1499590)
d1bd59d
- Rename vala-devel to libvala-devel to match with the libvala package
d1bd59d
36aee04
* Wed Nov 07 2018 Kalev Lember <klember@redhat.com> - 0.42.3-1
36aee04
- Update to 0.42.3
36aee04
d9dc806
* Mon Sep 24 2018 Kalev Lember <klember@redhat.com> - 0.42.2-1
d9dc806
- Update to 0.42.2
d9dc806
146bfe5
* Mon Sep 17 2018 Kalev Lember <klember@redhat.com> - 0.42.1-1
146bfe5
- Update to 0.42.1
146bfe5
c504e2e
* Wed Sep 05 2018 Kalev Lember <klember@redhat.com> - 0.42.0-1
c504e2e
- Update to 0.42.0
c504e2e
faf22eb
* Sun Aug 12 2018 Kalev Lember <klember@redhat.com> - 0.41.91-1
faf22eb
- Update to 0.41.91
faf22eb
6110806
* Mon Aug 06 2018 Kalev Lember <klember@redhat.com> - 0.41.90-1
6110806
- Update to 0.41.90
6110806
20976dd
* Wed Jul 25 2018 Kalev Lember <klember@redhat.com> - 0.40.8-1
20976dd
- Update to 0.40.8
20976dd
d566b1f
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.7-2
d566b1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d566b1f
d2de5f3
* Tue Jun 26 2018 Kalev Lember <klember@redhat.com> - 0.40.7-1
d2de5f3
- Update to 0.40.7
d2de5f3
689c214
* Mon May 21 2018 Kalev Lember <klember@redhat.com> - 0.40.6-1
689c214
- Update to 0.40.6
689c214
66aa3ee
* Mon May 21 2018 Kalev Lember <klember@redhat.com> - 0.40.5-1
66aa3ee
- Update to 0.40.5
66aa3ee
6749e56
* Mon Apr 16 2018 Kalev Lember <klember@redhat.com> - 0.40.4-1
6749e56
- Update to 0.40.4
6749e56
5a5f2df
* Sun Apr 08 2018 Kalev Lember <klember@redhat.com> - 0.40.3-1
5a5f2df
- Update to 0.40.3
5a5f2df
ccde103
* Wed Mar 28 2018 Kalev Lember <klember@redhat.com> - 0.40.2-1
ccde103
- Update to 0.40.2
ccde103
69b12c2
* Mon Mar 26 2018 Kalev Lember <klember@redhat.com> - 0.40.1-1
69b12c2
- Update to 0.40.1
69b12c2
ded853c
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 0.40.0-1
ded853c
- Update to 0.40.0
ded853c
59d7c37
* Fri Mar 02 2018 Kalev Lember <klember@redhat.com> - 0.39.92-1
59d7c37
- Update to 0.39.92
59d7c37
1fe88f4
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.39.7-2
1fe88f4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1fe88f4
b43a933
* Sun Feb 04 2018 Kalev Lember <klember@redhat.com> - 0.39.7-1
b43a933
- Update to 0.39.7
b43a933
1b4a2a5
* Tue Jan 30 2018 Kalev Lember <klember@redhat.com> - 0.39.6-1
1b4a2a5
- Update to 0.39.6
6bbde60
- Drop ldconfig scriptlets
1b4a2a5
eafa2cb
* Fri Jan 19 2018 Kalev Lember <klember@redhat.com> - 0.39.5-1
eafa2cb
- Update to 0.39.5
eafa2cb
67cec93
* Wed Jan 03 2018 Kalev Lember <klember@redhat.com> - 0.39.3-1
67cec93
- Update to 0.39.3
67cec93
8749002
* Wed Dec 20 2017 Kalev Lember <klember@redhat.com> - 0.39.2-1
8749002
- Update to 0.39.2
8749002
d3b1e08
* Mon Dec 11 2017 Kalev Lember <klember@redhat.com> - 0.38.4-1
d3b1e08
- Update to 0.38.4
d3b1e08
9d8b7d0
* Thu Nov 09 2017 Kalev Lember <klember@redhat.com> - 0.38.3-1
9d8b7d0
- Update to 0.38.3
9d8b7d0
ba231d8
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 0.38.2-1
ba231d8
- Update to 0.38.2
ba231d8
49fca2d
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 0.38.1-1
49fca2d
- Update to 0.38.1
49fca2d
f86cfe5
* Fri Sep 08 2017 Kalev Lember <klember@redhat.com> - 0.38.0-2
f86cfe5
- Backport a patch to fix baobab (bgo#787419)
f86cfe5
97b78a5
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 0.38.0-1
97b78a5
- Update to 0.38.0
97b78a5
1601d97
* Mon Aug 28 2017 Kalev Lember <klember@redhat.com> - 0.37.91-1
1601d97
- Update to 0.37.91
1601d97
f5aac33
* Mon Aug 21 2017 Kalev Lember <klember@redhat.com> - 0.37.90-1
f5aac33
- Update to 0.37.90
f5aac33
d5a55e1
* Thu Aug 10 2017 Kalev Lember <klember@redhat.com> - 0.37.2-1
d5a55e1
- Update to 0.37.2
d5a55e1
998a6e8
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.36.4-5
998a6e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
998a6e8
303c6db
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.36.4-4
303c6db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
303c6db
fcb9ef8
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 0.36.4-3
fcb9ef8
- Enable self tests
fcb9ef8
1f2fe66
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 0.36.4-2
1f2fe66
- Rebuilt for a s390x binutils issue
1f2fe66
28ced82
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 0.36.4-1
28ced82
- Update to 0.36.4
28ced82
9103488
* Fri May 05 2017 Kalev Lember <klember@redhat.com> - 0.36.3-1
9103488
- Update to 0.36.3
9103488
a9033a9
* Tue Apr 25 2017 Kalev Lember <klember@redhat.com> - 0.36.2-1
a9033a9
- Update to 0.36.2
a9033a9
51eb8d7
* Mon Apr 03 2017 Kalev Lember <klember@redhat.com> - 0.36.1-1
51eb8d7
- Update to 0.36.1
51eb8d7
2be6cc9
* Mon Mar 20 2017 Kalev Lember <klember@redhat.com> - 0.36.0-1
2be6cc9
- Update to 0.36.0
2be6cc9
73898b6
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 0.35.90-1
73898b6
- Update to 0.35.90
73898b6
6966f85
* Tue Mar 07 2017 Kalev Lember <klember@redhat.com> - 0.35.7-1
6966f85
- Update to 0.35.7
6966f85
90914cb
* Mon Feb 27 2017 Kalev Lember <klember@redhat.com> - 0.35.6-1
90914cb
- Update to 0.35.6
90914cb
Richard Hughes 3757211
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 0.35.5-1
Richard Hughes 3757211
- Update to 0.35.5
Richard Hughes 3757211
Richard Hughes 509d753
* Mon Feb 13 2017 Richard Hughes <rhughes@redhat.com> - 0.35.3-1
Richard Hughes 509d753
- Update to 0.35.3
Richard Hughes 509d753
16701aa
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.4-2
16701aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
16701aa
3da54d9
* Mon Dec 05 2016 Kalev Lember <klember@redhat.com> - 0.34.4-1
3da54d9
- Update to 0.34.4
3da54d9
c5e83e8
* Fri Dec 02 2016 Kalev Lember <klember@redhat.com> - 0.34.3-3
c5e83e8
- Backport a patch to support fixed-size array as return-value (#1398738)
c5e83e8
90529d1
* Thu Dec 01 2016 Kalev Lember <klember@redhat.com> - 0.34.3-2
90529d1
- codegen: Add function-prototypes for all register-type calls
90529d1
3e042fa
* Tue Nov 22 2016 Kalev Lember <klember@redhat.com> - 0.34.3-1
3e042fa
- Update to 0.34.3
3e042fa
2f8bc4d
* Mon Oct 24 2016 Kalev Lember <klember@redhat.com> - 0.34.2-1
2f8bc4d
- Update to 0.34.2
2f8bc4d
0776295
* Sun Oct 09 2016 Kalev Lember <klember@redhat.com> - 0.34.1-1
0776295
- Update to 0.34.1
0776295
3d0d67a
* Wed Sep 28 2016 Kalev Lember <klember@redhat.com> - 0.34.0-4
3d0d67a
- Make scriptlets failsafe (#1247971)
3d0d67a
d0d876f
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.34.0-3
d0d876f
- Require gobject-introspection-devel for GLib and GObject .gir files
7912990
- Drop old obsoletes
d0d876f
82b21cc
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.34.0-2
82b21cc
- Merge vala-tools into main vala package
82b21cc
3b04cfd
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.34.0-1
3b04cfd
- Update to 0.34.0
3b04cfd
3c15398
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 0.33.1-1
3c15398
- Update to 0.33.1
99d6516
- Update project URLs
3c15398
Richard Hughes 7e06737
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 0.32.1-1
Richard Hughes 7e06737
- Update to 0.32.1
Richard Hughes 7e06737
66bd33e
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 0.32.0-1
66bd33e
- Update to 0.32.0
66bd33e
Richard Hughes 33d9e4c
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 0.31.1-1
Richard Hughes 33d9e4c
- Update to 0.31.1
Richard Hughes 33d9e4c
9a5a99c
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-2
9a5a99c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9a5a99c
7130e96
* Fri Sep 18 2015 Kalev Lember <klember@redhat.com> - 0.30.0-1
7130e96
- Update to 0.30.0
7130e96
48650c5
* Wed Aug 12 2015 Kalev Lember <klember@redhat.com> - 0.29.3-1
48650c5
- Update to 0.29.3
48650c5
60b7b22
* Mon Jun 29 2015 Kalev Lember <klember@redhat.com> - 0.29.2-1
60b7b22
- Update to 0.29.2
60b7b22
0af3c8c
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-2
0af3c8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0af3c8c
69e0877
* Wed May 27 2015 Kalev Lember <kalevlember@gmail.com> - 0.29.1-1
69e0877
- Update to 0.29.1
69e0877
959d5e9
* Mon May 25 2015 Kalev Lember <kalevlember@gmail.com> - 0.28.0-2
959d5e9
- Add a vala(api) virtual provide that xfce-vala can depend on
959d5e9
8ea103e
* Sun Mar 22 2015 Kalev Lember <kalevlember@gmail.com> - 0.28.0-1
8ea103e
- Update to 0.28.0
8ea103e
a7a3fd0
* Wed Mar 18 2015 Kalev Lember <kalevlember@gmail.com> - 0.27.2-1
a7a3fd0
- Update to 0.27.2
5b90746
- Use license macro for the COPYING file
a7a3fd0
094ea42
* Sat Feb 21 2015 Kalev Lember <kalevlember@gmail.com> - 0.27.1-2
094ea42
- Drop emacs bindings that no longer build
094ea42
Richard Hughes d4e7e41
* Mon Jan 19 2015 Richard Hughes <rhughes@redhat.com> - 0.27.1-1
Richard Hughes d4e7e41
- Update to 0.27.1
Richard Hughes d4e7e41
da554ed
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 0.26.1-2
da554ed
- Obsolete compat-vala022 from rhughes-f20-gnome-3-12 copr
da554ed
b925a57
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 0.26.1-1
b925a57
- Update to 0.26.1
b925a57
2194488
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.26.0-1
2194488
- Update to 0.26.0
2194488
0354178
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 0.25.4-1
0354178
- Update to 0.25.4
0354178
6c74741
* Mon Sep 01 2014 Kalev Lember <kalevlember@gmail.com> - 0.25.3-1
6c74741
- Update to 0.25.3
6c74741
920d6d1
* Sun Aug 24 2014 Kalev Lember <kalevlember@gmail.com> - 0.25.2-1
920d6d1
- Update to 0.25.2
920d6d1
b58f439
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25.1-2
b58f439
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b58f439
9fc4900
* Wed Jul 23 2014 Kalev Lember <kalevlember@gmail.com> - 0.25.1-1
9fc4900
- Update to 0.25.1
9fc4900
Yaakov Selkowitz 1a6e1c4
* Fri Jun 27 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.24.0-3
Yaakov Selkowitz 1a6e1c4
- Fix clutter-gst-1.0 deps (#1106673, #1112424)
Yaakov Selkowitz 1a6e1c4
83185d2
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.0-2
83185d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
83185d2
Richard Hughes 809dbd4
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 0.24.0-1
Richard Hughes 809dbd4
- Update to 0.24.0
Richard Hughes 809dbd4
0f85bad
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 0.23.3-2
0f85bad
- Move Makefile.vapigen to the -tools subpackage (#1030543)
0341714
- Don't ship huge ChangeLog file
0f85bad
Richard Hughes 0ebb94b
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 0.23.3-1
Richard Hughes 0ebb94b
- Update to 0.23.3
Richard Hughes 0ebb94b
Richard Hughes fd5377a
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 0.23.2-1
Richard Hughes fd5377a
- Update to 0.23.2
Richard Hughes fd5377a
063b0b0
* Sun Jan 26 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.23.1-2
063b0b0
- Fix FTBFS
063b0b0
Richard Hughes f35f1a6
* Wed Jan 08 2014 Richard Hughes <rhughes@redhat.com> - 0.23.1-1
Richard Hughes f35f1a6
- Update to 0.23.1
Richard Hughes f35f1a6
Richard Hughes d4f63a2
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 0.22.1-1
Richard Hughes d4f63a2
- Update to 0.22.1
Richard Hughes d4f63a2
24c8db0
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 0.22.0-1
24c8db0
- Update to 0.22.0
24c8db0
02b572e
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.21.2-1
02b572e
- Update to 0.21.2
02b572e
1479635
* Mon Aug 19 2013 Kalev Lember <kalevlember@gmail.com> - 0.21.1-1
1479635
- Update to 0.21.1
1479635
c889535
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.1-2
c889535
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c889535
c7ad33a
* Tue Apr  9 2013 Michel Salim <salimma@fedoraproject.org> - 0.20.1-1
c7ad33a
- Update to 0.20.1
c7ad33a
fccf652
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 0.20.0-1
fccf652
- Update to 0.20.0
fccf652
Colin Walters 5977f58
* Thu Feb 28 2013 Colin Walters <walters@verbum.org> - 0.19.0-2
Colin Walters 5977f58
- Ensure tools pull in gobject-introspection-devel, since vapigen
Colin Walters 5977f58
  needs .gir files.
Colin Walters 5977f58
06852d6
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 0.19.0-1
06852d6
- Update to 0.19.0
06852d6
d842894
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.18.1-4
d842894
- Temporarily BR vala itself to build with the patch applied
d842894
315a594
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.18.1-3
315a594
- Ignore the "instance-parameter" tag emitted by new g-ir-scanner
315a594
6c859b8
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.1-2
6c859b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6c859b8
c8cc478
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 0.18.1-1
c8cc478
- Update to 0.18.1
c8cc478
c4e1527
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 0.18.0-1
c4e1527
- Update to 0.18.0
c4e1527
ea26646
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 0.17.7-1
ea26646
- Update to 0.17.7
ea26646
600d796
* Sat Sep  8 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.6-1
600d796
- Update to 0.17.6
600d796
19852b2
* Sun Sep  2 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.5-1
19852b2
- Update to 0.17.5
19852b2
0007227
* Mon Aug 20 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.4-1
0007227
- Update to 0.17.4
0007227
1e7edbd
* Fri Aug  3 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.3-1
1e7edbd
- Update to 0.17.3
1e7edbd
372758b
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.2-2
372758b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
372758b
bdba5a6
* Mon Jun 25 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.2-1
bdba5a6
- Update to 0.17.2
bdba5a6
8571c2a
* Mon Jun  4 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.1-1
8571c2a
- Update to 0.17.1
8571c2a
- Remove "Group" field
8571c2a
- Make subpackages' dependencies on main package arch-specific
8571c2a
b76d942
* Sat May 12 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.0-2
609e74f
- Spec clean-ups
609e74f
c436aa6
* Thu May  3 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.0-1
c436aa6
- Update to 0.17.0
c436aa6
f76a6e4
* Fri Apr  6 2012 Michel Salim <salimma@fedoraproject.org> - 0.16.0-3
f76a6e4
- Disable coverage analysis, build-time paths get hard-coded
f76a6e4
9c9fa05
* Thu Apr  5 2012 Michel Salim <salimma@fedoraproject.org> - 0.16.0-2
9c9fa05
- Update vala-mode.el to April 2011 release
9c9fa05
- Fix registration of Vala alternatives
9c9fa05
8e292a2
* Wed Apr 04 2012 Kalev Lember <kalevlember@gmail.com> - 0.16.0-1
8e292a2
- Update to 0.16.0
8e292a2
4d35120
* Tue Mar 27 2012 Ray Strode <rstrode@redhat.com> 0.15.2-2
4d35120
- Add back Makefile.vapigen.  It's needed by various projects
4d35120
  build systems to enable vala support.
4d35120
Richard Hughes c1afd3a
* Wed Mar 21 2012 Richard Hughes <rhughes@redhat.com> - 0.15.2-1
Richard Hughes c1afd3a
- Update to 0.15.2
Richard Hughes c1afd3a
aaba61c
* Mon Feb  6 2012 Michel Salim <salimma@fedoraproject.org> - 0.15.1-3
aaba61c
- Enable coverage analysis
aaba61c
- Drop redundant --enable-vapigen, it's now the default
aaba61c
467f408
* Fri Feb  3 2012 Michel Salim <salimma@fedoraproject.org> - 0.15.1-2
467f408
- Support parallel installation with other Vala versions
467f408
db2fb79
* Mon Jan 30 2012 Michel Salim <salimma@fedoraproject.org> - 0.15.1-1
db2fb79
- Update to 0.15.1
db2fb79
02968a8
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.0-2
02968a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
02968a8
b766ffc
* Fri Dec 23 2011 Matthias Clasen <mclasen@redhat.com> - 0.15.0-1
b766ffc
- Update to 0.15.0
b766ffc
1c689b7
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.14.0-1
1c689b7
- Update to 0.14.0
1c689b7
1b5ff6a
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 0.13.3-1
1b5ff6a
- Update to 0.13.3
1b5ff6a
Michel Alexandre Salim fa9e493
* Thu Jul  7 2011 Michel Salim <salimma@fedoraproject.org> - 0.13.1-1
Michel Alexandre Salim fa9e493
- Update to 0.13.1
Michel Alexandre Salim fa9e493
110fa51
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.12.1-1
110fa51
- Update to 0.12.1
110fa51
Michel Alexandre Salim 619c1c5
* Tue Apr  5 2011 Michel Salim <salimma@fedoraproject.org> - 0.12.0-2
Michel Alexandre Salim 619c1c5
- Allow access to length of constant array in constant initializer lists
Michel Alexandre Salim 619c1c5
Christopher Aillon aa722cd
* Sun Apr  3 2011 Christopher Aillon <caillon@redhat.com> - 0.12.0-1
Christopher Aillon aa722cd
- Update to 0.12.0
Christopher Aillon aa722cd
febd7ae
* Thu Mar 17 2011 Michel Salim <salimma@fedoraproject.org> - 0.11.7-1
febd7ae
- Update to 0.11.7
febd7ae
febd7ae
* Mon Feb 21 2011 Peter Robinson <pbrobinson@gmail.com> - 0.11.6-1
febd7ae
- Update to 0.11.6
4c67fa7
41dc216
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.5-3
41dc216
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
41dc216
62399f0
* Mon Feb  7 2011 Michel Salim <salimma@fedoraproject.org> - 0.11.5-2
62399f0
- Own %%{_datadir}/vala directory (# 661603)
62399f0
Christopher Aillon cd83b3c
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 0.11.5-1
Christopher Aillon cd83b3c
- Update to 0.11.5
Christopher Aillon cd83b3c
f7e1621
* Mon Jan 17 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.4-1
f7e1621
- Update to 0.11.4
f7e1621
d3c8560
* Fri Jan  7 2011 Peter Robinson <pbrobinson@gmail.com> - 0.11.3-1
d3c8560
- Update to 0.11.3
23b8412
- disable make check as its currently broken
d3c8560
3b83a02
* Tue Nov  9 2010 Peter Robinson <pbrobinson@gmail.com> - 0.11.2-1
3b83a02
- Update to 0.11.2
3b83a02
0de32ae
* Sun Nov  7 2010 Michel Salim <salimma@fedoraproject.org> - 0.11.1-2
0de32ae
- Improved rpath handling, allowing test suite to run
0de32ae
137d84f
* Sat Nov  6 2010 Michel Salim <salimma@fedoraproject.org> - 0.11.1-1
137d84f
- Update to 0.11.1
137d84f
- Drop unneeded build requirements
137d84f
ab8bde9
* Tue Oct 19 2010 Michel Salim <salimma@fedoraproject.org> - 0.11.0-1
ab8bde9
- Update to 0.11.0
ab8bde9
Jesse Keating 73b8ed6
* Wed Sep 29 2010 jkeating - 0.10.0-2
Jesse Keating 73b8ed6
- Rebuilt for gcc bug 634757
Jesse Keating 73b8ed6
4e581c7
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.10.0-1
4e581c7
- Update to 0.10.0
4e581c7
- Work with gobject-introspection >= 0.9.5
4e581c7
0f2d175
* Sun Sep 12 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.8-1
0f2d175
- Update to 0.9.8
0f2d175
- Make -doc subpackage noarch
0f2d175
- Mark -doc files as %%doc
0f2d175
cea1a75
* Wed Aug 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.9.7-1
cea1a75
- Update to 0.9.7.
cea1a75
- Remove clean section & buildroot. No longer needed.
cea1a75
4b69f9e
* Mon Aug  9 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.5-1
4b69f9e
- Update to 0.9.5
4b69f9e
4b1b6cc
* Mon Aug  2 2010 Peter Robinson <pbrobinson@gmail.com> - 0.9.4-1
4b1b6cc
- Update to 0.9.4
4b1b6cc
bd1915f
* Thu Jul 15 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.3-1
bd1915f
- Update to 0.9.3
bd1915f
f1c6583
* Mon Jul 12 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.2-2
f1c6583
- Add COPYING file to emacs-vala
f1c6583
2aa3722
* Sat Jul  3 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.2-1
2aa3722
- Update to 0.9.2
2aa3722
ad6fb4a
* Sun Jun 13 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.1-1
ad6fb4a
- Update to 0.9.1
ad6fb4a
- Make emacs-vala subpackage noarch; split off source file to -el subpackage
ad6fb4a
  according to Emacs packaging guidelines
ad6fb4a
e083e54
* Tue Apr 27 2010 Michel Salim <salimma@fedoraproject.org> - 0.8.1-1
e083e54
- Update to 0.8.1
e083e54
ab07b0c
* Fri Apr  9 2010 Peter Robinson <pbrobinson@gmail.com> - 0.8.0-1
ab07b0c
- Update to new major release 0.8.0
ab07b0c
273d2d4
* Tue Mar  2 2010 Peter Robinson <pbrobinson@gmail.com> - 0.7.10-1
273d2d4
- Update to 0.7.10
273d2d4
0610241
* Tue Jan  5 2010 Peter Robinson <pbrobinson@gmail.com> - 0.7.9-1
0610241
- Update to 0.7.9
0610241
312ccb3
* Tue Nov 17 2009 Peter Robinson <pbrobinson@gmail.com> - 0.7.8-1
312ccb3
- Update to 0.7.8
312ccb3
2b23e12
* Sat Oct  3 2009 Michel Salim <salimma@fedoraproject.org> - 0.7.7-1
2b23e12
- Update to 0.7.7
2b23e12
726b2d1
* Thu Aug 20 2009 Michel Salim <salimma@fedoraproject.org> - 0.7.5-1
726b2d1
- Update to 0.7.5
726b2d1
546d832
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-3
546d832
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
546d832
26820d6
* Tue Jul 14 2009 Michel Salim <salimma@fedoraproject.org> - 0.7.4-2
26820d6
- Patch broken ModuleInit attribute (upstream bug 587444)
26820d6
45effa9
* Tue Jul  7 2009 Michel Salim <salimma@fedoraproject.org> - 0.7.4-1
45effa9
- Update to 0.7.4
45effa9
6a5358c
* Wed Jun  3 2009 Peter Robinson <pbrobinson@gmail.com> - 0.7.3-1
6a5358c
- Update to 0.7.3
6a5358c
f70c801
* Sat Apr 18 2009 Michel Salim <salimma@fedoraproject.org> - 0.6.1-1
f70c801
- Update to 0.6.1
f70c801
240e595
* Mon Feb 23 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.7-1
240e595
- Update to 0.5.7
240e595
8cdf7f0
* Tue Jan 27 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.6-1
8cdf7f0
- Update to 0.5.6
8cdf7f0
04470c6
* Tue Dec 16 2008 Michel Salim <salimma@fedoraproject.org> - 0.5.3-1
04470c6
- Update to 0.5.3
04470c6
04470c6
* Mon Dec 15 2008 Michel Salim <salimma@fedoraproject.org> - 0.5.2-3
04470c6
- Fix bug in Emacs version detection
04470c6
3ddad05
* Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.5.2-2
3ddad05
- Use buildsystem variables to determine available Emacs version
04470c6
- BR on gecko-devel >= 1.9, since older version is also in RHEL repo
3ddad05
a2a9a03
* Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.5.2-1
a2a9a03
- Update to 0.5.2
a2a9a03
b2c52ed
* Sun Nov 23 2008 Michel Salim <salimma@fedoraproject.org> - 0.5.1-1
b2c52ed
- Update to 0.5.1
b2c52ed
b2c52ed
* Fri Aug 22 2008 Michel Salim <salimma@fedoraproject.org> - 0.3.5-1
6cc6db5
- Update to 0.3.5
6cc6db5
b2c52ed
* Tue Jul 15 2008 Michel Salim <salimma@fedoraproject.org> - 0.3.4-2
33b29c7
- Add vala-mode for editing Vala code in Emacs
33b29c7
d96260f
* Tue Jul  1 2008 Lennart Poettering <lpoetter@redhat.com> - 0.3.4-1
d96260f
- Update to 0.3.4
d96260f
b2c52ed
* Wed Jun  4 2008 Michel Salim <salimma@fedoraproject.org> - 0.3.3-1
434dd7c
- Update to 0.3.3
434dd7c
b2c52ed
* Fri May 16 2008 Michel Salim <salimma@fedoraproject.org> - 0.3.2-1
4a34b0c
- Update to 0.3.2
4a34b0c
b2c52ed
* Thu Apr 10 2008 Michel Salim <salimma@fedoraproject.org> - 0.2.0-1
6222e27
- Update to 0.2.0
6222e27
b2c52ed
* Wed Mar  5 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.7-1
1ead076
- Update to 0.1.7
1ead076
- -tool subpackage now requires gnome-common, intltool and libtoolize
1ead076
  for out-of-the-box vala-gen-project support
1ead076
95a0bbc
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.6-2
95a0bbc
- Autorebuild for GCC 4.3
95a0bbc
b2c52ed
* Sat Jan 19 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.6-1
680e0a2
- Update to 0.1.6
680e0a2
- Revert vapi addition, needed declarations have been inlined (r846)
680e0a2
- Rename -docs subpackage to -doc, to comply with guidelines
680e0a2
b2c52ed
* Tue Jan 15 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.5-5
82826ec
- Manually add Gee vapi file to package (bz #428692)
82826ec
b2c52ed
* Tue Dec  4 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.5-4
7149a3a
- Backport patch to autodetect location of automake shared files
7149a3a
b2c52ed
* Tue Dec  4 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.5-3
b0163da
- Add build dependency on gtk2-devel
b0163da
b2c52ed
* Tue Dec  4 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.5-2
9b647cf
- Enable project generator tool
9b647cf
b2c52ed
* Tue Nov 27 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.5-1
6116728
- Update to 0.1.5
6116728
b2c52ed
* Sun Nov 11 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.4-2
8263764
- Add build dependency on devhelp
d917e88
b2c52ed
* Fri Oct 19 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.4-1
fbc625e
- Update to 0.1.4
fbc625e
- Put newly-added documentation in its own subpackage (depends on devhelp)
fbc625e
b2c52ed
* Mon Sep 17 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.3-5
28fe5b6
- vapigen subpackage: add missing Require: on perl-XML-Twig
28fe5b6
b2c52ed
* Sat Sep  8 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.3-4
eee8d9d
- Split -vapigen subpackage. It is functionally self-contained and the license
eee8d9d
  is more restricted
eee8d9d
- Updated license declarations
eee8d9d
b2c52ed
* Wed Sep  5 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.3-3
a1e8301
- Licensing and URL updates
a1e8301
b2c52ed
* Tue Sep  4 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.3-2
6b7c0dc
- Enable binding generation tools
6b7c0dc
b2c52ed
* Sun Sep  2 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.3-1
539aa0b
- Update to 0.1.3
539aa0b
b2c52ed
* Sun Mar 25 2007 Michel Salim <salimma@fedoraproject.org> - 0.0.8-1
6de7dc5
- Update to 0.0.8
6de7dc5
b2c52ed
* Wed Mar  7 2007 Michel Salim <salimma@fedoraproject.org> - 0.0.7-1
0204e65
- Update to 0.0.7
0204e65
b2c52ed
* Wed Feb 28 2007 Michel Salim <salimma@fedoraproject.org> - 0.0.6-1
b7e0735
- Update to 0.0.6
b7e0735
b2c52ed
* Mon Nov  6 2006 Michel Salim <salimma@fedoraproject.org> - 0.0.5-1
30c0323
- Initial package