]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- up to 1.7.8 auto/th/subversion-1.7.8-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 23 Dec 2012 21:51:27 +0000 (22:51 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 23 Dec 2012 21:51:27 +0000 (22:51 +0100)
subversion-1.7.5-kwallet-gcc47.patch [deleted file]
subversion.spec

diff --git a/subversion-1.7.5-kwallet-gcc47.patch b/subversion-1.7.5-kwallet-gcc47.patch
deleted file mode 100644 (file)
index f718a0b..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
---- subversion/trunk/subversion/libsvn_auth_kwallet/kwallet.cpp        2012/06/03 18:50:48     1345739
-+++ subversion/trunk/subversion/libsvn_auth_kwallet/kwallet.cpp        2012/06/03 18:54:26     1345740
-@@ -60,6 +60,9 @@
- /* KWallet simple provider, puts passwords in KWallet                    */
- /*-----------------------------------------------------------------------*/
-+static int q_argc = 1;
-+static char q_argv0[] = "svn"; // Build non-const char * from string constant
-+static char *q_argv[] = { q_argv0 };
- static const char *
- get_application_name(apr_hash_t *parameters,
-@@ -212,12 +215,11 @@
-   QCoreApplication *app;
-   if (! qApp)
-     {
--      int argc = 1;
--      app = new QCoreApplication(argc, (char *[1]) {(char *) "svn"});
-+      int argc = q_argc;
-+      app = new QCoreApplication(argc, q_argv);
-     }
--  KCmdLineArgs::init(1,
--                     (char *[1]) {(char *) "svn"},
-+  KCmdLineArgs::init(q_argc, q_argv,
-                      get_application_name(parameters, pool),
-                      "subversion",
-                      ki18n(get_application_name(parameters, pool)),
-@@ -289,12 +291,11 @@
-   QCoreApplication *app;
-   if (! qApp)
-     {
--      int argc = 1;
--      app = new QCoreApplication(argc, (char *[1]) {(char *) "svn"});
-+      int argc = q_argc;
-+      app = new QCoreApplication(argc, q_argv);
-     }
--  KCmdLineArgs::init(1,
--                     (char *[1]) {(char *) "svn"},
-+  KCmdLineArgs::init(q_argc, q_argv,
-                      get_application_name(parameters, pool),
-                      "subversion",
-                      ki18n(get_application_name(parameters, pool)),
index f3acef26022dae05faf96abdd11ff6c6aa650f67..f0ca1cc22c4248e226914c0e133c2234259a7bdb 100644 (file)
@@ -54,12 +54,12 @@ Summary:    A Concurrent Versioning system similar to but better than CVS
 Summary(pl.UTF-8):     System kontroli wersji podobny, ale lepszy, niż CVS
 Summary(pt_BR.UTF-8):  Sistema de versionamento concorrente
 Name:          subversion
-Version:       1.7.7
-Release:       3
+Version:       1.7.8
+Release:       1
 License:       Apache v2.0
 Group:         Development/Version Control
 Source0:       http://www.idg.pl/mirrors/apache/subversion/%{name}-%{version}.tar.bz2
-# Source0-md5: 5a42b7d0f1366a8d60f9ad7d5890295d
+# Source0-md5: 454b9f398415c3504435bf8c3f6ed127
 Source1:       %{name}-dav_svn.conf
 Source2:       %{name}-authz_svn.conf
 Source3:       %{name}-svnserve.init
@@ -72,7 +72,6 @@ Patch0:               %{name}-home_etc.patch
 Patch1:                %{name}-DESTDIR.patch
 Patch2:                %{name}-ruby-datadir-path.patch
 Patch3:                %{name}-tests.patch
-Patch4:                subversion-1.7.5-kwallet-gcc47.patch
 URL:           http://subversion.apache.org/
 %{?with_apache:BuildRequires:  apache-devel >= 2.2.0-8}
 BuildRequires: apr-devel >= 1:1.0.0
@@ -447,7 +446,6 @@ uwierzytelniać się przy użyciu Portfela KDE.
 %patch1 -p1
 %patch2 -p0
 %patch3 -p1
-%patch4 -p2
 
 sed -i -e 's#serf_prefix/lib#serf_prefix/%{_lib}#g' build/ac-macros/serf.m4
 
This page took 0.037303 seconds and 4 git commands to generate.