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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user