Checkin - cleaned up

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=105
This commit is contained in:
Dominique Leuenberger 2013-09-07 11:16:50 +00:00 committed by Git OBS Bridge
parent ea79433772
commit 8748cfbb38
5 changed files with 16 additions and 10 deletions

View File

@ -1,10 +1,12 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 5 18:08:52 CEST 2013 - mls@suse.de Thu Sep 5 18:08:52 CEST 2013 - mls@suse.de
- add libproxy-no-libperl.diff: do not link the perl module against - Add libproxy-no-libperl.patch: do not link the perl module
libperl. We do not want a dependency on the libperl library, against libperl. We do not want a dependency on the libperl
as that would make as depend on the specific version of perl. library, as that would make as depend on the specific version of
- use perl_requires if it is defined perl. As the bindings are running in perl context, libperl can
be assumed to be loaded by that time.
- Use perl_requires if it is defined.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 26 18:07:54 UTC 2013 - dimstar@opensuse.org Mon Aug 26 18:07:54 UTC 2013 - dimstar@opensuse.org

View File

@ -45,7 +45,8 @@ Source98: update-from-svn.sh
Source99: baselibs.conf Source99: baselibs.conf
# PATCH-FIX-UPSTREAM libproxy-pxgsettings-crash.patch bnc#836576 dimstar@opensuse.org -- Fix crash when pxgsettings is closing, taken from svn. # PATCH-FIX-UPSTREAM libproxy-pxgsettings-crash.patch bnc#836576 dimstar@opensuse.org -- Fix crash when pxgsettings is closing, taken from svn.
Patch0: libproxy-pxgsettings-crash.patch Patch0: libproxy-pxgsettings-crash.patch
Patch1: libproxy-no-libperl.diff # PATCH-FIX-UPSTREAM libproxy-no-libperl.patch mls@suse.de -- Do not link against libperl. Submitted upstream.
Patch1: libproxy-no-libperl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++

View File

@ -1,10 +1,12 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 5 18:08:52 CEST 2013 - mls@suse.de Thu Sep 5 18:08:52 CEST 2013 - mls@suse.de
- add libproxy-no-libperl.diff: do not link the perl module against - Add libproxy-no-libperl.patch: do not link the perl module
libperl. We do not want a dependency on the libperl library, against libperl. We do not want a dependency on the libperl
as that would make as depend on the specific version of perl. library, as that would make as depend on the specific version of
- use perl_requires if it is defined perl. As the bindings are running in perl context, libperl can
be assumed to be loaded by that time.
- Use perl_requires if it is defined.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 26 18:07:54 UTC 2013 - dimstar@opensuse.org Mon Aug 26 18:07:54 UTC 2013 - dimstar@opensuse.org

View File

@ -45,7 +45,8 @@ Source98: update-from-svn.sh
Source99: baselibs.conf Source99: baselibs.conf
# PATCH-FIX-UPSTREAM libproxy-pxgsettings-crash.patch bnc#836576 dimstar@opensuse.org -- Fix crash when pxgsettings is closing, taken from svn. # PATCH-FIX-UPSTREAM libproxy-pxgsettings-crash.patch bnc#836576 dimstar@opensuse.org -- Fix crash when pxgsettings is closing, taken from svn.
Patch0: libproxy-pxgsettings-crash.patch Patch0: libproxy-pxgsettings-crash.patch
Patch1: libproxy-no-libperl.diff # PATCH-FIX-UPSTREAM libproxy-no-libperl.patch mls@suse.de -- Do not link against libperl. Submitted upstream.
Patch1: libproxy-no-libperl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++