From 4a53b3c6de35ced47fafe4ffbb44169e558e4adc Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 24 Dec 2020 21:21:16 +0300 Subject: [PATCH] librsync ver. bump --- network/share/librsync/actions.py | 14 +++++++------- network/share/librsync/pspec.xml | 9 ++++++++- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/network/share/librsync/actions.py b/network/share/librsync/actions.py index 088718ea08..1a89d4eca3 100644 --- a/network/share/librsync/actions.py +++ b/network/share/librsync/actions.py @@ -10,21 +10,21 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - #shelltools.makedirs("build") - #shelltools.cd("build") + shelltools.makedirs("build") + shelltools.cd("build") cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib") + -DCMAKE_INSTALL_LIBDIR=lib", sourceDir="..") def build(): - #shelltools.cd("build") + shelltools.cd("build") cmaketools.make() def install(): - #shelltools.cd("build") + shelltools.cd("build") cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - #shelltools.cd("..") - + + shelltools.cd("..") pisitools.dodoc("README*", "TODO*", "NEWS*", "COPYING") diff --git a/network/share/librsync/pspec.xml b/network/share/librsync/pspec.xml index 0703972d86..8f3571e11b 100644 --- a/network/share/librsync/pspec.xml +++ b/network/share/librsync/pspec.xml @@ -13,7 +13,7 @@ app:console librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy. This algorithm transfers the differences between 2 files without needing both files on the same system. - https://github.com/librsync/librsync/archive/v2.2.1.tar.gz + https://github.com/librsync/librsync/archive/v2.3.1.tar.gz cmake popt-devel @@ -51,6 +51,13 @@ + + 2020-12-24 + 2.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-09 2.2.1