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
This commit is contained in:
parent
2df41e34f9
commit
a9d04d8e3b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b685bd90ef0803ff0b96308a973396dbe9edda34d06b5f593306a1957ab546f5
|
|
||||||
size 278556
|
|
3
libproxy-0.3.1.tar.bz2
Normal file
3
libproxy-0.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:82e27b1b391fbf36ae1433729b7431739212171fbffc34c55eb75b60e20998fb
|
||||||
|
size 315526
|
@ -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
|
Mon Aug 17 00:10:04 CEST 2009 - dominique-obs@leuenberger.net
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -33,7 +33,7 @@ Url: http://code.google.com/p/libproxy/
|
|||||||
Name: libproxy-plugins
|
Name: libproxy-plugins
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Libproxy provides consistent proxy configuration to applications
|
Summary: Libproxy provides consistent proxy configuration to applications
|
||||||
Version: 0.3.0
|
Version: 0.3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2
|
Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2
|
||||||
License: LGPL v2.1 or later
|
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
|
# For directory ownership, but also because we want to rebuild the modules if
|
||||||
# the library changed
|
# the library changed
|
||||||
BuildRequires: libproxy0
|
BuildRequires: libproxy0
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libwebkit-devel
|
BuildRequires: libwebkit-devel
|
||||||
BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel
|
BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel
|
||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
BuildRequires: xorg-x11-libXmu-devel
|
BuildRequires: xorg-x11-libXmu-devel
|
||||||
|
BuildRequires: libkde4-devel
|
||||||
|
BuildRequires: libqt4-devel
|
||||||
%endif
|
%endif
|
||||||
%if %suse_version <= 1110
|
%if %suse_version <= 1110
|
||||||
%define python_sitelib %{py_sitedir}
|
%define python_sitelib %{py_sitedir}
|
||||||
@ -183,7 +186,7 @@ A module to extend libproxy with capabilities to query GNOME about
|
|||||||
proxy settings.
|
proxy settings.
|
||||||
|
|
||||||
|
|
||||||
%package -n libproxy0-config-kde
|
%package -n libproxy0-config-kde4
|
||||||
License: GPL v2 or later ; LGPL v2.1 or later
|
License: GPL v2 or later ; LGPL v2.1 or later
|
||||||
Summary: Libproxy module for KDE configuration
|
Summary: Libproxy module for KDE configuration
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -195,9 +198,10 @@ Provides: libproxy-kde = %{version}
|
|||||||
Obsoletes: libproxy-kde < %{version}
|
Obsoletes: libproxy-kde < %{version}
|
||||||
Provides: libproxy0-kde = %{version}
|
Provides: libproxy0-kde = %{version}
|
||||||
Obsoletes: libproxy0-kde < %{version}
|
Obsoletes: libproxy0-kde < %{version}
|
||||||
|
Obsoletes: libproxy0-config-kde <= %{version}
|
||||||
|
|
||||||
%description -n libproxy0-config-kde
|
%description -n libproxy0-config-kde4
|
||||||
A module to extend libproxy with capabilities to query KDE about proxy
|
A module to extend libproxy with capabilities to query KDE4 about proxy
|
||||||
settings.
|
settings.
|
||||||
|
|
||||||
|
|
||||||
@ -359,9 +363,9 @@ rm %{buildroot}%{_libdir}/libproxy/%{version}/modules/ignore_*.so
|
|||||||
%{python_sitelib}/*.py
|
%{python_sitelib}/*.py
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%files -n libproxy0-config-kde
|
%files -n libproxy0-config-kde4
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libproxy/%{version}/modules/config_kde.so
|
%{_libdir}/libproxy/%{version}/modules/config_kde4.so
|
||||||
|
|
||||||
%files -n libproxy0-config-gnome
|
%files -n libproxy0-config-gnome
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
@ -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
|
Mon Aug 17 00:10:04 CEST 2009 - dominique-obs@leuenberger.net
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Url: http://code.google.com/p/libproxy/
|
|||||||
Name: libproxy
|
Name: libproxy
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Libproxy provides consistent proxy configuration to applications
|
Summary: Libproxy provides consistent proxy configuration to applications
|
||||||
Version: 0.3.0
|
Version: 0.3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2
|
Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.bz2
|
||||||
License: LGPL v2.1 or later
|
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
|
# For directory ownership, but also because we want to rebuild the modules if
|
||||||
# the library changed
|
# the library changed
|
||||||
BuildRequires: libproxy0
|
BuildRequires: libproxy0
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libwebkit-devel
|
BuildRequires: libwebkit-devel
|
||||||
BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel
|
BuildRequires: mozilla-xulrunner%{xulrunner_ver}-devel
|
||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
BuildRequires: xorg-x11-libXmu-devel
|
BuildRequires: xorg-x11-libXmu-devel
|
||||||
|
BuildRequires: libkde4-devel
|
||||||
|
BuildRequires: libqt4-devel
|
||||||
%endif
|
%endif
|
||||||
%if %suse_version <= 1110
|
%if %suse_version <= 1110
|
||||||
%define python_sitelib %{py_sitedir}
|
%define python_sitelib %{py_sitedir}
|
||||||
@ -183,7 +186,7 @@ A module to extend libproxy with capabilities to query GNOME about
|
|||||||
proxy settings.
|
proxy settings.
|
||||||
|
|
||||||
|
|
||||||
%package -n libproxy0-config-kde
|
%package -n libproxy0-config-kde4
|
||||||
License: GPL v2 or later ; LGPL v2.1 or later
|
License: GPL v2 or later ; LGPL v2.1 or later
|
||||||
Summary: Libproxy module for KDE configuration
|
Summary: Libproxy module for KDE configuration
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -195,9 +198,10 @@ Provides: libproxy-kde = %{version}
|
|||||||
Obsoletes: libproxy-kde < %{version}
|
Obsoletes: libproxy-kde < %{version}
|
||||||
Provides: libproxy0-kde = %{version}
|
Provides: libproxy0-kde = %{version}
|
||||||
Obsoletes: libproxy0-kde < %{version}
|
Obsoletes: libproxy0-kde < %{version}
|
||||||
|
Obsoletes: libproxy0-config-kde <= %{version}
|
||||||
|
|
||||||
%description -n libproxy0-config-kde
|
%description -n libproxy0-config-kde4
|
||||||
A module to extend libproxy with capabilities to query KDE about proxy
|
A module to extend libproxy with capabilities to query KDE4 about proxy
|
||||||
settings.
|
settings.
|
||||||
|
|
||||||
|
|
||||||
@ -359,9 +363,9 @@ rm %{buildroot}%{_libdir}/libproxy/%{version}/modules/ignore_*.so
|
|||||||
%{python_sitelib}/*.py
|
%{python_sitelib}/*.py
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%files -n libproxy0-config-kde
|
%files -n libproxy0-config-kde4
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libproxy/%{version}/modules/config_kde.so
|
%{_libdir}/libproxy/%{version}/modules/config_kde4.so
|
||||||
|
|
||||||
%files -n libproxy0-config-gnome
|
%files -n libproxy0-config-gnome
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user