This commit is contained in:
Christopher Aillon 2011-04-04 13:50:32 -07:00
parent bb4f4b1827
commit 6a69ba4256
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ libpeas-0.5.4.tar.bz2
/libpeas-0.7.3.tar.bz2
/libpeas-0.7.4.tar.bz2
/libpeas-0.9.0.tar.bz2
/libpeas-1.0.0.tar.bz2

View File

@ -1,12 +1,12 @@
Name: libpeas
Version: 0.9.0
Version: 1.0.0
Release: 1%{?dist}
Summary: Plug-ins implementation convenience library
Group: System Environment/Libraries
License: LGPLv2+
URL: http://ftp.acc.umu.se/pub/GNOME/sources/libpeas/
Source0: http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
Source0: http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/1.0/%{name}-%{version}.tar.bz2
BuildRequires: gtk3-devel >= 2.99.3
BuildRequires: pygobject2-devel
@ -90,6 +90,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%{_libdir}/pkgconfig/*.pc
%changelog
* Mon Apr 4 2011 Christopher Aillon <caillon@redhat.com> 1.0.0-1
- Update to 1.0.0
* Sun Mar 27 2011 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
- Update to 0.9.0

View File

@ -1 +1 @@
32677e40da1ede7bff5840bb6e9a30de libpeas-0.9.0.tar.bz2
d716358eec12d4439d04c337733f1f60 libpeas-1.0.0.tar.bz2