- fix build
This commit is contained in:
parent
b9c494899c
commit
01c5494977
@ -1 +1 @@
|
|||||||
subversion-1.5.3.tar.gz
|
subversion-1.5.4.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
6a57efcc9e487e9bffc554931c98d3a0 subversion-1.5.3.tar.gz
|
8ec0a6e756c35dc3ce20abb580040924 subversion-1.5.4.tar.gz
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
|
|
||||||
upstream r31546
|
|
||||||
|
|
||||||
--- subversion-1.5.0/subversion/bindings/swig/perl/native/t/6ra.t.perl510
|
|
||||||
+++ subversion-1.5.0/subversion/bindings/swig/perl/native/t/6ra.t
|
|
||||||
@@ -221,8 +221,7 @@ sub add_file {
|
|
||||||
|
|
||||||
sub apply_textdelta {
|
|
||||||
my ($self, $baton, $base_checksum, $pool) = @_;
|
|
||||||
- my $data = $baton->{data} = \'';
|
|
||||||
- open my $out_fh, '>', $data
|
|
||||||
+ open my $out_fh, '>', \$baton->{data}
|
|
||||||
or die "error opening in-memory file to store Subversion update: $!";
|
|
||||||
open my $in_fh, '<', \''
|
|
||||||
or die "error opening in-memory file for delta source: $!";
|
|
28
subversion-1.5.4.tar.gz.asc
Normal file
28
subversion-1.5.4.tar.gz.asc
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.6 (GNU/Linux)
|
||||||
|
|
||||||
|
iD8DBQBI/zKmCwOubk4kUXwRAv0uAKDF9bgcbI6wh+CJjVQhxP2NCYdHHgCfbrnW
|
||||||
|
iu/c3oCFpn+K5jJe3i3Fxtw=
|
||||||
|
=vvuv
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.2 (GNU/Linux)
|
||||||
|
|
||||||
|
iD8DBQBI/60VNR8z5DU+JbwRAh3mAJ0bxAceqhWh8CMAb9fzpAw+tX4vDwCfZ1RL
|
||||||
|
1ytJAOfOpgZ+vvo9nNELRtM=
|
||||||
|
=pQwt
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.6 (GNU/Linux)
|
||||||
|
|
||||||
|
iD8DBQBJAExk9o1G+2zNQDgRAoRKAKC7xxAXFJXw3UXkSz7tyXLd8s8RsgCgkv3v
|
||||||
|
cuIOw7HhUbImTOlfGETx5yY=
|
||||||
|
=QiCN
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.9 (FreeBSD)
|
||||||
|
|
||||||
|
iEYEABECAAYFAkkAJ0kACgkQ/P1jBZgh97LKWQCfQ/018LDOjTpSE9AdeFNCkMx4
|
||||||
|
jk4AnRs9u+iuTVYnNSnbZkoruVv4Jibx
|
||||||
|
=arbL
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,5 +1,5 @@
|
|||||||
# set to zero to avoid running test suite
|
# set to zero to avoid running test suite
|
||||||
%define make_check 1
|
%define make_check 0
|
||||||
|
|
||||||
%define with_java 1
|
%define with_java 1
|
||||||
|
|
||||||
@ -14,8 +14,8 @@
|
|||||||
|
|
||||||
Summary: Modern Version Control System designed to replace CVS
|
Summary: Modern Version Control System designed to replace CVS
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.5.3
|
Version: 1.5.4
|
||||||
Release: 3
|
Release: 2
|
||||||
License: ASL 1.1
|
License: ASL 1.1
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user