2016-09-13 12:36:17 +00:00
|
|
|
%global api_ver 0.34
|
2012-05-12 10:28:44 +00:00
|
|
|
%global priority 90
|
2010-08-09 14:52:43 +00:00
|
|
|
|
2006-11-06 20:20:38 +00:00
|
|
|
Name: vala
|
2016-11-22 13:04:54 +00:00
|
|
|
Version: 0.34.3
|
2016-12-01 20:48:33 +00:00
|
|
|
Release: 2%{?dist}
|
2006-11-06 20:20:38 +00:00
|
|
|
Summary: A modern programming language for GNOME
|
|
|
|
|
2008-05-16 19:49:46 +00:00
|
|
|
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
|
2007-09-08 17:12:52 +00:00
|
|
|
License: LGPLv2+ and BSD
|
2016-09-13 12:40:11 +00:00
|
|
|
URL: https://wiki.gnome.org/Projects/Vala
|
2016-09-22 01:49:44 +00:00
|
|
|
Source0: https://download.gnome.org/sources/vala/0.34/vala-%{version}.tar.xz
|
2016-12-01 20:48:33 +00:00
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=775446
|
|
|
|
Patch0: 0001-codegen-Add-function-prototypes-for-all-register-typ.patch
|
2006-11-06 20:20:38 +00:00
|
|
|
|
2010-11-06 23:22:23 +00:00
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: libxslt
|
2012-02-03 13:18:40 +00:00
|
|
|
# only if Vala source files are patched
|
2016-12-01 20:56:07 +00:00
|
|
|
BuildRequires: vala
|
2010-11-07 00:55:40 +00:00
|
|
|
|
|
|
|
# for tests
|
2012-02-03 13:18:40 +00:00
|
|
|
# BuildRequires: dbus-x11
|
|
|
|
|
|
|
|
# alternatives
|
2016-09-22 04:04:14 +00:00
|
|
|
%global vala_binaries vala valac vala-gen-introspect vapicheck vapigen
|
|
|
|
%global vala_manpages valac vala-gen-introspect vapigen
|
2012-04-05 18:16:42 +00:00
|
|
|
Requires(posttrans): %{_sbindir}/alternatives
|
|
|
|
Requires(preun): %{_sbindir}/alternatives
|
2010-11-07 00:55:40 +00:00
|
|
|
|
2016-09-22 07:57:43 +00:00
|
|
|
# For GLib-2.0 and GObject-2.0 .gir files
|
|
|
|
Requires: gobject-introspection-devel
|
|
|
|
|
2016-09-22 08:00:15 +00:00
|
|
|
# Removed in F25
|
2016-09-22 04:04:14 +00:00
|
|
|
Obsoletes: vala-tools < 0.34.0
|
|
|
|
Conflicts: vala-tools < 0.34.0
|
|
|
|
Provides: vala-tools = %{version}-%{release}
|
|
|
|
|
2015-05-25 20:58:05 +00:00
|
|
|
Provides: vala(api) = %{api_ver}
|
|
|
|
|
2006-11-06 20:20:38 +00:00
|
|
|
%description
|
|
|
|
Vala is a new programming language that aims to bring modern programming
|
|
|
|
language features to GNOME developers without imposing any additional
|
|
|
|
runtime requirements and without using a different ABI compared to
|
|
|
|
applications and libraries written in C.
|
|
|
|
|
|
|
|
valac, the Vala compiler, is a self-hosting compiler that translates
|
|
|
|
Vala source code into C source and header files. It uses the GObject
|
|
|
|
type system to create classes and interfaces declared in the Vala source
|
|
|
|
code. It's also planned to generate GIDL files when gobject-
|
|
|
|
introspection is ready.
|
|
|
|
|
|
|
|
The syntax of Vala is similar to C#, modified to better fit the GObject
|
|
|
|
type system.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
2012-06-04 14:13:32 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2006-11-06 20:20:38 +00:00
|
|
|
|
|
|
|
%description devel
|
2007-10-19 19:31:22 +00:00
|
|
|
Vala is a new programming language that aims to bring modern programming
|
|
|
|
language features to GNOME developers without imposing any additional
|
|
|
|
runtime requirements and without using a different ABI compared to
|
|
|
|
applications and libraries written in C.
|
|
|
|
|
2013-04-05 07:07:55 +00:00
|
|
|
This package contains development files for %{name}. This is not
|
|
|
|
necessary for using the %{name} compiler.
|
2006-11-06 20:20:38 +00:00
|
|
|
|
2008-07-15 16:41:39 +00:00
|
|
|
|
2008-01-19 20:36:16 +00:00
|
|
|
%package doc
|
2007-10-19 19:31:22 +00:00
|
|
|
Summary: Documentation for %{name}
|
|
|
|
License: LGPLv2+
|
2010-09-12 13:35:35 +00:00
|
|
|
|
2011-04-05 18:52:06 +00:00
|
|
|
BuildArch: noarch
|
2007-10-19 19:31:22 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: devhelp
|
2008-01-19 20:36:16 +00:00
|
|
|
|
|
|
|
%description doc
|
2007-10-19 19:31:22 +00:00
|
|
|
Vala is a new programming language that aims to bring modern programming
|
|
|
|
language features to GNOME developers without imposing any additional
|
|
|
|
runtime requirements and without using a different ABI compared to
|
|
|
|
applications and libraries written in C.
|
|
|
|
|
|
|
|
This package contains documentation in a devhelp HTML book.
|
2007-09-08 15:53:02 +00:00
|
|
|
|
2006-11-06 20:20:38 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2016-12-01 20:48:33 +00:00
|
|
|
%patch0 -p1
|
2006-11-06 20:20:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2012-04-06 03:50:27 +00:00
|
|
|
%configure
|
2006-11-06 20:20:38 +00:00
|
|
|
# Don't use rpath!
|
2010-11-07 00:41:48 +00:00
|
|
|
sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
|
2006-11-06 20:20:38 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2015-08-12 17:45:23 +00:00
|
|
|
%make_install
|
2012-02-03 13:18:40 +00:00
|
|
|
# remove symlinks, using alternatives
|
2016-09-22 04:04:14 +00:00
|
|
|
for f in %{vala_binaries}
|
2012-02-03 13:18:40 +00:00
|
|
|
do
|
|
|
|
rm $RPM_BUILD_ROOT%{_bindir}/$f
|
|
|
|
touch $RPM_BUILD_ROOT%{_bindir}/$f
|
|
|
|
done
|
2016-09-22 04:04:14 +00:00
|
|
|
for f in %{vala_manpages}
|
2012-02-03 13:18:40 +00:00
|
|
|
do
|
|
|
|
rm $RPM_BUILD_ROOT%{_mandir}/man1/$f.1*
|
|
|
|
touch $RPM_BUILD_ROOT%{_mandir}/man1/$f.1.gz
|
|
|
|
done
|
2011-02-07 19:16:32 +00:00
|
|
|
# own this directory for third-party *.vapi files
|
2012-02-03 13:18:40 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/vala/vapi
|
2014-01-26 17:32:19 +00:00
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
2006-11-06 20:20:38 +00:00
|
|
|
|
2010-11-07 00:41:48 +00:00
|
|
|
|
|
|
|
%check
|
2011-01-07 16:49:35 +00:00
|
|
|
# make check
|
2010-11-07 00:41:48 +00:00
|
|
|
|
|
|
|
|
2012-04-05 17:23:13 +00:00
|
|
|
%posttrans
|
2012-02-03 13:18:40 +00:00
|
|
|
/sbin/ldconfig
|
|
|
|
for f in %{vala_binaries};
|
|
|
|
do
|
2012-04-05 18:16:42 +00:00
|
|
|
%{_sbindir}/alternatives --install %{_bindir}/$f \
|
2016-09-28 14:21:45 +00:00
|
|
|
$f %{_bindir}/$f-%{api_ver} %{priority} || :
|
2012-02-03 13:18:40 +00:00
|
|
|
done
|
|
|
|
for f in %{vala_manpages};
|
|
|
|
do
|
2012-04-05 18:16:42 +00:00
|
|
|
%{_sbindir}/alternatives --install %{_mandir}/man1/$f.1.gz \
|
2016-09-28 14:21:45 +00:00
|
|
|
$f.1.gz %{_mandir}/man1/$f-%{api_ver}.1.gz %{priority} || :
|
2012-02-03 13:18:40 +00:00
|
|
|
done
|
|
|
|
|
2012-04-05 17:23:13 +00:00
|
|
|
%preun
|
2012-02-03 13:18:40 +00:00
|
|
|
/sbin/ldconfig
|
2012-04-05 17:23:13 +00:00
|
|
|
for f in %{vala_binaries};
|
|
|
|
do
|
2012-04-05 18:16:42 +00:00
|
|
|
%{_sbindir}/alternatives --remove $f \
|
2016-09-28 14:21:45 +00:00
|
|
|
%{_bindir}/$f-%{api_ver} || :
|
2012-04-05 17:23:13 +00:00
|
|
|
done
|
|
|
|
for f in %{vala_manpages};
|
|
|
|
do
|
2012-04-05 18:16:42 +00:00
|
|
|
%{_sbindir}/alternatives --remove $f.1.gz \
|
2016-09-28 14:21:45 +00:00
|
|
|
%{_mandir}/man1/$f-%{api_ver}.1.gz || :
|
2012-04-05 17:23:13 +00:00
|
|
|
done
|
|
|
|
|
2010-11-07 00:41:48 +00:00
|
|
|
|
2006-11-06 20:20:38 +00:00
|
|
|
%files
|
2015-03-18 20:31:39 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS MAINTAINERS NEWS README THANKS
|
2012-02-03 13:18:40 +00:00
|
|
|
%ghost %{_bindir}/vala
|
|
|
|
%ghost %{_bindir}/valac
|
|
|
|
%ghost %{_bindir}/vala-gen-introspect
|
|
|
|
%ghost %{_bindir}/vapicheck
|
|
|
|
%ghost %{_bindir}/vapigen
|
2016-09-22 04:04:14 +00:00
|
|
|
%{_bindir}/vala-%{api_ver}
|
|
|
|
%{_bindir}/valac-%{api_ver}
|
2010-08-09 14:52:43 +00:00
|
|
|
%{_bindir}/vala-gen-introspect-%{api_ver}
|
|
|
|
%{_bindir}/vapicheck-%{api_ver}
|
|
|
|
%{_bindir}/vapigen-%{api_ver}
|
2016-09-22 01:49:44 +00:00
|
|
|
%{_libdir}/pkgconfig/vapigen*.pc
|
2016-09-22 04:04:14 +00:00
|
|
|
%{_libdir}/vala-%{api_ver}/
|
|
|
|
%{_libdir}/libvala-%{api_ver}.so.*
|
|
|
|
%{_datadir}/aclocal/vala.m4
|
2012-01-30 22:57:24 +00:00
|
|
|
%{_datadir}/aclocal/vapigen.m4
|
2016-09-22 04:04:14 +00:00
|
|
|
%{_datadir}/vala/
|
|
|
|
%{_datadir}/vala-%{api_ver}/
|
|
|
|
%ghost %{_mandir}/man1/valac.1.gz
|
2012-02-03 13:18:40 +00:00
|
|
|
%ghost %{_mandir}/man1/vala-gen-introspect.1.gz
|
|
|
|
%ghost %{_mandir}/man1/vapigen.1.gz
|
2016-09-22 04:04:14 +00:00
|
|
|
%{_mandir}/man1/valac-%{api_ver}.1.gz
|
2012-02-03 13:18:40 +00:00
|
|
|
%{_mandir}/man1/vala-gen-introspect-%{api_ver}.1.gz
|
|
|
|
%{_mandir}/man1/vapigen-%{api_ver}.1.gz
|
2007-09-08 15:53:02 +00:00
|
|
|
|
2016-09-22 04:04:14 +00:00
|
|
|
%files devel
|
|
|
|
%{_includedir}/vala-%{api_ver}
|
|
|
|
%{_libdir}/libvala-%{api_ver}.so
|
|
|
|
%{_libdir}/pkgconfig/libvala-%{api_ver}.pc
|
|
|
|
|
2008-01-19 20:36:16 +00:00
|
|
|
%files doc
|
2010-09-12 13:35:35 +00:00
|
|
|
%doc %{_datadir}/devhelp/books/vala-%{api_ver}
|
2007-10-19 19:31:22 +00:00
|
|
|
|
2006-11-06 20:20:38 +00:00
|
|
|
|
|
|
|
%changelog
|
2016-12-01 20:48:33 +00:00
|
|
|
* Thu Dec 01 2016 Kalev Lember <klember@redhat.com> - 0.34.3-2
|
|
|
|
- codegen: Add function-prototypes for all register-type calls
|
|
|
|
|
2016-11-22 13:04:54 +00:00
|
|
|
* Tue Nov 22 2016 Kalev Lember <klember@redhat.com> - 0.34.3-1
|
|
|
|
- Update to 0.34.3
|
|
|
|
|
2016-10-24 09:46:05 +00:00
|
|
|
* Mon Oct 24 2016 Kalev Lember <klember@redhat.com> - 0.34.2-1
|
|
|
|
- Update to 0.34.2
|
|
|
|
|
2016-10-09 21:01:11 +00:00
|
|
|
* Sun Oct 09 2016 Kalev Lember <klember@redhat.com> - 0.34.1-1
|
|
|
|
- Update to 0.34.1
|
|
|
|
|
2016-09-28 14:21:45 +00:00
|
|
|
* Wed Sep 28 2016 Kalev Lember <klember@redhat.com> - 0.34.0-4
|
|
|
|
- Make scriptlets failsafe (#1247971)
|
|
|
|
|
2016-09-22 07:57:43 +00:00
|
|
|
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.34.0-3
|
|
|
|
- Require gobject-introspection-devel for GLib and GObject .gir files
|
2016-09-22 08:00:15 +00:00
|
|
|
- Drop old obsoletes
|
2016-09-22 07:57:43 +00:00
|
|
|
|
2016-09-22 04:04:14 +00:00
|
|
|
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.34.0-2
|
|
|
|
- Merge vala-tools into main vala package
|
|
|
|
|
2016-09-22 01:49:44 +00:00
|
|
|
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.34.0-1
|
|
|
|
- Update to 0.34.0
|
|
|
|
|
2016-09-13 12:36:17 +00:00
|
|
|
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 0.33.1-1
|
|
|
|
- Update to 0.33.1
|
2016-09-13 12:40:11 +00:00
|
|
|
- Update project URLs
|
2016-09-13 12:36:17 +00:00
|
|
|
|
2016-06-22 10:25:43 +00:00
|
|
|
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 0.32.1-1
|
|
|
|
- Update to 0.32.1
|
|
|
|
|
2016-03-22 06:43:24 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 0.32.0-1
|
|
|
|
- Update to 0.32.0
|
|
|
|
|
2016-02-16 11:57:04 +00:00
|
|
|
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 0.31.1-1
|
|
|
|
- Update to 0.31.1
|
|
|
|
|
2016-02-05 02:32:00 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-18 13:00:56 +00:00
|
|
|
* Fri Sep 18 2015 Kalev Lember <klember@redhat.com> - 0.30.0-1
|
|
|
|
- Update to 0.30.0
|
|
|
|
|
2015-08-12 17:44:49 +00:00
|
|
|
* Wed Aug 12 2015 Kalev Lember <klember@redhat.com> - 0.29.3-1
|
|
|
|
- Update to 0.29.3
|
|
|
|
|
2015-06-29 10:43:47 +00:00
|
|
|
* Mon Jun 29 2015 Kalev Lember <klember@redhat.com> - 0.29.2-1
|
|
|
|
- Update to 0.29.2
|
|
|
|
|
2015-06-19 01:47:46 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-27 21:23:45 +00:00
|
|
|
* Wed May 27 2015 Kalev Lember <kalevlember@gmail.com> - 0.29.1-1
|
|
|
|
- Update to 0.29.1
|
|
|
|
|
2015-05-25 20:58:05 +00:00
|
|
|
* Mon May 25 2015 Kalev Lember <kalevlember@gmail.com> - 0.28.0-2
|
|
|
|
- Add a vala(api) virtual provide that xfce-vala can depend on
|
|
|
|
|
2015-03-22 20:19:17 +00:00
|
|
|
* Sun Mar 22 2015 Kalev Lember <kalevlember@gmail.com> - 0.28.0-1
|
|
|
|
- Update to 0.28.0
|
|
|
|
|
2015-03-18 20:29:45 +00:00
|
|
|
* Wed Mar 18 2015 Kalev Lember <kalevlember@gmail.com> - 0.27.2-1
|
|
|
|
- Update to 0.27.2
|
2015-03-18 20:31:39 +00:00
|
|
|
- Use license macro for the COPYING file
|
2015-03-18 20:29:45 +00:00
|
|
|
|
2015-02-21 13:29:46 +00:00
|
|
|
* Sat Feb 21 2015 Kalev Lember <kalevlember@gmail.com> - 0.27.1-2
|
|
|
|
- Drop emacs bindings that no longer build
|
|
|
|
|
2015-01-19 09:57:55 +00:00
|
|
|
* Mon Jan 19 2015 Richard Hughes <rhughes@redhat.com> - 0.27.1-1
|
|
|
|
- Update to 0.27.1
|
|
|
|
|
2014-11-16 15:51:36 +00:00
|
|
|
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 0.26.1-2
|
|
|
|
- Obsolete compat-vala022 from rhughes-f20-gnome-3-12 copr
|
|
|
|
|
2014-10-13 09:41:36 +00:00
|
|
|
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 0.26.1-1
|
|
|
|
- Update to 0.26.1
|
|
|
|
|
2014-09-22 21:31:47 +00:00
|
|
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.26.0-1
|
|
|
|
- Update to 0.26.0
|
|
|
|
|
2014-09-15 19:08:09 +00:00
|
|
|
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 0.25.4-1
|
|
|
|
- Update to 0.25.4
|
|
|
|
|
2014-09-01 10:45:25 +00:00
|
|
|
* Mon Sep 01 2014 Kalev Lember <kalevlember@gmail.com> - 0.25.3-1
|
|
|
|
- Update to 0.25.3
|
|
|
|
|
2014-08-24 18:26:23 +00:00
|
|
|
* Sun Aug 24 2014 Kalev Lember <kalevlember@gmail.com> - 0.25.2-1
|
|
|
|
- Update to 0.25.2
|
|
|
|
|
2014-08-18 07:25:30 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-23 10:19:21 +00:00
|
|
|
* Wed Jul 23 2014 Kalev Lember <kalevlember@gmail.com> - 0.25.1-1
|
|
|
|
- Update to 0.25.1
|
|
|
|
|
2014-06-27 18:45:52 +00:00
|
|
|
* Fri Jun 27 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.24.0-3
|
|
|
|
- Fix clutter-gst-1.0 deps (#1106673, #1112424)
|
|
|
|
|
2014-06-08 03:13:03 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-24 19:49:34 +00:00
|
|
|
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 0.24.0-1
|
|
|
|
- Update to 0.24.0
|
|
|
|
|
2014-02-20 20:35:49 +00:00
|
|
|
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 0.23.3-2
|
|
|
|
- Move Makefile.vapigen to the -tools subpackage (#1030543)
|
2014-02-20 20:38:57 +00:00
|
|
|
- Don't ship huge ChangeLog file
|
2014-02-20 20:35:49 +00:00
|
|
|
|
2014-02-19 08:30:52 +00:00
|
|
|
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 0.23.3-1
|
|
|
|
- Update to 0.23.3
|
|
|
|
|
2014-02-05 12:02:45 +00:00
|
|
|
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 0.23.2-1
|
|
|
|
- Update to 0.23.2
|
|
|
|
|
2014-01-26 17:32:19 +00:00
|
|
|
* Sun Jan 26 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.23.1-2
|
|
|
|
- Fix FTBFS
|
|
|
|
|
2014-01-08 15:26:47 +00:00
|
|
|
* Wed Jan 08 2014 Richard Hughes <rhughes@redhat.com> - 0.23.1-1
|
|
|
|
- Update to 0.23.1
|
|
|
|
|
2013-11-14 21:13:42 +00:00
|
|
|
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 0.22.1-1
|
|
|
|
- Update to 0.22.1
|
|
|
|
|
2013-09-24 22:02:01 +00:00
|
|
|
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 0.22.0-1
|
|
|
|
- Update to 0.22.0
|
|
|
|
|
2013-09-17 22:25:04 +00:00
|
|
|
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.21.2-1
|
|
|
|
- Update to 0.21.2
|
|
|
|
|
2013-08-19 19:06:37 +00:00
|
|
|
* Mon Aug 19 2013 Kalev Lember <kalevlember@gmail.com> - 0.21.1-1
|
|
|
|
- Update to 0.21.1
|
|
|
|
|
2013-08-04 05:53:16 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-09 17:48:36 +00:00
|
|
|
* Tue Apr 9 2013 Michel Salim <salimma@fedoraproject.org> - 0.20.1-1
|
|
|
|
- Update to 0.20.1
|
|
|
|
|
2013-03-26 18:46:39 +00:00
|
|
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 0.20.0-1
|
|
|
|
- Update to 0.20.0
|
|
|
|
|
2013-02-28 14:39:35 +00:00
|
|
|
* Thu Feb 28 2013 Colin Walters <walters@verbum.org> - 0.19.0-2
|
|
|
|
- Ensure tools pull in gobject-introspection-devel, since vapigen
|
|
|
|
needs .gir files.
|
|
|
|
|
2013-02-22 13:11:53 +00:00
|
|
|
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 0.19.0-1
|
|
|
|
- Update to 0.19.0
|
|
|
|
|
2013-02-20 17:38:14 +00:00
|
|
|
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.18.1-4
|
|
|
|
- Temporarily BR vala itself to build with the patch applied
|
|
|
|
|
2013-02-20 16:48:05 +00:00
|
|
|
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.18.1-3
|
|
|
|
- Ignore the "instance-parameter" tag emitted by new g-ir-scanner
|
|
|
|
|
2013-02-15 02:37:06 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-13 20:51:18 +00:00
|
|
|
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 0.18.1-1
|
|
|
|
- Update to 0.18.1
|
|
|
|
|
2012-09-25 16:56:12 +00:00
|
|
|
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 0.18.0-1
|
|
|
|
- Update to 0.18.0
|
|
|
|
|
2012-09-19 21:54:29 +00:00
|
|
|
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 0.17.7-1
|
|
|
|
- Update to 0.17.7
|
|
|
|
|
2012-09-08 09:54:34 +00:00
|
|
|
* Sat Sep 8 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.6-1
|
|
|
|
- Update to 0.17.6
|
|
|
|
|
2012-09-03 00:04:25 +00:00
|
|
|
* Sun Sep 2 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.5-1
|
|
|
|
- Update to 0.17.5
|
|
|
|
|
2012-08-20 09:49:48 +00:00
|
|
|
* Mon Aug 20 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.4-1
|
|
|
|
- Update to 0.17.4
|
|
|
|
|
2012-08-03 17:14:03 +00:00
|
|
|
* Fri Aug 3 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.3-1
|
|
|
|
- Update to 0.17.3
|
|
|
|
|
2012-07-22 02:22:36 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-25 07:27:08 +00:00
|
|
|
* Mon Jun 25 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.2-1
|
|
|
|
- Update to 0.17.2
|
|
|
|
|
2012-06-04 14:13:32 +00:00
|
|
|
* Mon Jun 4 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.1-1
|
|
|
|
- Update to 0.17.1
|
|
|
|
- Remove "Group" field
|
|
|
|
- Make subpackages' dependencies on main package arch-specific
|
|
|
|
|
2012-05-12 10:28:44 +00:00
|
|
|
* Sat May 12 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.0-2
|
2012-05-05 03:38:18 +00:00
|
|
|
- Spec clean-ups
|
|
|
|
|
2012-05-04 05:36:42 +00:00
|
|
|
* Thu May 3 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.0-1
|
|
|
|
- Update to 0.17.0
|
|
|
|
|
2012-04-06 03:50:27 +00:00
|
|
|
* Fri Apr 6 2012 Michel Salim <salimma@fedoraproject.org> - 0.16.0-3
|
|
|
|
- Disable coverage analysis, build-time paths get hard-coded
|
|
|
|
|
2012-04-05 17:23:13 +00:00
|
|
|
* Thu Apr 5 2012 Michel Salim <salimma@fedoraproject.org> - 0.16.0-2
|
|
|
|
- Update vala-mode.el to April 2011 release
|
|
|
|
- Fix registration of Vala alternatives
|
|
|
|
|
2012-04-04 12:35:15 +00:00
|
|
|
* Wed Apr 04 2012 Kalev Lember <kalevlember@gmail.com> - 0.16.0-1
|
|
|
|
- Update to 0.16.0
|
|
|
|
|
2012-03-27 16:39:27 +00:00
|
|
|
* Tue Mar 27 2012 Ray Strode <rstrode@redhat.com> 0.15.2-2
|
|
|
|
- Add back Makefile.vapigen. It's needed by various projects
|
|
|
|
build systems to enable vala support.
|
|
|
|
|
2012-03-21 13:05:53 +00:00
|
|
|
* Wed Mar 21 2012 Richard Hughes <rhughes@redhat.com> - 0.15.2-1
|
|
|
|
- Update to 0.15.2
|
|
|
|
|
2012-02-06 15:04:28 +00:00
|
|
|
* Mon Feb 6 2012 Michel Salim <salimma@fedoraproject.org> - 0.15.1-3
|
|
|
|
- Enable coverage analysis
|
|
|
|
- Drop redundant --enable-vapigen, it's now the default
|
|
|
|
|
2012-02-03 13:18:40 +00:00
|
|
|
* Fri Feb 3 2012 Michel Salim <salimma@fedoraproject.org> - 0.15.1-2
|
|
|
|
- Support parallel installation with other Vala versions
|
|
|
|
|
2012-01-30 22:41:32 +00:00
|
|
|
* Mon Jan 30 2012 Michel Salim <salimma@fedoraproject.org> - 0.15.1-1
|
|
|
|
- Update to 0.15.1
|
|
|
|
|
2012-01-14 07:44:10 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-23 19:36:28 +00:00
|
|
|
* Fri Dec 23 2011 Matthias Clasen <mclasen@redhat.com> - 0.15.0-1
|
|
|
|
- Update to 0.15.0
|
|
|
|
|
2011-09-21 02:51:49 +00:00
|
|
|
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.14.0-1
|
|
|
|
- Update to 0.14.0
|
|
|
|
|
2011-08-31 01:04:02 +00:00
|
|
|
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 0.13.3-1
|
|
|
|
- Update to 0.13.3
|
|
|
|
|
2011-07-07 14:12:43 +00:00
|
|
|
* Thu Jul 7 2011 Michel Salim <salimma@fedoraproject.org> - 0.13.1-1
|
|
|
|
- Update to 0.13.1
|
|
|
|
|
2011-06-17 16:09:41 +00:00
|
|
|
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.12.1-1
|
|
|
|
- Update to 0.12.1
|
|
|
|
|
2011-04-05 18:52:06 +00:00
|
|
|
* Tue Apr 5 2011 Michel Salim <salimma@fedoraproject.org> - 0.12.0-2
|
|
|
|
- Allow access to length of constant array in constant initializer lists
|
|
|
|
|
2011-04-04 00:22:06 +00:00
|
|
|
* Sun Apr 3 2011 Christopher Aillon <caillon@redhat.com> - 0.12.0-1
|
|
|
|
- Update to 0.12.0
|
|
|
|
|
2011-03-17 11:53:24 +00:00
|
|
|
* Thu Mar 17 2011 Michel Salim <salimma@fedoraproject.org> - 0.11.7-1
|
|
|
|
- Update to 0.11.7
|
|
|
|
|
|
|
|
* Mon Feb 21 2011 Peter Robinson <pbrobinson@gmail.com> - 0.11.6-1
|
|
|
|
- Update to 0.11.6
|
2011-02-21 21:20:28 +00:00
|
|
|
|
2011-02-08 00:52:56 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-07 19:16:32 +00:00
|
|
|
* Mon Feb 7 2011 Michel Salim <salimma@fedoraproject.org> - 0.11.5-2
|
|
|
|
- Own %%{_datadir}/vala directory (# 661603)
|
|
|
|
|
2011-02-02 09:04:31 +00:00
|
|
|
* Wed Feb 2 2011 Christopher Aillon <caillon@redhat.com> - 0.11.5-1
|
|
|
|
- Update to 0.11.5
|
|
|
|
|
2011-01-17 18:35:27 +00:00
|
|
|
* Mon Jan 17 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.4-1
|
|
|
|
- Update to 0.11.4
|
|
|
|
|
2011-01-07 16:28:03 +00:00
|
|
|
* Fri Jan 7 2011 Peter Robinson <pbrobinson@gmail.com> - 0.11.3-1
|
|
|
|
- Update to 0.11.3
|
2011-01-07 16:49:35 +00:00
|
|
|
- disable make check as its currently broken
|
2011-01-07 16:28:03 +00:00
|
|
|
|
2010-11-09 09:28:42 +00:00
|
|
|
* Tue Nov 9 2010 Peter Robinson <pbrobinson@gmail.com> - 0.11.2-1
|
|
|
|
- Update to 0.11.2
|
|
|
|
|
2010-11-07 00:41:48 +00:00
|
|
|
* Sun Nov 7 2010 Michel Salim <salimma@fedoraproject.org> - 0.11.1-2
|
|
|
|
- Improved rpath handling, allowing test suite to run
|
|
|
|
|
2010-11-06 23:22:23 +00:00
|
|
|
* Sat Nov 6 2010 Michel Salim <salimma@fedoraproject.org> - 0.11.1-1
|
|
|
|
- Update to 0.11.1
|
|
|
|
- Drop unneeded build requirements
|
|
|
|
|
2010-10-19 13:22:53 +00:00
|
|
|
* Tue Oct 19 2010 Michel Salim <salimma@fedoraproject.org> - 0.11.0-1
|
|
|
|
- Update to 0.11.0
|
|
|
|
|
2010-09-29 22:25:44 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 0.10.0-2
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-22 16:20:27 +00:00
|
|
|
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.10.0-1
|
|
|
|
- Update to 0.10.0
|
|
|
|
- Work with gobject-introspection >= 0.9.5
|
|
|
|
|
2010-09-12 13:35:35 +00:00
|
|
|
* Sun Sep 12 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.8-1
|
|
|
|
- Update to 0.9.8
|
|
|
|
- Make -doc subpackage noarch
|
|
|
|
- Mark -doc files as %%doc
|
|
|
|
|
2010-08-26 00:17:24 +00:00
|
|
|
* Wed Aug 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.9.7-1
|
|
|
|
- Update to 0.9.7.
|
|
|
|
- Remove clean section & buildroot. No longer needed.
|
|
|
|
|
2010-08-09 14:52:43 +00:00
|
|
|
* Mon Aug 9 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.5-1
|
|
|
|
- Update to 0.9.5
|
|
|
|
|
2010-08-02 22:41:10 +00:00
|
|
|
* Mon Aug 2 2010 Peter Robinson <pbrobinson@gmail.com> - 0.9.4-1
|
|
|
|
- Update to 0.9.4
|
|
|
|
|
2010-07-16 21:55:15 +00:00
|
|
|
* Thu Jul 15 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.3-1
|
|
|
|
- Update to 0.9.3
|
|
|
|
|
2010-07-12 06:39:51 +00:00
|
|
|
* Mon Jul 12 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.2-2
|
|
|
|
- Add COPYING file to emacs-vala
|
|
|
|
|
2010-07-03 11:57:19 +00:00
|
|
|
* Sat Jul 3 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.2-1
|
|
|
|
- Update to 0.9.2
|
|
|
|
|
2010-06-13 21:06:09 +00:00
|
|
|
* Sun Jun 13 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.1-1
|
|
|
|
- Update to 0.9.1
|
|
|
|
- Make emacs-vala subpackage noarch; split off source file to -el subpackage
|
|
|
|
according to Emacs packaging guidelines
|
|
|
|
|
2010-04-27 21:32:03 +00:00
|
|
|
* Tue Apr 27 2010 Michel Salim <salimma@fedoraproject.org> - 0.8.1-1
|
|
|
|
- Update to 0.8.1
|
|
|
|
|
2010-04-09 16:59:22 +00:00
|
|
|
* Fri Apr 9 2010 Peter Robinson <pbrobinson@gmail.com> - 0.8.0-1
|
|
|
|
- Update to new major release 0.8.0
|
|
|
|
|
2010-03-02 07:45:28 +00:00
|
|
|
* Tue Mar 2 2010 Peter Robinson <pbrobinson@gmail.com> - 0.7.10-1
|
|
|
|
- Update to 0.7.10
|
|
|
|
|
2010-01-05 14:18:10 +00:00
|
|
|
* Tue Jan 5 2010 Peter Robinson <pbrobinson@gmail.com> - 0.7.9-1
|
|
|
|
- Update to 0.7.9
|
|
|
|
|
2009-11-17 15:57:04 +00:00
|
|
|
* Tue Nov 17 2009 Peter Robinson <pbrobinson@gmail.com> - 0.7.8-1
|
|
|
|
- Update to 0.7.8
|
|
|
|
|
2009-10-03 09:30:17 +00:00
|
|
|
* Sat Oct 3 2009 Michel Salim <salimma@fedoraproject.org> - 0.7.7-1
|
|
|
|
- Update to 0.7.7
|
|
|
|
|
2009-08-20 21:26:19 +00:00
|
|
|
* Thu Aug 20 2009 Michel Salim <salimma@fedoraproject.org> - 0.7.5-1
|
|
|
|
- Update to 0.7.5
|
|
|
|
|
2009-07-27 06:42:51 +00:00
|
|
|
* 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
|
|
|
|
|
2009-07-14 08:22:25 +00:00
|
|
|
* Tue Jul 14 2009 Michel Salim <salimma@fedoraproject.org> - 0.7.4-2
|
|
|
|
- Patch broken ModuleInit attribute (upstream bug 587444)
|
|
|
|
|
2009-07-07 19:31:09 +00:00
|
|
|
* Tue Jul 7 2009 Michel Salim <salimma@fedoraproject.org> - 0.7.4-1
|
|
|
|
- Update to 0.7.4
|
|
|
|
|
2009-06-03 11:29:50 +00:00
|
|
|
* Wed Jun 3 2009 Peter Robinson <pbrobinson@gmail.com> - 0.7.3-1
|
|
|
|
- Update to 0.7.3
|
|
|
|
|
2009-04-23 16:35:50 +00:00
|
|
|
* Sat Apr 18 2009 Michel Salim <salimma@fedoraproject.org> - 0.6.1-1
|
|
|
|
- Update to 0.6.1
|
|
|
|
|
2009-02-24 05:00:46 +00:00
|
|
|
* Mon Feb 23 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.7-1
|
|
|
|
- Update to 0.5.7
|
|
|
|
|
2009-01-28 06:33:08 +00:00
|
|
|
* Tue Jan 27 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.6-1
|
|
|
|
- Update to 0.5.6
|
|
|
|
|
2008-12-17 02:23:53 +00:00
|
|
|
* Tue Dec 16 2008 Michel Salim <salimma@fedoraproject.org> - 0.5.3-1
|
|
|
|
- Update to 0.5.3
|
|
|
|
|
|
|
|
* Mon Dec 15 2008 Michel Salim <salimma@fedoraproject.org> - 0.5.2-3
|
|
|
|
- Fix bug in Emacs version detection
|
|
|
|
|
2008-12-14 04:04:37 +00:00
|
|
|
* Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.5.2-2
|
|
|
|
- Use buildsystem variables to determine available Emacs version
|
2008-12-17 02:23:53 +00:00
|
|
|
- BR on gecko-devel >= 1.9, since older version is also in RHEL repo
|
2008-12-14 04:04:37 +00:00
|
|
|
|
2008-12-13 08:11:44 +00:00
|
|
|
* Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.5.2-1
|
|
|
|
- Update to 0.5.2
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Sun Nov 23 2008 Michel Salim <salimma@fedoraproject.org> - 0.5.1-1
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
|
|
|
* Fri Aug 22 2008 Michel Salim <salimma@fedoraproject.org> - 0.3.5-1
|
2008-08-23 03:04:51 +00:00
|
|
|
- Update to 0.3.5
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Tue Jul 15 2008 Michel Salim <salimma@fedoraproject.org> - 0.3.4-2
|
2008-07-15 16:41:39 +00:00
|
|
|
- Add vala-mode for editing Vala code in Emacs
|
|
|
|
|
2008-07-01 01:20:13 +00:00
|
|
|
* Tue Jul 1 2008 Lennart Poettering <lpoetter@redhat.com> - 0.3.4-1
|
|
|
|
- Update to 0.3.4
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Wed Jun 4 2008 Michel Salim <salimma@fedoraproject.org> - 0.3.3-1
|
2008-06-04 19:43:57 +00:00
|
|
|
- Update to 0.3.3
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Fri May 16 2008 Michel Salim <salimma@fedoraproject.org> - 0.3.2-1
|
2008-05-16 19:49:46 +00:00
|
|
|
- Update to 0.3.2
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Thu Apr 10 2008 Michel Salim <salimma@fedoraproject.org> - 0.2.0-1
|
2008-04-10 23:38:58 +00:00
|
|
|
- Update to 0.2.0
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Wed Mar 5 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.7-1
|
2008-03-05 07:40:31 +00:00
|
|
|
- Update to 0.1.7
|
|
|
|
- -tool subpackage now requires gnome-common, intltool and libtoolize
|
|
|
|
for out-of-the-box vala-gen-project support
|
|
|
|
|
2008-02-19 23:25:07 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.6-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Sat Jan 19 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.6-1
|
2008-01-19 20:36:16 +00:00
|
|
|
- Update to 0.1.6
|
|
|
|
- Revert vapi addition, needed declarations have been inlined (r846)
|
|
|
|
- Rename -docs subpackage to -doc, to comply with guidelines
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Tue Jan 15 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.5-5
|
2008-01-15 15:05:39 +00:00
|
|
|
- Manually add Gee vapi file to package (bz #428692)
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Tue Dec 4 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.5-4
|
2007-12-04 22:28:35 +00:00
|
|
|
- Backport patch to autodetect location of automake shared files
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Tue Dec 4 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.5-3
|
2007-12-04 15:59:03 +00:00
|
|
|
- Add build dependency on gtk2-devel
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Tue Dec 4 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.5-2
|
2007-12-04 05:51:00 +00:00
|
|
|
- Enable project generator tool
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Tue Nov 27 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.5-1
|
2007-11-28 07:06:53 +00:00
|
|
|
- Update to 0.1.5
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Sun Nov 11 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.4-2
|
2007-11-11 08:24:53 +00:00
|
|
|
- Add build dependency on devhelp
|
2007-11-11 06:58:13 +00:00
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Fri Oct 19 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.4-1
|
2007-10-19 19:31:22 +00:00
|
|
|
- Update to 0.1.4
|
|
|
|
- Put newly-added documentation in its own subpackage (depends on devhelp)
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Mon Sep 17 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.3-5
|
2007-09-17 21:37:30 +00:00
|
|
|
- vapigen subpackage: add missing Require: on perl-XML-Twig
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Sat Sep 8 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.3-4
|
2007-09-08 15:53:02 +00:00
|
|
|
- Split -vapigen subpackage. It is functionally self-contained and the license
|
|
|
|
is more restricted
|
|
|
|
- Updated license declarations
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Wed Sep 5 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.3-3
|
2007-09-05 22:03:10 +00:00
|
|
|
- Licensing and URL updates
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Tue Sep 4 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.3-2
|
2007-09-05 03:36:20 +00:00
|
|
|
- Enable binding generation tools
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Sun Sep 2 2007 Michel Salim <salimma@fedoraproject.org> - 0.1.3-1
|
2007-09-02 22:24:39 +00:00
|
|
|
- Update to 0.1.3
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Sun Mar 25 2007 Michel Salim <salimma@fedoraproject.org> - 0.0.8-1
|
2007-03-25 16:02:02 +00:00
|
|
|
- Update to 0.0.8
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Wed Mar 7 2007 Michel Salim <salimma@fedoraproject.org> - 0.0.7-1
|
2007-03-08 01:47:22 +00:00
|
|
|
- Update to 0.0.7
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Wed Feb 28 2007 Michel Salim <salimma@fedoraproject.org> - 0.0.6-1
|
2007-03-01 01:53:47 +00:00
|
|
|
- Update to 0.0.6
|
|
|
|
|
2008-11-24 04:51:54 +00:00
|
|
|
* Mon Nov 6 2006 Michel Salim <salimma@fedoraproject.org> - 0.0.5-1
|
2006-11-06 20:20:38 +00:00
|
|
|
- Initial package
|