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..353a5dc 100644 --- a/libproxy-plugins.changes +++ b/libproxy-plugins.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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. +- This update solves bnc#546199. + ------------------------------------------------------------------- Mon Aug 17 00:10:04 CEST 2009 - dominique-obs@leuenberger.net diff --git a/libproxy-plugins.spec b/libproxy-plugins.spec index d0ca5c6..2fc1db1 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-plugins (Version 0.3.1) # # 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..353a5dc 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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. +- This update solves bnc#546199. + ------------------------------------------------------------------- Mon Aug 17 00:10:04 CEST 2009 - dominique-obs@leuenberger.net diff --git a/libproxy.spec b/libproxy.spec index 4d1df23..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. # @@ -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)