From d2c7339d45e49810c2746b05c13cd1c73a584364b234ef1d438a0bbe87bc2ca9 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 11 Jun 2010 08:26:56 +0000 Subject: [PATCH] Accepting request 41299 from GNOME:Factory checked in (request 41299) OBS-URL: https://build.opensuse.org/request/show/41299 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=49 --- baselibs.conf | 2 +- libproxy-0.4.2.tar.bz2 | 3 +++ libproxy-0.4.3.tar.bz2 | 3 --- libproxy-plugins.changes | 15 --------------- libproxy-plugins.spec | 18 ++++++++---------- libproxy.changes | 15 --------------- libproxy.spec | 16 +++++++--------- 7 files changed, 19 insertions(+), 53 deletions(-) create mode 100644 libproxy-0.4.2.tar.bz2 delete mode 100644 libproxy-0.4.3.tar.bz2 diff --git a/baselibs.conf b/baselibs.conf index ad47a89..284a11f 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libmodman0 +libmodman0_0_0 libproxy1 libproxy1-config-gnome supplements "packageand(libproxy1-:libproxy1-gnome)" diff --git a/libproxy-0.4.2.tar.bz2 b/libproxy-0.4.2.tar.bz2 new file mode 100644 index 0000000..047d2b5 --- /dev/null +++ b/libproxy-0.4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bececbf4aa6f01479a1166f818347884e2d99d2104b0ff9bdd8a3f54f18ff8fa +size 63868 diff --git a/libproxy-0.4.3.tar.bz2 b/libproxy-0.4.3.tar.bz2 deleted file mode 100644 index d9fe728..0000000 --- a/libproxy-0.4.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:453bb246a06aae706df5e3252b597c1c7c69121f4f8c69e60024101d9f11e59e -size 64182 diff --git a/libproxy-plugins.changes b/libproxy-plugins.changes index 34a527a..235bda9 100644 --- a/libproxy-plugins.changes +++ b/libproxy-plugins.changes @@ -1,18 +1,3 @@ -------------------------------------------------------------------- -Mon Jun 7 17:01:55 UTC 2010 - dimstar@opensuse.org - -- Update to version 0.4.3: - + Test can now be out-compiled using BUILD_TESTING=OFF - + Fixed python binding not handling NULL pointer - + Pyhton binding now support Python version 3 - + Rewrote URL parser to comply with unit test (bnc#612007) - + Username and password are now URL encoded - + Scheme comparison is now non-case sensitive - + Fixed deadlock using WebKit as PAC runner - + Fixed OS X compilation of Perl bindings -- libmodman0_0_0 is now correctly called libmodman0, follow this - change also in baselibs.conf - ------------------------------------------------------------------- Tue May 25 16:04:53 UTC 2010 - dimstar@opensuse.org diff --git a/libproxy-plugins.spec b/libproxy-plugins.spec index 0dac64f..4126d6f 100644 --- a/libproxy-plugins.spec +++ b/libproxy-plugins.spec @@ -1,5 +1,5 @@ # -# spec file for package libproxy (Version 0.4.2) +# spec file for package libproxy-plugins (Version 0.4.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. @@ -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.3 +Version: 0.4.2 Release: 1 Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2 Source99: baselibs.conf @@ -133,14 +133,12 @@ libproxy offers the following features: * extremely small core * a standard way of dealing with proxy settings across all scenarios -%package -n libmodman0 +%package -n libmodman0_0_0 License: GPLv2+ ; LGPLv2.1+ Summary: Libproxy's Module Management Library Group: System/Libraries -Obsoletes: libmodman0_0_0 < %{version} -Provides: libmodman0_0_0 = %{version} -%description -n libmodman0 +%description -n libmodman0_0_0 A module management library taking care of loading / unload modules including heuristics in detecting which bindings might already be used by an application and favouring this one. @@ -299,7 +297,7 @@ cmake \ -DWITH_VALA=yes \ -DPERL_VENDORINSTALL=yes \ .. -%{__make} %{?jobs:-j%jobs} +%{__make} %{?jobs:-j%jobs} VERBOSE=1 %install cd build @@ -327,11 +325,11 @@ rm %{buildroot}%{perl_vendorarch}/auto/Net/Libproxy/Libproxy.so %post -n libproxy1 -p /sbin/ldconfig -%post -n libmodman0 -p /sbin/ldconfig +%post -n libmodman0_0_0 -p /sbin/ldconfig %postun -n libproxy1 -p /sbin/ldconfig -%postun -n libmodman0 -p /sbin/ldconfig +%postun -n libmodman0_0_0 -p /sbin/ldconfig %files tools %defattr(-, root, root) @@ -349,7 +347,7 @@ rm %{buildroot}%{perl_vendorarch}/auto/Net/Libproxy/Libproxy.so #%{_libdir}/libproxy/%{version}/modules/config_direct.so #%{_libdir}/libproxy/%{version}/modules/ignore_*.so -%files -n libmodman0 +%files -n libmodman0_0_0 %defattr(-, root, root) %{_libdir}/libmodman.so.* diff --git a/libproxy.changes b/libproxy.changes index 34a527a..235bda9 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -1,18 +1,3 @@ -------------------------------------------------------------------- -Mon Jun 7 17:01:55 UTC 2010 - dimstar@opensuse.org - -- Update to version 0.4.3: - + Test can now be out-compiled using BUILD_TESTING=OFF - + Fixed python binding not handling NULL pointer - + Pyhton binding now support Python version 3 - + Rewrote URL parser to comply with unit test (bnc#612007) - + Username and password are now URL encoded - + Scheme comparison is now non-case sensitive - + Fixed deadlock using WebKit as PAC runner - + Fixed OS X compilation of Perl bindings -- libmodman0_0_0 is now correctly called libmodman0, follow this - change also in baselibs.conf - ------------------------------------------------------------------- Tue May 25 16:04:53 UTC 2010 - dimstar@opensuse.org diff --git a/libproxy.spec b/libproxy.spec index ad54c91..e8f8b6a 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -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.3 +Version: 0.4.2 Release: 1 Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2 Source99: baselibs.conf @@ -133,14 +133,12 @@ libproxy offers the following features: * extremely small core * a standard way of dealing with proxy settings across all scenarios -%package -n libmodman0 +%package -n libmodman0_0_0 License: GPLv2+ ; LGPLv2.1+ Summary: Libproxy's Module Management Library Group: System/Libraries -Obsoletes: libmodman0_0_0 < %{version} -Provides: libmodman0_0_0 = %{version} -%description -n libmodman0 +%description -n libmodman0_0_0 A module management library taking care of loading / unload modules including heuristics in detecting which bindings might already be used by an application and favouring this one. @@ -299,7 +297,7 @@ cmake \ -DWITH_VALA=yes \ -DPERL_VENDORINSTALL=yes \ .. -%{__make} %{?jobs:-j%jobs} +%{__make} %{?jobs:-j%jobs} VERBOSE=1 %install cd build @@ -327,11 +325,11 @@ rm %{buildroot}%{perl_vendorarch}/auto/Net/Libproxy/Libproxy.so %post -n libproxy1 -p /sbin/ldconfig -%post -n libmodman0 -p /sbin/ldconfig +%post -n libmodman0_0_0 -p /sbin/ldconfig %postun -n libproxy1 -p /sbin/ldconfig -%postun -n libmodman0 -p /sbin/ldconfig +%postun -n libmodman0_0_0 -p /sbin/ldconfig %files tools %defattr(-, root, root) @@ -349,7 +347,7 @@ rm %{buildroot}%{perl_vendorarch}/auto/Net/Libproxy/Libproxy.so #%{_libdir}/libproxy/%{version}/modules/config_direct.so #%{_libdir}/libproxy/%{version}/modules/ignore_*.so -%files -n libmodman0 +%files -n libmodman0_0_0 %defattr(-, root, root) %{_libdir}/libmodman.so.*