diff --git a/0.4.12.tar.gz b/0.4.12.tar.gz deleted file mode 100644 index 4e3ff5f..0000000 --- a/0.4.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:add9c5e30767c17b00f842f6280d818ece1eb23ab92e1fc68661204c95d7e22b -size 87765 diff --git a/0.4.13.tar.gz b/0.4.13.tar.gz new file mode 100644 index 0000000..c0ea750 --- /dev/null +++ b/0.4.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d610bc0ef81a18ba418d759c5f4f87bf7102229a9153fb397d7d490987330ffd +size 89296 diff --git a/libproxy-plugins.changes b/libproxy-plugins.changes index f46decd..d2c337d 100644 --- a/libproxy-plugins.changes +++ b/libproxy-plugins.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Apr 28 16:54:40 UTC 2016 - dimstar@opensuse.org + +- Update to version 0.4.13: + + Allow linking webkit pacrunner against javascriptcore-4.0 + (webkit2). + + Allow to disable building of the KDE module + (-DWITH_KDE=ON/OFF). + + Fix compilation errors with CLang on MacOSX. + + bindings: perl: Add an option to explicitly link against + libperl.so. Some distributions want to do it, other prefer not + to, the library is anyway in context of perl. + + config_kde: Add a basic cache and invalidation: performance + improvement for the KDE module. +- Pass -DWITH_KDE=OFF to cmake when building core. +- Replace pkgconfig(webkitgtk-3.0) BuildRequires with + pkgconfig(javascriptcoregtk-4.0): make use of the WebKit2 port. + +------------------------------------------------------------------- +Thu Jan 14 11:56:33 UTC 2016 - fcrozat@suse.com + +- Disable building libproxy-config-kde on SLE. + ------------------------------------------------------------------- Tue Jan 12 16:46:37 UTC 2016 - dimstar@opensuse.org diff --git a/libproxy-plugins.spec b/libproxy-plugins.spec index 249db6a..861862f 100644 --- a/libproxy-plugins.spec +++ b/libproxy-plugins.spec @@ -31,7 +31,7 @@ Name: libproxy-plugins Summary: Libproxy provides consistent proxy configuration to applications License: GPL-2.0+ and LGPL-2.1+ Group: System/Libraries -Version: 0.4.12 +Version: 0.4.13 Release: 0 # FIXME: verify if test suite works - 0.4.10 has weird behavior in some cases, where the internal server times out. %if 0%{?build_snapshot} @@ -57,7 +57,7 @@ BuildRequires: dbus-1-devel BuildRequires: gconf2-devel # For directory ownership, but also because we want to rebuild the modules if # the library changed -BuildRequires: libproxy1 +BuildRequires: libproxy1 = %{version} %if 0%{?favor_gtk2} BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gobject-2.0) @@ -65,10 +65,12 @@ BuildRequires: pkgconfig(webkit-1.0) %else BuildRequires: pkgconfig(gio-2.0) >= 2.26 BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(webkitgtk-3.0) +BuildRequires: pkgconfig(javascriptcoregtk-4.0) %endif BuildRequires: NetworkManager-devel +%if 0%{?is_opensuse} BuildRequires: libKF5ConfigCore5 +%endif %if %{build_mozjs} BuildRequires: pkgconfig(mozjs185) %endif @@ -202,7 +204,6 @@ Obsoletes: libproxy1-config-kde4 < 0.4.12 A module to extend libproxy with capabilities to query KDE4 about proxy settings. - %if %{build_mozjs} %package -n libproxy1-pacrunner-mozjs Summary: Libproxy module to support wpad/pac parsing via Mozilla JavaScript Engine @@ -349,6 +350,7 @@ cmake \ -DWITH_DOTNET=OFF \ -DWITH_PERL=OFF \ -DWITH_PYTHON=OFF \ + -DWITH_KDE=OFF \ %endif %if 0%{?suse_version} && 0%{?suse_version} < 1120 -DCMAKE_BUILD_TYPE=DebugFull \ @@ -434,10 +436,11 @@ rm -f %{buildroot}%{_datadir}/vala/vapi/libproxy-1.0.vapi %else %if ! 0%{?windows} - +%if 0%{?is_opensuse} %files -n libproxy1-config-kde %defattr(-, root, root) %{_libdir}/libproxy-%{version}/modules/config_kde.so +%endif %if 0%{?favor_gtk2} diff --git a/libproxy.changes b/libproxy.changes index f46decd..d2c337d 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Apr 28 16:54:40 UTC 2016 - dimstar@opensuse.org + +- Update to version 0.4.13: + + Allow linking webkit pacrunner against javascriptcore-4.0 + (webkit2). + + Allow to disable building of the KDE module + (-DWITH_KDE=ON/OFF). + + Fix compilation errors with CLang on MacOSX. + + bindings: perl: Add an option to explicitly link against + libperl.so. Some distributions want to do it, other prefer not + to, the library is anyway in context of perl. + + config_kde: Add a basic cache and invalidation: performance + improvement for the KDE module. +- Pass -DWITH_KDE=OFF to cmake when building core. +- Replace pkgconfig(webkitgtk-3.0) BuildRequires with + pkgconfig(javascriptcoregtk-4.0): make use of the WebKit2 port. + +------------------------------------------------------------------- +Thu Jan 14 11:56:33 UTC 2016 - fcrozat@suse.com + +- Disable building libproxy-config-kde on SLE. + ------------------------------------------------------------------- Tue Jan 12 16:46:37 UTC 2016 - dimstar@opensuse.org diff --git a/libproxy.spec b/libproxy.spec index b273d9b..c21ecb4 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -31,7 +31,7 @@ Name: libproxy Summary: Libproxy provides consistent proxy configuration to applications License: GPL-2.0+ and LGPL-2.1+ Group: System/Libraries -Version: 0.4.12 +Version: 0.4.13 Release: 0 # FIXME: verify if test suite works - 0.4.10 has weird behavior in some cases, where the internal server times out. %if 0%{?build_snapshot} @@ -57,7 +57,7 @@ BuildRequires: dbus-1-devel BuildRequires: gconf2-devel # For directory ownership, but also because we want to rebuild the modules if # the library changed -BuildRequires: libproxy1 +BuildRequires: libproxy1 = %{version} %if 0%{?favor_gtk2} BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gobject-2.0) @@ -65,10 +65,12 @@ BuildRequires: pkgconfig(webkit-1.0) %else BuildRequires: pkgconfig(gio-2.0) >= 2.26 BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(webkitgtk-3.0) +BuildRequires: pkgconfig(javascriptcoregtk-4.0) %endif BuildRequires: NetworkManager-devel +%if 0%{?is_opensuse} BuildRequires: libKF5ConfigCore5 +%endif %if %{build_mozjs} BuildRequires: pkgconfig(mozjs185) %endif @@ -202,7 +204,6 @@ Obsoletes: libproxy1-config-kde4 < 0.4.12 A module to extend libproxy with capabilities to query KDE4 about proxy settings. - %if %{build_mozjs} %package -n libproxy1-pacrunner-mozjs Summary: Libproxy module to support wpad/pac parsing via Mozilla JavaScript Engine @@ -349,6 +350,7 @@ cmake \ -DWITH_DOTNET=OFF \ -DWITH_PERL=OFF \ -DWITH_PYTHON=OFF \ + -DWITH_KDE=OFF \ %endif %if 0%{?suse_version} && 0%{?suse_version} < 1120 -DCMAKE_BUILD_TYPE=DebugFull \ @@ -434,10 +436,11 @@ rm -f %{buildroot}%{_datadir}/vala/vapi/libproxy-1.0.vapi %else %if ! 0%{?windows} - +%if 0%{?is_opensuse} %files -n libproxy1-config-kde %defattr(-, root, root) %{_libdir}/libproxy-%{version}/modules/config_kde.so +%endif %if 0%{?favor_gtk2}