Update to 1.10.0

This commit is contained in:
Richard Hughes 2014-03-31 11:11:27 +01:00
parent 676d7d6a14
commit 7b598de675
4 changed files with 8 additions and 1443 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/libpeas-1.7.0.tar.xz
/libpeas-1.8.0.tar.xz
/libpeas-1.9.0.tar.xz
/libpeas-1.10.0.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -7,16 +7,14 @@
%endif
Name: libpeas
Version: 1.9.0
Release: 3%{?dist}
Version: 1.10.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}/1.9/%{name}-%{version}.tar.xz
# Upstream 730edb65d6 , drop gjs plugin support as apparently no-one wants it
Patch0: libpeas-1.9.0-drop_gjs.patch
Source0: http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/1.10/%{name}-%{version}.tar.xz
BuildRequires: chrpath
BuildRequires: gtk3-devel >= 3.0.0
@ -51,7 +49,6 @@ that are needed to write applications that use libpeas.
%prep
%setup -q
%patch0 -p1
%build
%configure %{seed_option}
@ -110,6 +107,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%{_datadir}/glade/catalogs/libpeas-gtk.xml
%changelog
* Mon Mar 31 2014 Richard Hughes <rhughes@redhat.com> - 1.10.0-1
- Update to 1.10.0
* Wed Feb 05 2014 Adam Williamson <awilliam@redhat.com> - 1.9.0-3
- drop gjs plugin support (backported from upstream; no-one wants it)

View File

@ -1 +1 @@
54e7c7e80fd8737ffc0987fd09d1267a libpeas-1.9.0.tar.xz
b388cdb1c38ac8701f85c8278df0de0a libpeas-1.10.0.tar.xz