This commit is contained in:
Ignacio Casal Quinteiro 2012-09-25 15:58:24 +02:00
parent daf7173c88
commit 186901de46
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/libpeas-1.3.0.tar.xz
/libpeas-1.4.0.tar.xz
/libpeas-1.5.0.tar.xz
/libpeas-1.6.0.tar.xz

View File

@ -7,7 +7,7 @@
%endif
Name: libpeas
Version: 1.5.0
Version: 1.6.0
Release: 1%{?dist}
Summary: Plug-ins implementation convenience library
@ -53,7 +53,7 @@ that are needed to write applications that use libpeas.
%setup -q
%build
%configure --disable-vala %{seed_option}
%configure %{seed_option}
make %{?_smp_mflags}
@ -107,6 +107,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%{_datadir}/glade/catalogs/libpeas-gtk.xml
%changelog
* Tue Sep 25 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 1.6.0-1
- Update to 1.6.0
* Wed Sep 19 2012 Bastien Nocera <bnocera@redhat.com> 1.5.0-1
- Disable vala, as it was disabled upstream:
http://git.gnome.org/browse/libpeas/commit/?id=1031aaeeef282ab2bb65cb6ae48fa4abff453c4d

View File

@ -1 +1 @@
331779347185f2117e0fa0dd25067056 libpeas-1.5.0.tar.xz
ad922c0a77193e5a216d133fd7d3c9dc libpeas-1.6.0.tar.xz