]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- upgraded to 2.4.3
authorbonkey <bonkey@bonkey.pl.eu.org>
Fri, 19 May 2000 21:45:42 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ipv6 patch turned off due to compilation errors

Changed files:
    rsync.spec -> 1.33

rsync.spec

index 5e4c18f9655e303bb7b4315aa583b75d8ffb0fb3..df721012f4f48868aebebc1551b30503b3c60086 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Program for efficient remote updates of files.
 Summary(pl):   Program efektywnego modyfikowania plików na zdalnym komputerze.
 Name:          rsync
-Version:       2.4.1
+Version:       2.4.3
 Release:       1
 Copyright:     GPL
 Group:         Daemons
@@ -38,14 +38,14 @@ algorytmu zosta
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
+%patch3 -p1
 
 %build
 autoconf 
 LDFLAGS="-s"; export LDFLAGS
 
-%configure \
-       --enable-ipv6
+%configure
+#      --enable-ipv6
 
 make 
 
This page took 0.104414 seconds and 4 git commands to generate.