]> git.pld-linux.org Git - packages/subversion.git/commitdiff
up to 1.14.3
authorJan Palus <atler@pld-linux.org>
Fri, 29 Dec 2023 10:22:09 +0000 (11:22 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 29 Dec 2023 10:22:09 +0000 (11:22 +0100)
subversion-perl.patch
subversion.spec

index 88f23aa5adff1e125dc74cff123c449622513363..514254bd994298a7b53119d8cdfba38ba86eead4 100644 (file)
@@ -4,8 +4,8 @@
        ./config.status subversion/bindings/swig/perl/native/Makefile.PL
  
  $(SWIG_PL_DIR)/native/Makefile: libsvn_swig_perl $(SWIG_PL_DIR)/native/Makefile.PL
--      cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL PREFIX=$(prefix)
-+      cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL PREFIX=$(prefix) INSTALLDIRS=vendor
+-      cd $(SWIG_PL_DIR)/native; $(SWIG_PL_PERL) Makefile.PL PREFIX=$(prefix)
++      cd $(SWIG_PL_DIR)/native; $(SWIG_PL_PERL) Makefile.PL PREFIX=$(prefix) INSTALLDIRS=vendor
  
  # There is a "readlink -f" command on some systems for the same purpose,
  # but it's not as portable (e.g. Mac OS X doesn't have it).  These should
index 74669327ed46545b62770c897b125fb8d5911c0a..f915bb43e025d9b5ab3f330e7e08fe0bf1f5fa23 100644 (file)
@@ -55,12 +55,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.14.2
-Release:       5
+Version:       1.14.3
+Release:       1
 License:       Apache v2.0
 Group:         Development/Version Control
 Source0:       https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
-# Source0-md5: 9927b167d1c67d663ca63125907f6f69
+# Source0-md5: 19756a5ceb32a022698a66e48616ef6b
 Source1:       %{name}-dav_svn.conf
 Source2:       %{name}-authz_svn.conf
 Source3:       %{name}-svnserve.init
This page took 0.127003 seconds and 4 git commands to generate.