0.7.3
This commit is contained in:
parent
077a5661d8
commit
cd3a0ca068
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ libpeas-0.5.4.tar.bz2
|
||||
/libpeas-0.7.0.tar.bz2
|
||||
/libpeas-0.7.1.tar.bz2
|
||||
/libpeas-0.7.2.tar.bz2
|
||||
/libpeas-0.7.3.tar.bz2
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: libpeas
|
||||
Version: 0.7.2
|
||||
Version: 0.7.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
|
||||
@ -17,9 +17,6 @@ BuildRequires: libtool
|
||||
# For the girepository-1.0 directory
|
||||
Requires: gobject-introspection
|
||||
|
||||
Requires(post): /usr/bin/gtk-update-icon-cache
|
||||
Requires(postun): /usr/bin/gtk-update-icon-cache
|
||||
|
||||
%description
|
||||
libpeas is a convenience library making adding plug-ins support
|
||||
to GTK+ and glib-based applications.
|
||||
@ -93,6 +90,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 0.7.3-1
|
||||
- Update to 0.7.3
|
||||
- Drop unneeded dependencies
|
||||
|
||||
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.7.2-1
|
||||
- Update to 0.7.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user