forked from pool/libproxy
Accepting request 47788 from GNOME:Factory
checked in (request 47788) OBS-URL: https://build.opensuse.org/request/show/47788 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=55
This commit is contained in:
parent
bc079ecdd2
commit
c025adc5ca
3
libproxy-0.4.5.tar.bz2
Normal file
3
libproxy-0.4.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1cccd9aff6304c7b687ef2364cd95475e6771d3920a521ad1b1d9c3cc70d13d1
|
||||||
|
size 70452
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9be19e35cec7de2159ad68b620665f02c25938d186697176125e9ad89220fb85
|
|
||||||
size 71816
|
|
@ -1,12 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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-plugins (Version 0.4.6)
|
# spec file for package libproxy-plugins (Version 0.4.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -38,7 +38,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.6
|
Version: 0.4.5
|
||||||
Release: 1
|
Release: 1
|
||||||
%if 0%{?build_snapshot}
|
%if 0%{?build_snapshot}
|
||||||
%define _sourcename %{_name}
|
%define _sourcename %{_name}
|
||||||
@ -315,7 +315,6 @@ 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,12 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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.6)
|
# spec file for package libproxy (Version 0.4.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -38,7 +38,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.6
|
Version: 0.4.5
|
||||||
Release: 1
|
Release: 1
|
||||||
%if 0%{?build_snapshot}
|
%if 0%{?build_snapshot}
|
||||||
%define _sourcename %{_name}
|
%define _sourcename %{_name}
|
||||||
@ -315,7 +315,6 @@ 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