Update to 3.13.90
This commit is contained in:
parent
7a5d75933f
commit
012a90eb83
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@ devhelp-2.90.5.tar.bz2
|
||||
/devhelp-3.12.0.tar.xz
|
||||
/devhelp-3.12.1.tar.xz
|
||||
/devhelp-3.13.4.tar.xz
|
||||
/devhelp-3.13.90.tar.xz
|
||||
|
10
devhelp.spec
10
devhelp.spec
@ -1,8 +1,8 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: devhelp
|
||||
Version: 3.13.4
|
||||
Release: 4%{?dist}
|
||||
Version: 3.13.90
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: Development/Tools
|
||||
@ -43,9 +43,6 @@ into other applications such as IDEs.
|
||||
%prep
|
||||
%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
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||
@ -107,6 +104,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%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
|
||||
- Update pkgconfig deps for webkitgtk4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user