Update to 1.16.0
This commit is contained in:
parent
90e8ecdebb
commit
71d66e174d
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/libpeas-1.13.0.tar.xz
|
||||
/libpeas-1.14.0.tar.xz
|
||||
/libpeas-1.15.0.tar.xz
|
||||
/libpeas-1.16.0.tar.xz
|
||||
|
||||
@ -5,14 +5,14 @@
|
||||
%endif
|
||||
|
||||
Name: libpeas
|
||||
Version: 1.15.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Libpeas
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.15/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.16/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
|
||||
@ -132,6 +132,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/glade/catalogs/libpeas-gtk.xml
|
||||
|
||||
%changelog
|
||||
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.16.0-1
|
||||
- Update to 1.16.0
|
||||
|
||||
* Fri Jul 03 2015 David King <amigadave@amigadave.com> - 1.15.0-3
|
||||
- Split out Python 2 and 3 loaders into subpackages (#1226879)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user