Update to 1.15.0
This commit is contained in:
parent
a7c145a8cd
commit
1885a273fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/libpeas-1.12.1.tar.xz
|
||||
/libpeas-1.13.0.tar.xz
|
||||
/libpeas-1.14.0.tar.xz
|
||||
/libpeas-1.15.0.tar.xz
|
||||
|
||||
15
libpeas.spec
15
libpeas.spec
@ -5,14 +5,14 @@
|
||||
%endif
|
||||
|
||||
Name: libpeas
|
||||
Version: 1.14.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.15.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.14/%{name}-%{version}.tar.xz
|
||||
URL: https://download.gnome.org/sources/libpeas/
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.15/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: gtk3-devel >= 3.0.0
|
||||
@ -22,12 +22,8 @@ BuildRequires: python-devel
|
||||
BuildRequires: python3-devel
|
||||
%endif
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: glade-devel
|
||||
|
||||
BuildRequires: autoconf automake gnome-common
|
||||
|
||||
# For the girepository-1.0 directory
|
||||
Requires: gobject-introspection%{?_isa}
|
||||
|
||||
@ -109,6 +105,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/glade/catalogs/libpeas-gtk.xml
|
||||
|
||||
%changelog
|
||||
* Thu Jun 25 2015 David King <amigadave@amigadave.com> - 1.15.0-1
|
||||
- Update to 1.15.0 (#1235615)
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user