Accepting request 368613 from network:samba:STABLE
Add talloc-python3.5-fix-soabi_name.patch: Do not change x86_64 to x86-64 when building with python 3.5. OBS-URL: https://build.opensuse.org/request/show/368613 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/talloc?expand=0&rev=25
This commit is contained in:
commit
6bcd9139e3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 19:48:09 UTC 2016 - toddrme2178@gmail.com
|
||||
|
||||
- Add talloc-python3.5-fix-soabi_name.patch: Do not change x86_64 to
|
||||
x86-64 when building with python 3.5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 21 16:44:01 UTC 2016 - lmuelle@suse.com
|
||||
|
||||
|
@ -61,6 +61,7 @@ Group: System/Libraries
|
||||
Source: http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
|
||||
Source1: http://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
|
||||
Source4: baselibs.conf
|
||||
Patch0: talloc-python3.5-fix-soabi_name.patch
|
||||
Source50: talloc.keyring
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -173,6 +174,7 @@ Libraries and Header Files to Develop Programs with python3-talloc Support
|
||||
|
||||
%prep
|
||||
%setup -n talloc-%{version} -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%if ! %{build_man}
|
||||
|
11
talloc-python3.5-fix-soabi_name.patch
Normal file
11
talloc-python3.5-fix-soabi_name.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/buildtools/wafsamba/wafsamba.py 2015-11-06 08:28:25.000000000 -0500
|
||||
+++ b/buildtools/wafsamba/wafsamba.py 2016-03-07 14:28:58.412124485 -0500
|
||||
@@ -114,7 +114,7 @@
|
||||
ldflags='',
|
||||
external_library=False,
|
||||
realname=None,
|
||||
- keep_underscore=False,
|
||||
+ keep_underscore=True,
|
||||
autoproto=None,
|
||||
autoproto_extra_source='',
|
||||
group='main',
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 19:48:09 UTC 2016 - toddrme2178@gmail.com
|
||||
|
||||
- Add talloc-python3.5-fix-soabi_name.patch: Do not change x86_64 to
|
||||
x86-64 when building with python 3.5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 21 16:44:01 UTC 2016 - lmuelle@suse.com
|
||||
|
||||
|
@ -61,6 +61,7 @@ Group: System/Libraries
|
||||
Source: http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
|
||||
Source1: http://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
|
||||
Source4: baselibs.conf
|
||||
Patch0: talloc-python3.5-fix-soabi_name.patch
|
||||
Source50: talloc.keyring
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -173,6 +174,7 @@ Libraries and Header Files to Develop Programs with python3-talloc Support
|
||||
|
||||
%prep
|
||||
%setup -n talloc-%{version} -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%if ! %{build_man}
|
||||
|
Loading…
Reference in New Issue
Block a user