Hello community, here is the log from the commit of package librsync for openSUSE:Factory checked in at 2019-09-13 15:02:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librsync (Old) and /work/SRC/openSUSE:Factory/.librsync.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librsync" Fri Sep 13 15:02:38 2019 rev:25 rq:730530 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/librsync/librsync.changes 2015-04-05 02:02:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.librsync.new.7948/librsync.changes 2019-09-13 15:04:12.221270954 +0200 @@ -1,0 +2,11 @@ +Fri Sep 13 07:20:41 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 2.1.0: +- Remove no longer applicable patches: + * blake2-config.patch + * librsync-0.9.7-getopt.patch + * librsync-0.9.7-strictalias.diff + * librsync-exports.patch + * librsync-man-example.diff + +------------------------------------------------------------------- Old: ---- blake2-config.patch librsync-0.9.7-getopt.patch librsync-0.9.7-strictalias.diff librsync-exports.patch librsync-man-example.diff v1.0.0.tar.gz New: ---- v2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librsync.spec ++++++ --- /var/tmp/diff_new_pack.jQsieu/_old 2019-09-13 15:04:13.797270619 +0200 +++ /var/tmp/diff_new_pack.jQsieu/_new 2019-09-13 15:04:13.801270618 +0200 @@ -1,7 +1,7 @@ # # spec file for package librsync # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,29 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define lname librsync2 Name: librsync -Version: 1.0.0 +Version: 2.1.0 Release: 0 Summary: A Library for Generating Network Deltas -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: http://librsync.sourceforge.net/ +URL: https://github.com/librsync/librsync Source: https://github.com/librsync/%{name}/archive/v%{version}.tar.gz -Patch0: librsync-0.9.7-strictalias.diff -Patch1: librsync-man-example.diff -Patch2: librsync-0.9.7-getopt.patch -Patch3: librsync-exports.patch -Patch4: blake2-config.patch -BuildRequires: libbz2-devel -BuildRequires: libtool -BuildRequires: popt-devel -BuildRequires: zlib-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: cmake +BuildRequires: pkgconfig +BuildRequires: pkgconfig(bzip2) +BuildRequires: pkgconfig(popt) +BuildRequires: pkgconfig(zlib) %description librsync implements the "rsync" algorithm, which allows remote @@ -44,8 +39,8 @@ %package -n %{lname} Summary: A Library for Generating Network Deltas -Group: System/Libraries # O/P added 2011-11-26 +Group: System/Libraries Obsoletes: librsync < %{version}-%{release} Provides: librsync = %{version}-%{release} @@ -75,44 +70,33 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 %build -autoreconf -fvi -%configure \ - --enable-shared \ - --disable-static \ - --with-pic -make %{?_smp_mflags} +%cmake \ + -DENABLE_COMPRESSION=ON +%cmake_build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} -rm %{buildroot}%{_libdir}/*.la +%cmake_install %check -make %{?_smp_mflags} check +export LD_LIBRARY_PATH=%{buildroot}%{_libdir} +%ctest %post -n %{lname} -p /sbin/ldconfig - %postun -n %{lname} -p /sbin/ldconfig %files -n %{lname} -%defattr(-,root,root) %{_libdir}/librsync.so.* -%doc AUTHORS COPYING NEWS README.md THANKS TODO.md +%license COPYING +%doc AUTHORS NEWS.md README.md THANKS TODO.md %files devel -%defattr(-,root,root) %{_libdir}/librsync.so %{_mandir}/man3/* %{_includedir}/*.h %files -n rdiff -%defattr(-,root,root) %{_bindir}/rdiff %{_mandir}/man1/* ++++++ v1.0.0.tar.gz -> v2.1.0.tar.gz ++++++ ++++ 31081 lines of diff (skipped)
