Update to 1.21.0 git snapshot
This commit is contained in:
parent
f479ecc404
commit
d1faac8d6f
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/libpeas-1.17.0.tar.xz
|
||||
/libpeas-1.18.0.tar.xz
|
||||
/libpeas-1.20.0.tar.xz
|
||||
/libpeas-1.21.0-bcc8644.tar.xz
|
||||
|
||||
13
libpeas.spec
13
libpeas.spec
@ -6,14 +6,18 @@
|
||||
|
||||
%global apiver 1.0
|
||||
|
||||
%global commit0 bcc8644b83a3d514f242cfa933371c329edf16f5
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: libpeas
|
||||
Version: 1.20.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.21.0
|
||||
Release: 0.1.git%{shortcommit0}%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Libpeas
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.20/%{name}-%{version}.tar.xz
|
||||
#Source0: https://download.gnome.org/sources/%{name}/1.21/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}-%{shortcommit0}.tar.xz
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: gcc
|
||||
@ -150,6 +154,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/glade/catalogs/libpeas-gtk.xml
|
||||
|
||||
%changelog
|
||||
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 1.21.0-0.1.gitbcc8644
|
||||
- Update to 1.21.0 git snapshot
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user