Update to 3.18.0

This commit is contained in:
Kalev Lember 2015-09-21 09:27:47 +02:00
parent 914655d498
commit 71d5bb7c2f
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -44,3 +44,4 @@ devhelp-2.90.5.tar.bz2
/devhelp-3.16.1.tar.xz /devhelp-3.16.1.tar.xz
/devhelp-3.17.3.tar.xz /devhelp-3.17.3.tar.xz
/devhelp-3.17.91.tar.xz /devhelp-3.17.91.tar.xz
/devhelp-3.18.0.tar.xz

View File

@ -1,14 +1,14 @@
### Abstract ### ### Abstract ###
Name: devhelp Name: devhelp
Version: 3.17.91 Version: 3.18.0
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
Summary: API documention browser Summary: API documention browser
URL: https://wiki.gnome.org/Apps/Devhelp URL: https://wiki.gnome.org/Apps/Devhelp
#VCS: git:git://git.gnome.org/devhelp #VCS: git:git://git.gnome.org/devhelp
Source: https://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz Source: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
### Build Dependencies ### ### Build Dependencies ###
@ -113,6 +113,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 1:3.18.0-1
- Update to 3.18.0
* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 1:3.17.91-1 * Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 1:3.17.91-1
- Update to 3.17.91 - Update to 3.17.91
- Use make_install macro - Use make_install macro

View File

@ -1 +1 @@
682343a5d1125c749d4077eaa0ed298b devhelp-3.17.91.tar.xz 1b316ca88da22386dc5e7587d30e166b devhelp-3.18.0.tar.xz