Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37838591
en ru br
ALT Linux repos
S:3.1.0-alt2
5.0: 3.0u-alt1
4.1: 3.0t-alt1

Group :: File tools
RPM: xdelta3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xdelta3-3.0.8-alt1.patch
Download


 .../tags/7218053472d53fe1b49caa4235ea911d47660f34  | 13 ++++++
 .gear/tags/list                                    |  1 +
 testing/regtest.cc                                 |  2 +-
 xdelta3.spec                                       | 49 ++++++++++++++++++++++
 4 files changed, 64 insertions(+), 1 deletion(-)
diff --git a/.gear/tags/7218053472d53fe1b49caa4235ea911d47660f34 b/.gear/tags/7218053472d53fe1b49caa4235ea911d47660f34
new file mode 100644
index 0000000..6b62dec
--- /dev/null
+++ b/.gear/tags/7218053472d53fe1b49caa4235ea911d47660f34
@@ -0,0 +1,13 @@
+object 88488a436f1548dbdbea779fd0d225ecd01d9007
+type commit
+tag v3.0.8
+tagger Anton Farygin <rider@altlinux.com> 1445355320 +0300
+
+3.0.8
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlYmXzwACgkQqohfd2vlwKsOoACeIwHQRiI/w9NAJ3RnmuGeHvl6
+0AcAnRJj3yHcAJNhGJKjD02OKoWuxIN5
+=ND6Y
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..abd07c5
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+7218053472d53fe1b49caa4235ea911d47660f34 v3.0.8
diff --git a/testing/regtest.cc b/testing/regtest.cc
index 12b712e..b63a1f9 100644
--- a/testing/regtest.cc
+++ b/testing/regtest.cc
@@ -12,7 +12,7 @@ public:
     Options() : encode_srcwin_maxsz(1<<20), 
 		block_size(Constants::BLOCK_SIZE),
 		size_known(false) { }
-    size_t encode_srcwin_maxsz;
+    xoff_t encode_srcwin_maxsz;
     size_t block_size;
     bool size_known;
   };
diff --git a/xdelta3.spec b/xdelta3.spec
new file mode 100644
index 0000000..8cc0850
--- /dev/null
+++ b/xdelta3.spec
@@ -0,0 +1,49 @@
+Summary: A binary delta generator
+Name: xdelta3
+Version: 3.0.8
+Epoch: 1
+Release: alt1
+Source0: http://xdelta.googlecode.com/files/%name-%version.tar
+Patch0: %name-%version-%release.patch
+BuildRequires: gcc-c++
+Url: http://xdelta.org
+License: GPL
+Group: File tools
+
+%description
+Xdelta3 is the third and latest release of Xdelta, which is a set of
+tools and APIs for reading and writing compressed deltas. Deltas
+encode the differences between two versions of a document. This
+release features a completely new compression engine, several
+algorithmic improvements, a fully programmable interface modelled
+after zlib, in addition to a command-line utility, use of the RFC3284
+(VCDIFF) encoding, a python extension, and now 64-bit support.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%make
+
+%install
+%makeinstall
+
+%files
+%doc COPYING README
+%_bindir/*
+%_man1dir/*.1*
+
+%changelog
+* Tue Oct 20 2015 Anton Farygin <rider@altlinux.ru> 1:3.0.8-alt1
+- new version
+
+* Wed Apr 17 2013 Dmitry V. Levin (QA) <qa_ldv@altlinux.org> 3.0u-alt1.qa1
+- NMU: rebuilt for debuginfo.
+
+* Tue Nov 25 2008 Anton Farygin <rider@altlinux.ru> 3.0u-alt1
+- new version
+
+* Fri Dec 14 2007 Anton Farygin <rider@altlinux.ru> 3.0t-alt1
+- first build for Sisyphus
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin