diff --git a/libproxy-0.4.5.tar.bz2 b/libproxy-0.4.5.tar.bz2 deleted file mode 100644 index f934302..0000000 --- a/libproxy-0.4.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cccd9aff6304c7b687ef2364cd95475e6771d3920a521ad1b1d9c3cc70d13d1 -size 70452 diff --git a/libproxy-0.4.6.tar.bz2 b/libproxy-0.4.6.tar.bz2 new file mode 100644 index 0000000..8039232 --- /dev/null +++ b/libproxy-0.4.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be19e35cec7de2159ad68b620665f02c25938d186697176125e9ad89220fb85 +size 71816 diff --git a/libproxy-plugins.changes b/libproxy-plugins.changes index 1cd010c..68e7474 100644 --- a/libproxy-plugins.changes +++ b/libproxy-plugins.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 2 09:38:47 CEST 2010 - dimstar@opensuse.org + +- Update to version 0.4.6: + + Fixed a crash in the URL parser + + Fixed build issues with Visual Studio + + Updated the INSTALL file + + Install Python binding in prefix path if site-packages exists + ------------------------------------------------------------------- Fri Aug 20 15:16:46 UTC 2010 - dimstar@opensuse.org diff --git a/libproxy-plugins.spec b/libproxy-plugins.spec index 1208e05..ec78ee6 100644 --- a/libproxy-plugins.spec +++ b/libproxy-plugins.spec @@ -1,5 +1,5 @@ # -# spec file for package libproxy (Version 0.4.5) +# spec file for package libproxy (Version 0.4.6) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -37,7 +37,7 @@ Url: http://code.google.com/p/libproxy/ Name: libproxy-plugins Group: System/Libraries Summary: Libproxy provides consistent proxy configuration to applications -Version: 0.4.5 +Version: 0.4.6 Release: 1 %if 0%{?build_snapshot} %define _sourcename %{_name} @@ -313,6 +313,7 @@ cmake \ -DLIB_INSTALL_DIR=%{_libdir} \ -DMODULE_INSTALL_DIR=%{_libdir}/libproxy-%{version}/modules \ -DLIBEXEC_INSTALL_DIR=%{_libexecdir}/libproxy-%{version} \ + -DPYTHON_SITEPKG_DIR=%{python_sitelib} \ -DSHARE_INSTALL_PREFIX=%{_datadir} \ -DINCLUDE_INSTALL_DIR=%{_includedir} \ -DPERL_VENDORINSTALL=yes \ diff --git a/libproxy.changes b/libproxy.changes index 1cd010c..68e7474 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 2 09:38:47 CEST 2010 - dimstar@opensuse.org + +- Update to version 0.4.6: + + Fixed a crash in the URL parser + + Fixed build issues with Visual Studio + + Updated the INSTALL file + + Install Python binding in prefix path if site-packages exists + ------------------------------------------------------------------- Fri Aug 20 15:16:46 UTC 2010 - dimstar@opensuse.org diff --git a/libproxy.spec b/libproxy.spec index e105e8e..b725b03 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,5 +1,5 @@ # -# spec file for package libproxy (Version 0.4.5) +# spec file for package libproxy (Version 0.4.6) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -37,7 +37,7 @@ Url: http://code.google.com/p/libproxy/ Name: libproxy Group: System/Libraries Summary: Libproxy provides consistent proxy configuration to applications -Version: 0.4.5 +Version: 0.4.6 Release: 1 %if 0%{?build_snapshot} %define _sourcename %{_name} @@ -313,6 +313,7 @@ cmake \ -DLIB_INSTALL_DIR=%{_libdir} \ -DMODULE_INSTALL_DIR=%{_libdir}/libproxy-%{version}/modules \ -DLIBEXEC_INSTALL_DIR=%{_libexecdir}/libproxy-%{version} \ + -DPYTHON_SITEPKG_DIR=%{python_sitelib} \ -DSHARE_INSTALL_PREFIX=%{_datadir} \ -DINCLUDE_INSTALL_DIR=%{_includedir} \ -DPERL_VENDORINSTALL=yes \