Accepting request 47788 from GNOME:Factory
Copy from GNOME:Factory/libproxy based on submit request 47788 from user vuntz OBS-URL: https://build.opensuse.org/request/show/47788 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libproxy?expand=0&rev=23
This commit is contained in:
commit
11e2308cd4
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libproxy-plugins (Version 0.4.5)
|
||||
# spec file for package libproxy-plugins (Version 0.4.6)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -38,7 +38,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}
|
||||
@ -315,6 +315,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 \
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
#
|
||||
@ -38,7 +38,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}
|
||||
@ -315,6 +315,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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user