Hello community, here is the log from the commit of package librsync for openSUSE:Factory checked in at 2015-04-05 02:02:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librsync (Old) and /work/SRC/openSUSE:Factory/.librsync.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librsync" Changes: -------- --- /work/SRC/openSUSE:Factory/librsync/librsync.changes 2015-03-16 09:40:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.librsync.new/librsync.changes 2015-04-05 02:02:46.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Mar 23 22:18:33 UTC 2015 - [email protected] + +- blake2-config.patch: add missing <config.h> + +------------------------------------------------------------------- New: ---- blake2-config.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librsync.spec ++++++ --- /var/tmp/diff_new_pack.ropHl3/_old 2015-04-05 02:02:46.000000000 +0200 +++ /var/tmp/diff_new_pack.ropHl3/_new 2015-04-05 02:02:46.000000000 +0200 @@ -29,6 +29,7 @@ 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 @@ -78,6 +79,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build autoreconf -fvi ++++++ blake2-config.patch ++++++ Index: librsync-1.0.0/blake2b-ref.c =================================================================== --- librsync-1.0.0.orig/blake2b-ref.c +++ librsync-1.0.0/blake2b-ref.c @@ -15,6 +15,7 @@ * librsync. */ +#include <config.h> #include <stdint.h> #include <string.h> #include <stdio.h>
