Update to 3.25.2 git snapshot
This is needed by gnome-builder 3.25.3.
This commit is contained in:
parent
44b365e3e9
commit
311bd7d474
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@ devhelp-2.90.5.tar.bz2
|
|||||||
/devhelp-3.23.92.tar.xz
|
/devhelp-3.23.92.tar.xz
|
||||||
/devhelp-3.24.0.tar.xz
|
/devhelp-3.24.0.tar.xz
|
||||||
/devhelp-3.25.1.tar.xz
|
/devhelp-3.25.1.tar.xz
|
||||||
|
/devhelp-3.25.2-56f8389.tar.xz
|
||||||
|
13
devhelp.spec
13
devhelp.spec
@ -1,12 +1,16 @@
|
|||||||
|
%global commit0 56f8389fe631dd46a3d23d9d8a3edb71089e0664
|
||||||
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: devhelp
|
Name: devhelp
|
||||||
Version: 3.25.1
|
Version: 3.25.2
|
||||||
Release: 1%{?dist}
|
Release: 0.1.git%{shortcommit0}%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: API documentation browser
|
Summary: API documentation browser
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://wiki.gnome.org/Apps/Devhelp
|
URL: https://wiki.gnome.org/Apps/Devhelp
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz
|
#Source0: https://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz
|
||||||
|
Source0: %{name}-%{version}-%{shortcommit0}.tar.xz
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: desktop-file-utils >= 0.3
|
BuildRequires: desktop-file-utils >= 0.3
|
||||||
@ -134,6 +138,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
|||||||
%{_datadir}/gir-1.0/Devhelp-3.0.gir
|
%{_datadir}/gir-1.0/Devhelp-3.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 1:3.25.2-0.1.git56f8389
|
||||||
|
- Update to 3.25.2 git snapshot
|
||||||
|
|
||||||
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 1:3.25.1-1
|
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 1:3.25.1-1
|
||||||
- Update to 3.25.1
|
- Update to 3.25.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (devhelp-3.25.1.tar.xz) = befe8605153ac8edaa59a1af4e30b65df50d9122fa414a486f647d74d2a032337f4ab80e873ed4d827937a02fabc69b9aaf70bf897ef3943dd05a344234a69dc
|
SHA512 (devhelp-3.25.2-56f8389.tar.xz) = b78ff53cd13e132cf2bb5929d87a107ac0c99dbb4a223509cdfa8973576f327b098f46b86cf03d54aa6d7d4104852e0341f3393d0db5395b698dd85e28a59426
|
||||||
|
Loading…
Reference in New Issue
Block a user