Accepting request 40752 from GNOME:Factory
checked in (request 40752) OBS-URL: https://build.opensuse.org/request/show/40752 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=47
This commit is contained in:
parent
4e56ff7250
commit
c019ac047e
3
libproxy-0.4.0.tar.bz2
Normal file
3
libproxy-0.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7219863f17b5f203d934b8a95191ea344dca475f32b5c2fb13c619f9af22469c
|
||||
size 403779
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bececbf4aa6f01479a1166f818347884e2d99d2104b0ff9bdd8a3f54f18ff8fa
|
||||
size 63868
|
@ -1,43 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 25 16:04:53 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.4.2:
|
||||
+ Fixed python bindings
|
||||
+ Workaround cmake bug with dynamic libraries in non-standard
|
||||
folders.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 18:39:50 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.4.1:
|
||||
+ Improved cross-platform build
|
||||
+ Added Perl and Vala bindings
|
||||
+ Fix multiple infinite loop bugs
|
||||
+ Fix random crash with Gnome backend
|
||||
+ Standardized Gnome backend based on Mozilla and Chrome behavior
|
||||
+ Removed dependency to X11 in Gnome backend
|
||||
+ Allow disabling features at build time using WITH_* cmake
|
||||
options
|
||||
+ Module path can now be altered using PX_MODULE_PATH environment
|
||||
+ pxgconf helper location can be altered using PX_GCONF
|
||||
environment
|
||||
+ Removed proxy scheme filtering, we now trust config modules
|
||||
+ socks5:// and socks4:// is now allowed
|
||||
+ Fix crash when password is empty string
|
||||
+ Complete list of bug fixes:
|
||||
- #19, #59, #65, #86, #87, #88, #89, #90, #91, #92, #93, #97,
|
||||
#98, #99, #100, #101, #102, #103, #106, #108, #110
|
||||
+ Known issues:
|
||||
+ #109 - Scheme comparison is case sensitive
|
||||
+ #112 - Username and password are not URI encoded
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 22:49:21 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to svn snapshot 626
|
||||
+ No longer require xlib to detect session.
|
||||
- Remove xorg-x11-libXmu-devel BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 26 13:18:23 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
#
|
||||
# spec file for package libproxy (Version 0.4.2)
|
||||
# spec file for package libproxy-plugins (Version 0.4.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -38,8 +37,8 @@ Url: http://code.google.com/p/libproxy/
|
||||
Name: libproxy-plugins
|
||||
Group: System/Libraries
|
||||
Summary: Libproxy provides consistent proxy configuration to applications
|
||||
Version: 0.4.2
|
||||
Release: 1
|
||||
Version: 0.4.0
|
||||
Release: 5
|
||||
Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
License: LGPLv2.1+
|
||||
@ -57,6 +56,7 @@ BuildRequires: libproxy1
|
||||
BuildRequires: libwebkit-devel
|
||||
BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: xorg-x11-libXmu-devel
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libqt4-devel
|
||||
%else
|
||||
@ -166,27 +166,6 @@ libproxy offers the following features: * extremely small core
|
||||
* a standard way of dealing with proxy settings across all scenarios
|
||||
|
||||
|
||||
%package -n perl-Net-Libproxy
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Summary: Perl bindings for libproxy
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: libproxy1 = %{version}
|
||||
Requires: perl = %{perl_version}
|
||||
|
||||
%description -n perl-Net-Libproxy
|
||||
libproxy offers the following features: * extremely small core
|
||||
footprint (< 35K)
|
||||
|
||||
* no external dependencies within libproxy core (libproxy modules
|
||||
may have dependencies)
|
||||
|
||||
* only 3 functions in the stable external API
|
||||
|
||||
* dynamic adjustment to changing network topology
|
||||
|
||||
* a standard way of dealing with proxy settings across all scenarios
|
||||
|
||||
|
||||
%package -n libproxy-sharp
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Summary: .Net bindings for libproxy
|
||||
@ -294,10 +273,8 @@ cmake \
|
||||
-Dlibexecdir=%{_libexecdir}/libproxy \
|
||||
-Ddatadir=%{_datadir} \
|
||||
-Dmoduledir=%{_libdir}/libproxy/%{version}/modules \
|
||||
-DWITH_VALA=yes \
|
||||
-DPERL_VENDORINSTALL=yes \
|
||||
..
|
||||
%{__make} %{?jobs:-j%jobs} VERBOSE=1
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
cd build
|
||||
@ -317,9 +294,6 @@ rm %{buildroot}%{_libdir}/libmodman.so*
|
||||
rm %{buildroot}%{python_sitelib}/*.py
|
||||
rm %{buildroot}%{_libdir}/pkgconfig/libproxy-1.0.pc
|
||||
rm %{buildroot}%{_datadir}/cmake/Modules/Findlibproxy.cmake
|
||||
rm %{buildroot}%{_datadir}/vala/vapi/libproxy-1.0.vapi
|
||||
rm %{buildroot}%{perl_vendorarch}/Net/Libproxy.pm
|
||||
rm %{buildroot}%{perl_vendorarch}/auto/Net/Libproxy/Libproxy.so
|
||||
%endif
|
||||
%if %build_core_not_modules
|
||||
|
||||
@ -357,21 +331,10 @@ rm %{buildroot}%{perl_vendorarch}/auto/Net/Libproxy/Libproxy.so
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/libproxy-1.0.pc
|
||||
%{_datadir}/cmake/Modules/Findlibproxy.cmake
|
||||
%dir %{_datadir}/vala
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/libproxy-1.0.vapi
|
||||
|
||||
%files -n python-libproxy
|
||||
%defattr(-, root, root)
|
||||
%{python_sitelib}/*.py
|
||||
|
||||
%files -n perl-Net-Libproxy
|
||||
%defattr(-,root,root)
|
||||
%dir %{perl_vendorarch}/Net
|
||||
%dir %{perl_vendorarch}/auto/Net
|
||||
%dir %{perl_vendorarch}/auto/Net/Libproxy
|
||||
%{perl_vendorarch}/Net/Libproxy.pm
|
||||
%{perl_vendorarch}/auto/Net/Libproxy/Libproxy.so
|
||||
%else
|
||||
|
||||
%files -n libproxy1-config-kde4
|
||||
|
@ -1,43 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 25 16:04:53 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.4.2:
|
||||
+ Fixed python bindings
|
||||
+ Workaround cmake bug with dynamic libraries in non-standard
|
||||
folders.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 18:39:50 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.4.1:
|
||||
+ Improved cross-platform build
|
||||
+ Added Perl and Vala bindings
|
||||
+ Fix multiple infinite loop bugs
|
||||
+ Fix random crash with Gnome backend
|
||||
+ Standardized Gnome backend based on Mozilla and Chrome behavior
|
||||
+ Removed dependency to X11 in Gnome backend
|
||||
+ Allow disabling features at build time using WITH_* cmake
|
||||
options
|
||||
+ Module path can now be altered using PX_MODULE_PATH environment
|
||||
+ pxgconf helper location can be altered using PX_GCONF
|
||||
environment
|
||||
+ Removed proxy scheme filtering, we now trust config modules
|
||||
+ socks5:// and socks4:// is now allowed
|
||||
+ Fix crash when password is empty string
|
||||
+ Complete list of bug fixes:
|
||||
- #19, #59, #65, #86, #87, #88, #89, #90, #91, #92, #93, #97,
|
||||
#98, #99, #100, #101, #102, #103, #106, #108, #110
|
||||
+ Known issues:
|
||||
+ #109 - Scheme comparison is case sensitive
|
||||
+ #112 - Username and password are not URI encoded
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 22:49:21 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to svn snapshot 626
|
||||
+ No longer require xlib to detect session.
|
||||
- Remove xorg-x11-libXmu-devel BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 26 13:18:23 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
#
|
||||
# spec file for package libproxy (Version 0.4.2)
|
||||
# spec file for package libproxy (Version 0.4.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -38,8 +37,8 @@ Url: http://code.google.com/p/libproxy/
|
||||
Name: libproxy
|
||||
Group: System/Libraries
|
||||
Summary: Libproxy provides consistent proxy configuration to applications
|
||||
Version: 0.4.2
|
||||
Release: 1
|
||||
Version: 0.4.0
|
||||
Release: 5
|
||||
Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
License: LGPLv2.1+
|
||||
@ -57,6 +56,7 @@ BuildRequires: libproxy1
|
||||
BuildRequires: libwebkit-devel
|
||||
BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: xorg-x11-libXmu-devel
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libqt4-devel
|
||||
%else
|
||||
@ -166,27 +166,6 @@ libproxy offers the following features: * extremely small core
|
||||
* a standard way of dealing with proxy settings across all scenarios
|
||||
|
||||
|
||||
%package -n perl-Net-Libproxy
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Summary: Perl bindings for libproxy
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: libproxy1 = %{version}
|
||||
Requires: perl = %{perl_version}
|
||||
|
||||
%description -n perl-Net-Libproxy
|
||||
libproxy offers the following features: * extremely small core
|
||||
footprint (< 35K)
|
||||
|
||||
* no external dependencies within libproxy core (libproxy modules
|
||||
may have dependencies)
|
||||
|
||||
* only 3 functions in the stable external API
|
||||
|
||||
* dynamic adjustment to changing network topology
|
||||
|
||||
* a standard way of dealing with proxy settings across all scenarios
|
||||
|
||||
|
||||
%package -n libproxy-sharp
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Summary: .Net bindings for libproxy
|
||||
@ -294,10 +273,8 @@ cmake \
|
||||
-Dlibexecdir=%{_libexecdir}/libproxy \
|
||||
-Ddatadir=%{_datadir} \
|
||||
-Dmoduledir=%{_libdir}/libproxy/%{version}/modules \
|
||||
-DWITH_VALA=yes \
|
||||
-DPERL_VENDORINSTALL=yes \
|
||||
..
|
||||
%{__make} %{?jobs:-j%jobs} VERBOSE=1
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
cd build
|
||||
@ -317,9 +294,6 @@ rm %{buildroot}%{_libdir}/libmodman.so*
|
||||
rm %{buildroot}%{python_sitelib}/*.py
|
||||
rm %{buildroot}%{_libdir}/pkgconfig/libproxy-1.0.pc
|
||||
rm %{buildroot}%{_datadir}/cmake/Modules/Findlibproxy.cmake
|
||||
rm %{buildroot}%{_datadir}/vala/vapi/libproxy-1.0.vapi
|
||||
rm %{buildroot}%{perl_vendorarch}/Net/Libproxy.pm
|
||||
rm %{buildroot}%{perl_vendorarch}/auto/Net/Libproxy/Libproxy.so
|
||||
%endif
|
||||
%if %build_core_not_modules
|
||||
|
||||
@ -357,21 +331,10 @@ rm %{buildroot}%{perl_vendorarch}/auto/Net/Libproxy/Libproxy.so
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/libproxy-1.0.pc
|
||||
%{_datadir}/cmake/Modules/Findlibproxy.cmake
|
||||
%dir %{_datadir}/vala
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/libproxy-1.0.vapi
|
||||
|
||||
%files -n python-libproxy
|
||||
%defattr(-, root, root)
|
||||
%{python_sitelib}/*.py
|
||||
|
||||
%files -n perl-Net-Libproxy
|
||||
%defattr(-,root,root)
|
||||
%dir %{perl_vendorarch}/Net
|
||||
%dir %{perl_vendorarch}/auto/Net
|
||||
%dir %{perl_vendorarch}/auto/Net/Libproxy
|
||||
%{perl_vendorarch}/Net/Libproxy.pm
|
||||
%{perl_vendorarch}/auto/Net/Libproxy/Libproxy.so
|
||||
%else
|
||||
|
||||
%files -n libproxy1-config-kde4
|
||||
|
Loading…
x
Reference in New Issue
Block a user