update to 2.12.3 [release 2.12.3-1mamba;Sun Aug 21 2016]
This commit is contained in:
parent
85cf9c804d
commit
67f4bff7ef
@ -20,7 +20,7 @@
|
|||||||
%define libname libwebkit2gtk
|
%define libname libwebkit2gtk
|
||||||
|
|
||||||
Name: webkitgtk
|
Name: webkitgtk
|
||||||
Version: 2.12.0
|
Version: 2.12.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Port of WebKit embeddable web component to GTK+
|
Summary: Port of WebKit embeddable web component to GTK+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -127,8 +127,9 @@ WebKit/GTK+ is the new GTK+ port of the WebKit, an open-source web content engin
|
|||||||
This package contains the documentation for %{name},
|
This package contains the documentation for %{name},
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -D -T
|
%setup -q
|
||||||
:<< __EOF
|
#-D -T
|
||||||
|
#:<< __EOF
|
||||||
#%patch0 -p0
|
#%patch0 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -158,10 +159,10 @@ CXXFLAGS="%{optflags} -DNDEBUG $EXTRA_CXXFLAGS"
|
|||||||
-DENABLE_JIT=OFF
|
-DENABLE_JIT=OFF
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
##__EOF
|
#__EOF
|
||||||
### https://bugs.webkit.org/show_bug.cgi?id=34846
|
### https://bugs.webkit.org/show_bug.cgi?id=34846
|
||||||
## V=1 seems a workaround for make error 'argument list too long'
|
## V=1 seems a workaround for make error 'argument list too long'
|
||||||
%make
|
%make || %make -j1
|
||||||
#V=1 || make V=1
|
#V=1 || make V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -239,6 +240,9 @@ CXXFLAGS="%{optflags} -DNDEBUG $EXTRA_CXXFLAGS"
|
|||||||
%{_bindir}/jsc
|
%{_bindir}/jsc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 21 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12.3-1mamba
|
||||||
|
- update to 2.12.3
|
||||||
|
|
||||||
* Thu Mar 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12.0-1mamba
|
* Thu Mar 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12.0-1mamba
|
||||||
- update to 2.12.0
|
- update to 2.12.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user