From a9d04d8e3bc3ebcbae7727754522b05d1ee230d10419c2e01e4c6159284b1c44 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 9 Oct 2009 18:27:03 +0000 Subject: [PATCH 1/3] Accepting request 22133 from home:dimstar Copy from home:dimstar/libproxy via accept of submit request 22133 revision 8. Request was accepted with message: Forwarding to openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/22133 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=27 --- libproxy-0.3.0.tar.bz2 | 3 --- libproxy-0.3.1.tar.bz2 | 3 +++ libproxy-plugins.changes | 16 ++++++++++++++++ libproxy-plugins.spec | 18 +++++++++++------- libproxy.changes | 16 ++++++++++++++++ libproxy.spec | 16 ++++++++++------ 6 files changed, 56 insertions(+), 16 deletions(-) delete mode 100644 libproxy-0.3.0.tar.bz2 create mode 100644 libproxy-0.3.1.tar.bz2 diff --git a/libproxy-0.3.0.tar.bz2 b/libproxy-0.3.0.tar.bz2 deleted file mode 100644 index 5a5c681..0000000 --- a/libproxy-0.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b685bd90ef0803ff0b96308a973396dbe9edda34d06b5f593306a1957ab546f5 -size 278556 diff --git a/libproxy-0.3.1.tar.bz2 b/libproxy-0.3.1.tar.bz2 new file mode 100644 index 0000000..c17de14 --- /dev/null +++ b/libproxy-0.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e27b1b391fbf36ae1433729b7431739212171fbffc34c55eb75b60e20998fb +size 315526 diff --git a/libproxy-plugins.changes b/libproxy-plugins.changes index 94ac728..ddf5491 100644 --- a/libproxy-plugins.changes +++ b/libproxy-plugins.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Oct 8 19:34:24 UTC 2009 - dimstar@opensuse.org + +- Update to version 0.3.1 + + Bugfixes + - config file parser reads all sections + - KDE session detection based on environment varibales, + as suggested by KDE upstream. + + KDE configuration module is the first module in C++ and + now links to libkdecore4 in order to properly detect the + configuration folder for kde. + + At the moment we're not compatible with KDE3. Sorry. + + .NET bindings can now properly be installed and it should + be possible for packagers to provide them. +- Add gcc-c++, libkde4-devel and libqt4-devel for updated kde mod. + ------------------------------------------------------------------- Mon Aug 17 00:10:04 CEST 2009 - dominique-obs@leuenberger.net diff --git a/libproxy-plugins.spec b/libproxy-plugins.spec index d0ca5c6..db710e3 100644 --- a/libproxy-plugins.spec +++ b/libproxy-plugins.spec @@ -1,5 +1,5 @@ # -# spec file for package libproxy-plugins (Version 0.3.0) +# spec file for package libproxy (Version 0.3.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -33,7 +33,7 @@ Url: http://code.google.com/p/libproxy/ Name: libproxy-plugins Group: System/Libraries Summary: Libproxy provides consistent proxy configuration to applications -Version: 0.3.0 +Version: 0.3.1 Release: 1 Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2 License: LGPL v2.1 or later @@ -46,10 +46,13 @@ BuildRequires: gconf2-devel # For directory ownership, but also because we want to rebuild the modules if # the library changed BuildRequires: libproxy0 +BuildRequires: gcc-c++ BuildRequires: libwebkit-devel BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel BuildRequires: NetworkManager-devel BuildRequires: xorg-x11-libXmu-devel +BuildRequires: libkde4-devel +BuildRequires: libqt4-devel %endif %if %suse_version <= 1110 %define python_sitelib %{py_sitedir} @@ -183,7 +186,7 @@ A module to extend libproxy with capabilities to query GNOME about proxy settings. -%package -n libproxy0-config-kde +%package -n libproxy0-config-kde4 License: GPL v2 or later ; LGPL v2.1 or later Summary: Libproxy module for KDE configuration Group: System/Libraries @@ -195,9 +198,10 @@ Provides: libproxy-kde = %{version} Obsoletes: libproxy-kde < %{version} Provides: libproxy0-kde = %{version} Obsoletes: libproxy0-kde < %{version} +Obsoletes: libproxy0-config-kde <= %{version} -%description -n libproxy0-config-kde -A module to extend libproxy with capabilities to query KDE about proxy +%description -n libproxy0-config-kde4 +A module to extend libproxy with capabilities to query KDE4 about proxy settings. @@ -359,9 +363,9 @@ rm %{buildroot}%{_libdir}/libproxy/%{version}/modules/ignore_*.so %{python_sitelib}/*.py %else -%files -n libproxy0-config-kde +%files -n libproxy0-config-kde4 %defattr(-, root, root) -%{_libdir}/libproxy/%{version}/modules/config_kde.so +%{_libdir}/libproxy/%{version}/modules/config_kde4.so %files -n libproxy0-config-gnome %defattr(-, root, root) diff --git a/libproxy.changes b/libproxy.changes index 94ac728..ddf5491 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Oct 8 19:34:24 UTC 2009 - dimstar@opensuse.org + +- Update to version 0.3.1 + + Bugfixes + - config file parser reads all sections + - KDE session detection based on environment varibales, + as suggested by KDE upstream. + + KDE configuration module is the first module in C++ and + now links to libkdecore4 in order to properly detect the + configuration folder for kde. + + At the moment we're not compatible with KDE3. Sorry. + + .NET bindings can now properly be installed and it should + be possible for packagers to provide them. +- Add gcc-c++, libkde4-devel and libqt4-devel for updated kde mod. + ------------------------------------------------------------------- Mon Aug 17 00:10:04 CEST 2009 - dominique-obs@leuenberger.net diff --git a/libproxy.spec b/libproxy.spec index 4d1df23..1b17f62 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -33,7 +33,7 @@ Url: http://code.google.com/p/libproxy/ Name: libproxy Group: System/Libraries Summary: Libproxy provides consistent proxy configuration to applications -Version: 0.3.0 +Version: 0.3.1 Release: 1 Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2 License: LGPL v2.1 or later @@ -46,10 +46,13 @@ BuildRequires: gconf2-devel # For directory ownership, but also because we want to rebuild the modules if # the library changed BuildRequires: libproxy0 +BuildRequires: gcc-c++ BuildRequires: libwebkit-devel BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel BuildRequires: NetworkManager-devel BuildRequires: xorg-x11-libXmu-devel +BuildRequires: libkde4-devel +BuildRequires: libqt4-devel %endif %if %suse_version <= 1110 %define python_sitelib %{py_sitedir} @@ -183,7 +186,7 @@ A module to extend libproxy with capabilities to query GNOME about proxy settings. -%package -n libproxy0-config-kde +%package -n libproxy0-config-kde4 License: GPL v2 or later ; LGPL v2.1 or later Summary: Libproxy module for KDE configuration Group: System/Libraries @@ -195,9 +198,10 @@ Provides: libproxy-kde = %{version} Obsoletes: libproxy-kde < %{version} Provides: libproxy0-kde = %{version} Obsoletes: libproxy0-kde < %{version} +Obsoletes: libproxy0-config-kde <= %{version} -%description -n libproxy0-config-kde -A module to extend libproxy with capabilities to query KDE about proxy +%description -n libproxy0-config-kde4 +A module to extend libproxy with capabilities to query KDE4 about proxy settings. @@ -359,9 +363,9 @@ rm %{buildroot}%{_libdir}/libproxy/%{version}/modules/ignore_*.so %{python_sitelib}/*.py %else -%files -n libproxy0-config-kde +%files -n libproxy0-config-kde4 %defattr(-, root, root) -%{_libdir}/libproxy/%{version}/modules/config_kde.so +%{_libdir}/libproxy/%{version}/modules/config_kde4.so %files -n libproxy0-config-gnome %defattr(-, root, root) From bddc27533c17e29418b60f353d1bdf07382e269bfa5604e1e6fc2d65baee1cb4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 12 Oct 2009 15:30:37 +0000 Subject: [PATCH 2/3] Accepting request 22289 from home:dimstar:branches:GNOME:Factory Copy from home:dimstar:branches:GNOME:Factory/libproxy via accept of submit request 22289 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/22289 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=28 --- libproxy-plugins.changes | 1 + libproxy.changes | 1 + 2 files changed, 2 insertions(+) diff --git a/libproxy-plugins.changes b/libproxy-plugins.changes index ddf5491..353a5dc 100644 --- a/libproxy-plugins.changes +++ b/libproxy-plugins.changes @@ -13,6 +13,7 @@ Thu Oct 8 19:34:24 UTC 2009 - dimstar@opensuse.org + .NET bindings can now properly be installed and it should be possible for packagers to provide them. - Add gcc-c++, libkde4-devel and libqt4-devel for updated kde mod. +- This update solves bnc#546199. ------------------------------------------------------------------- Mon Aug 17 00:10:04 CEST 2009 - dominique-obs@leuenberger.net diff --git a/libproxy.changes b/libproxy.changes index ddf5491..353a5dc 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -13,6 +13,7 @@ Thu Oct 8 19:34:24 UTC 2009 - dimstar@opensuse.org + .NET bindings can now properly be installed and it should be possible for packagers to provide them. - Add gcc-c++, libkde4-devel and libqt4-devel for updated kde mod. +- This update solves bnc#546199. ------------------------------------------------------------------- Mon Aug 17 00:10:04 CEST 2009 - dominique-obs@leuenberger.net From 461c91805dbe55b4dc6ced30fd68a91029cb14b37befa3cd20d784e16592d783 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 12 Oct 2009 18:56:48 +0000 Subject: [PATCH 3/3] checked in OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=29 --- libproxy-plugins.spec | 2 +- libproxy.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libproxy-plugins.spec b/libproxy-plugins.spec index db710e3..2fc1db1 100644 --- a/libproxy-plugins.spec +++ b/libproxy-plugins.spec @@ -1,5 +1,5 @@ # -# spec file for package libproxy (Version 0.3.0) +# spec file for package libproxy-plugins (Version 0.3.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # diff --git a/libproxy.spec b/libproxy.spec index 1b17f62..cb612d1 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,5 +1,5 @@ # -# spec file for package libproxy (Version 0.3.0) +# spec file for package libproxy (Version 0.3.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. #