]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- up to 1.7.2 auto/th/subversion-1_7_2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Dec 2011 17:52:32 +0000 (17:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    subversion-mod_dav_svn-fix-hook.patch -> 1.2
    subversion.spec -> 1.330

subversion-mod_dav_svn-fix-hook.patch [deleted file]
subversion.spec

diff --git a/subversion-mod_dav_svn-fix-hook.patch b/subversion-mod_dav_svn-fix-hook.patch
deleted file mode 100644 (file)
index 3c99a2f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- subversion-1.7.0/subversion/mod_dav_svn/mod_dav_svn.c.orig 2011-08-19 19:15:15.000000000 +0200
-+++ subversion-1.7.0/subversion/mod_dav_svn/mod_dav_svn.c      2011-10-19 21:27:58.273487075 +0200
-@@ -902,6 +902,7 @@
- /* Response handler for POST requests (protocol-v2 commits).  */
- static int dav_svn__handler(request_rec *r)
- {
-+ if (dav_svn__get_root_dir(r)) {
-   /* HTTP-defined Methods we handle */
-   r->allowed = 0
-     | (AP_METHOD_BIT << M_POST);
-@@ -909,7 +910,7 @@
-   if (r->method_number == M_POST) {
-     return dav_svn__method_post(r);
-   }
--
-+ }
-   return DECLINED;
- }
index efbf531e98dafcd9e74132fd8800c78e772ce0e9..2a72da1e9b854b3b32503a9dde20a0c0ab71ce4e 100644 (file)
@@ -52,12 +52,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.1
-Release:       3
+Version:       1.7.2
+Release:       1
 License:       Apache v2.0
 Group:         Development/Version Control
 Source0:       http://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
-# Source0-md5: 8a4fa74385df85a9702141b6b68b8307
+# Source0-md5: 1e5dfffd27be080672e5a042564368a8
 Source1:       %{name}-dav_svn.conf
 Source2:       %{name}-authz_svn.conf
 Source3:       %{name}-svnserve.init
@@ -70,8 +70,6 @@ Patch0:               %{name}-home_etc.patch
 Patch1:                %{name}-DESTDIR.patch
 Patch2:                %{name}-ruby-datadir-path.patch
 Patch3:                %{name}-tests.patch
-# running this hook for every post breaks mod_rails
-Patch4:                %{name}-mod_dav_svn-fix-hook.patch
 URL:           http://subversion.apache.org/
 %{?with_apache:BuildRequires:  apache-devel >= 2.2.0-8}
 BuildRequires: apr-devel >= 1:1.0.0
@@ -431,7 +429,6 @@ uwierzytelniać się przy użyciu Portfela KDE.
 %patch1 -p1
 %patch2 -p0
 %patch3 -p1
-%patch4 -p1
 
 sed -i -e 's#serf_prefix/lib#serf_prefix/%{_lib}#g' build/ac-macros/serf.m4
 
This page took 0.055048 seconds and 4 git commands to generate.