Update to 3.13.90

This commit is contained in:
Kalev Lember 2014-08-24 20:20:16 +02:00
parent 7a5d75933f
commit 012a90eb83
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ devhelp-2.90.5.tar.bz2
/devhelp-3.12.0.tar.xz /devhelp-3.12.0.tar.xz
/devhelp-3.12.1.tar.xz /devhelp-3.12.1.tar.xz
/devhelp-3.13.4.tar.xz /devhelp-3.13.4.tar.xz
/devhelp-3.13.90.tar.xz

View File

@ -1,8 +1,8 @@
### Abstract ### ### Abstract ###
Name: devhelp Name: devhelp
Version: 3.13.4 Version: 3.13.90
Release: 4%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
Group: Development/Tools Group: Development/Tools
@ -43,9 +43,6 @@ into other applications such as IDEs.
%prep %prep
%setup -q %setup -q
# Hack to use webkitgtk4 until devhelp 3.13.90 is released
sed -i -e 's/webkit2gtk-3\.0/webkit2gtk-4.0/g' configure data/libdevhelp-3.0.pc.in
%build %build
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing" make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
@ -107,6 +104,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Sun Aug 24 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.90-1
- Update to 3.13.90
* Fri Aug 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.4-4 * Fri Aug 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.4-4
- Update pkgconfig deps for webkitgtk4 - Update pkgconfig deps for webkitgtk4

View File

@ -1 +1 @@
2f08497b47b14323bdea3918ba244c0f devhelp-3.13.4.tar.xz c4c853a4fd6bd0fb53c830f227bc5da3 devhelp-3.13.90.tar.xz