forked from pool/libproxy
Accepting request 46970 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/libproxy via accept of submit request 46970 revision 3. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/46970 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=52
This commit is contained in:
parent
f8e8abf7a0
commit
e23b109a28
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1cccd9aff6304c7b687ef2364cd95475e6771d3920a521ad1b1d9c3cc70d13d1
|
|
||||||
size 70452
|
|
3
libproxy-0.4.6.tar.bz2
Normal file
3
libproxy-0.4.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9be19e35cec7de2159ad68b620665f02c25938d186697176125e9ad89220fb85
|
||||||
|
size 71816
|
@ -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
|
Fri Aug 20 15:16:46 UTC 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -37,7 +37,7 @@ Url: http://code.google.com/p/libproxy/
|
|||||||
Name: libproxy-plugins
|
Name: libproxy-plugins
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Libproxy provides consistent proxy configuration to applications
|
Summary: Libproxy provides consistent proxy configuration to applications
|
||||||
Version: 0.4.5
|
Version: 0.4.6
|
||||||
Release: 1
|
Release: 1
|
||||||
%if 0%{?build_snapshot}
|
%if 0%{?build_snapshot}
|
||||||
%define _sourcename %{_name}
|
%define _sourcename %{_name}
|
||||||
@ -313,6 +313,7 @@ cmake \
|
|||||||
-DLIB_INSTALL_DIR=%{_libdir} \
|
-DLIB_INSTALL_DIR=%{_libdir} \
|
||||||
-DMODULE_INSTALL_DIR=%{_libdir}/libproxy-%{version}/modules \
|
-DMODULE_INSTALL_DIR=%{_libdir}/libproxy-%{version}/modules \
|
||||||
-DLIBEXEC_INSTALL_DIR=%{_libexecdir}/libproxy-%{version} \
|
-DLIBEXEC_INSTALL_DIR=%{_libexecdir}/libproxy-%{version} \
|
||||||
|
-DPYTHON_SITEPKG_DIR=%{python_sitelib} \
|
||||||
-DSHARE_INSTALL_PREFIX=%{_datadir} \
|
-DSHARE_INSTALL_PREFIX=%{_datadir} \
|
||||||
-DINCLUDE_INSTALL_DIR=%{_includedir} \
|
-DINCLUDE_INSTALL_DIR=%{_includedir} \
|
||||||
-DPERL_VENDORINSTALL=yes \
|
-DPERL_VENDORINSTALL=yes \
|
||||||
|
@ -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
|
Fri Aug 20 15:16:46 UTC 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -37,7 +37,7 @@ Url: http://code.google.com/p/libproxy/
|
|||||||
Name: libproxy
|
Name: libproxy
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Libproxy provides consistent proxy configuration to applications
|
Summary: Libproxy provides consistent proxy configuration to applications
|
||||||
Version: 0.4.5
|
Version: 0.4.6
|
||||||
Release: 1
|
Release: 1
|
||||||
%if 0%{?build_snapshot}
|
%if 0%{?build_snapshot}
|
||||||
%define _sourcename %{_name}
|
%define _sourcename %{_name}
|
||||||
@ -313,6 +313,7 @@ cmake \
|
|||||||
-DLIB_INSTALL_DIR=%{_libdir} \
|
-DLIB_INSTALL_DIR=%{_libdir} \
|
||||||
-DMODULE_INSTALL_DIR=%{_libdir}/libproxy-%{version}/modules \
|
-DMODULE_INSTALL_DIR=%{_libdir}/libproxy-%{version}/modules \
|
||||||
-DLIBEXEC_INSTALL_DIR=%{_libexecdir}/libproxy-%{version} \
|
-DLIBEXEC_INSTALL_DIR=%{_libexecdir}/libproxy-%{version} \
|
||||||
|
-DPYTHON_SITEPKG_DIR=%{python_sitelib} \
|
||||||
-DSHARE_INSTALL_PREFIX=%{_datadir} \
|
-DSHARE_INSTALL_PREFIX=%{_datadir} \
|
||||||
-DINCLUDE_INSTALL_DIR=%{_includedir} \
|
-DINCLUDE_INSTALL_DIR=%{_includedir} \
|
||||||
-DPERL_VENDORINSTALL=yes \
|
-DPERL_VENDORINSTALL=yes \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user