Accepting request 137649 from home:AndreasStieger:branches:devel:tools:scm:svn
1.7.7 OBS-URL: https://build.opensuse.org/request/show/137649 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=104
This commit is contained in:
parent
9d323eca9c
commit
e41c73b5b7
@ -1,7 +1,7 @@
|
||||
Index: build/ac-macros/swig.m4
|
||||
===================================================================
|
||||
--- build/ac-macros/swig.m4.orig 2012-05-11 22:37:59.000000000 +0100
|
||||
+++ build/ac-macros/swig.m4 2012-05-11 22:38:27.000000000 +0100
|
||||
--- build/ac-macros/swig.m4.orig 2011-06-22 15:45:03.000000000 +0100
|
||||
+++ build/ac-macros/swig.m4 2012-10-04 18:38:50.000000000 +0100
|
||||
@@ -187,7 +187,7 @@ AC_DEFUN(SVN_FIND_SWIG,
|
||||
for var_name in arch archdir CC LDSHARED DLEXT LIBS LIBRUBYARG \
|
||||
rubyhdrdir sitedir sitelibdir sitearchdir libdir
|
||||
@ -13,9 +13,9 @@ Index: build/ac-macros/swig.m4
|
||||
|
||||
Index: configure.ac
|
||||
===================================================================
|
||||
--- configure.ac.orig 2012-05-11 22:37:59.000000000 +0100
|
||||
+++ configure.ac 2012-05-11 22:55:02.000000000 +0100
|
||||
@@ -1121,12 +1121,12 @@ if test "$RUBY" != "none"; then
|
||||
--- configure.ac.orig 2012-10-02 18:18:00.000000000 +0100
|
||||
+++ configure.ac 2012-10-04 18:38:50.000000000 +0100
|
||||
@@ -1117,12 +1117,12 @@ if test "$RUBY" != "none"; then
|
||||
AC_PATH_PROGS(RDOC, rdoc rdoc1.8 rdoc18, none)
|
||||
fi
|
||||
AC_CACHE_CHECK([for Ruby major version], [svn_cv_ruby_major],[
|
||||
|
@ -13,8 +13,8 @@ Remove a cast that is both ugly, and apparently illegal in g++ 4.7.
|
||||
|
||||
Index: subversion/libsvn_auth_kwallet/kwallet.cpp
|
||||
===================================================================
|
||||
--- subversion/libsvn_auth_kwallet/kwallet.cpp.orig 2010-12-30 20:46:50.000000000 +0000
|
||||
+++ subversion/libsvn_auth_kwallet/kwallet.cpp 2012-06-07 18:01:02.000000000 +0100
|
||||
--- subversion/libsvn_auth_kwallet/kwallet.cpp.orig 2012-10-02 18:18:00.000000000 +0100
|
||||
+++ subversion/libsvn_auth_kwallet/kwallet.cpp 2012-10-04 18:38:58.000000000 +0100
|
||||
@@ -60,6 +60,9 @@
|
||||
/* KWallet simple provider, puts passwords in KWallet */
|
||||
/*-----------------------------------------------------------------------*/
|
||||
@ -25,7 +25,7 @@ Index: subversion/libsvn_auth_kwallet/kwallet.cpp
|
||||
|
||||
static const char *
|
||||
get_application_name(apr_hash_t *parameters,
|
||||
@@ -203,12 +206,11 @@ kwallet_password_get(const char **passwo
|
||||
@@ -212,12 +215,11 @@ kwallet_password_get(svn_boolean_t *done
|
||||
QCoreApplication *app;
|
||||
if (! qApp)
|
||||
{
|
||||
@ -41,7 +41,7 @@ Index: subversion/libsvn_auth_kwallet/kwallet.cpp
|
||||
get_application_name(parameters, pool),
|
||||
"subversion",
|
||||
ki18n(get_application_name(parameters, pool)),
|
||||
@@ -273,12 +275,11 @@ kwallet_password_set(apr_hash_t *creds,
|
||||
@@ -289,12 +291,11 @@ kwallet_password_set(svn_boolean_t *done
|
||||
QCoreApplication *app;
|
||||
if (! qApp)
|
||||
{
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1a4f13c5c992a1527a2aeac262c6f54e073963ce1d13abfabb2a90980fa7d05
|
||||
size 6006767
|
3
subversion-1.7.7.tar.bz2
Normal file
3
subversion-1.7.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc85a9341d1dc275b279e470776014b02328a028e48a7ac7868ac07d4a40a321
|
||||
size 6023686
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 6 10:44:48 UTC 2012 - andreas.stieger@gmx.de
|
||||
|
||||
- update to upstream 1.7.7:
|
||||
User-visible changes:
|
||||
- Client- and server-side bugfixes:
|
||||
* fix memory read bug
|
||||
* update Chinese translation
|
||||
|
||||
- Client-side bugfixes:
|
||||
* fix issues with applying Git patch files
|
||||
* fix status does not descend into dir externals after upgrade
|
||||
* fix file externals don't update with old mod_dav_svn
|
||||
* fix external diff tool duplicates Index: lines with 'svn diff'
|
||||
* fix GNOME keyring library fails with very old glib
|
||||
* fix unknown password stores in config file cause error
|
||||
* fix assertions in ra_serf running against server root
|
||||
* fix ra_serf checkout/export aborts early on Windows
|
||||
|
||||
- Server-side bugfixes:
|
||||
* fix an assert with SVNAutoVersioning in mod_dav_svn
|
||||
* fix unbounded memory use with SVNPathAuthz short_circuit
|
||||
* fix svndumpfilter exclude --targets requires leading slash
|
||||
* fix connection ttl for memcache should be 50 seconds
|
||||
* stabilize order of paths in dumpfiles with APR 1.4.6
|
||||
|
||||
Developer-visible changes:
|
||||
- General:
|
||||
* print "All tests successful" at the end of 'make check'
|
||||
* fix sandbox violation in a test
|
||||
* fix tests fail when running within a format 30 WC
|
||||
* fix return value of svn_client_update4() incorrect
|
||||
* fix make check summary missing test failures
|
||||
* fix build does not fail when apache httpd is not available
|
||||
|
||||
- Bindings:
|
||||
* fix swig-pl build fails with swig 2.0.7 and newer.
|
||||
* fix swig-py runtime problems with swig 2.0.5 and newer
|
||||
|
||||
- refresh subversion-1.7.4-ruby-1.9-RbConfig.patch
|
||||
- refresh subversion-1.7.5-libsvn_auth_kwallet-r1345740.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 15 00:00:00 UTC 2012 - andreas.stieger@gmx.de
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
%endif
|
||||
|
||||
Name: subversion
|
||||
Version: 1.7.6
|
||||
Version: 1.7.7
|
||||
Release: 0
|
||||
# in-tree SWIG version to use for the build:
|
||||
%define swig_version 1.3.36
|
||||
|
Loading…
x
Reference in New Issue
Block a user