perl 5.24 mass rebuild [release 1.9.4-2mamba;Wed Nov 09 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 18:11:04 +01:00
parent e4c810ec1b
commit c892470913
2 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,33 @@
Index: subversion/bindings/swig/include/proxy.swg
===================================================================
--- subversion/bindings/swig/include/proxy.swg (revision 1658942)
+++ subversion/bindings/swig/include/proxy.swg (working copy)
@@ -83,13 +83,13 @@
value = _swig_getattr(self, self.__class__, name)
- # If we got back a different object than we have, we need to copy all our
- # metadata into it, so that it looks identical
+%{ # If we got back a different object than we have, we need to copy all our
+ # metadata into it, so that it looks identical%}
members = self.__dict__.get("_members")
if members is not None:
_copy_metadata_deep(value, members.get(name))
- # Verify that the new object is good
+%{ # Verify that the new object is good}%
_assert_valid_deep(value)
return value
@@ -98,9 +98,9 @@
"""Set an attribute on this object"""
self.assert_valid()
- # Save a copy of the object, so that the garbage
+%{ # Save a copy of the object, so that the garbage
# collector won't kill the object while it's in
- # SWIG-land
+ # SWIG-land%}
self.__dict__.setdefault("_members",{})[name] = value
return _swig_setattr(self, self.__class__, name, value)

View File

@ -10,7 +10,7 @@
%define svn2cl_version 0.11 %define svn2cl_version 0.11
Name: subversion Name: subversion
Version: 1.9.4 Version: 1.9.4
Release: 1mamba Release: 2mamba
Summary: A version control system that is a compelling replacement for CVS Summary: A version control system that is a compelling replacement for CVS
Group: Development/Tools Group: Development/Tools
Vendor: openmamba Vendor: openmamba
@ -28,6 +28,7 @@ Patch3: subversion-1.6.0-pie.patch
Patch4: subversion-1.6.0-java.patch Patch4: subversion-1.6.0-java.patch
Patch5: subversion-1.6.6-kwallet.patch Patch5: subversion-1.6.6-kwallet.patch
Patch6: subversion-1.6.0-ruby185.patch Patch6: subversion-1.6.0-ruby185.patch
Patch7: subversion-1.9.4-swig-3.0.10.patch
License: Apache License, BSD License: Apache License, BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -159,6 +160,8 @@ svn2cl is a simple XSL transformation and shell script wrapper forgenerating a c
%prep %prep
%setup -q %setup -q
#-D -T
#:<< _EOF
#pushd contrib/client-side/svn2cl #pushd contrib/client-side/svn2cl
#%patch0 -p1 -b .newlines #%patch0 -p1 -b .newlines
#popd #popd
@ -170,6 +173,7 @@ svn2cl is a simple XSL transformation and shell script wrapper forgenerating a c
#%endif #%endif
#%patch5 -p1 -b .kwallet #%patch5 -p1 -b .kwallet
%patch6 -p1 %patch6 -p1
%patch7 -p0
#sed -i -e 's|^XSL="$dir/|XSL="%{_datadir}/svn2cl/|' \ #sed -i -e 's|^XSL="$dir/|XSL="%{_datadir}/svn2cl/|' \
# contrib/client-side/svn2cl/svn2cl.sh # contrib/client-side/svn2cl/svn2cl.sh
@ -408,6 +412,9 @@ fi
#%{_mandir}/man1/svn2cl.1.gz #%{_mandir}/man1/svn2cl.1.gz
%changelog %changelog
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.4-2mamba
- perl 5.24 mass rebuild
* Sat May 28 2016 Automatic Build System <autodist@mambasoft.it> 1.9.4-1mamba * Sat May 28 2016 Automatic Build System <autodist@mambasoft.it> 1.9.4-1mamba
- automatic version update by autodist - automatic version update by autodist