Hello community,

here is the log from the commit of package librsync for openSUSE:Factory 
checked in at 2015-03-16 09:40:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-09-20 
15:49:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.librsync.new/librsync.changes   2015-03-16 
09:40:29.000000000 +0100
@@ -1,0 +2,22 @@
+Mon Feb 16 15:06:41 UTC 2015 - [email protected]
+
+- Version bump to 1.0.0 fixes bnc#900914 CVE-2014-8242:
+  * Various build fixes, thanks Timothy Gu.
+  * Improved rdiff man page from Debian.
+  * Fixed bug #1110812 'internal error: job made no progress'; on large
+    files.
+  * Moved hosting to https://github.com/librsync/librsync/
+  * Travis-CI.org integration test at https://travis-ci.org/librsync/librsync/
+  * Remove bundled copy of popt; it must be installed separately.
+- Refreshed patches:
+  * librsync-man-example.diff
+- Removed patches:
+  * librsync-noexecstack-nestedfunc.patch
+  * librsync-serial-tests.patch
+  * librsync-logn-sumset.patch
+  * librsync-logn-search.patch
+- Removed patches due to promoting bugs:
+  * librsync-0.9.7-largefiles.patch - currently in progress on:
+    https://github.com/librsync/librsync/pull/14
+
+-------------------------------------------------------------------

Old:
----
  librsync-0.9.7-largefiles.patch
  librsync-0.9.7.tar.bz2
  librsync-logn-search.patch
  librsync-logn-sumset.patch
  librsync-noexecstack-nestedfunc.patch
  librsync-serial-tests.patch

New:
----
  v1.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ librsync.spec ++++++
--- /var/tmp/diff_new_pack.NEKQha/_old  2015-03-16 09:40:30.000000000 +0100
+++ /var/tmp/diff_new_pack.NEKQha/_new  2015-03-16 09:40:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librsync
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,24 +16,19 @@
 #
 
 
-%define lname   librsync1
+%define lname   librsync2
 Name:           librsync
-Version:        0.9.7
+Version:        1.0.0
 Release:        0
 Summary:        A Library for Generating Network Deltas
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Url:            http://librsync.sourceforge.net/
-Source:         
http://prdownloads.sourceforge.net/rproxy/%{name}-%{version}.tar.bz2
-Patch0:         %{name}-%{version}-strictalias.diff
-Patch1:         librsync-0.9.7-largefiles.patch
-Patch2:         librsync-logn-search.patch
-Patch3:         librsync-logn-sumset.patch
-Patch4:         librsync-man-example.diff
-Patch5:         librsync-serial-tests.patch
-Patch6:         librsync-0.9.7-getopt.patch
-Patch7:         librsync-exports.patch
-Patch8:         librsync-noexecstack-nestedfunc.patch
+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
 BuildRequires:  libbz2-devel
 BuildRequires:  libtool
 BuildRequires:  popt-devel
@@ -83,11 +78,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
 
 %build
 autoreconf -fvi
@@ -99,7 +89,7 @@
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-rm %{buildroot}%{_libdir}/librsync.la
+rm %{buildroot}%{_libdir}/*.la
 
 %check
 make %{?_smp_mflags} check
@@ -110,8 +100,8 @@
 
 %files -n %{lname}
 %defattr(-,root,root)
-%{_libdir}/librsync.so.1*
-%doc AUTHORS COPYING NEWS README THANKS TODO
+%{_libdir}/librsync.so.*
+%doc AUTHORS COPYING NEWS README.md THANKS TODO.md
 
 %files devel
 %defattr(-,root,root)

++++++ librsync-man-example.diff ++++++
--- /var/tmp/diff_new_pack.NEKQha/_old  2015-03-16 09:40:30.000000000 +0100
+++ /var/tmp/diff_new_pack.NEKQha/_new  2015-03-16 09:40:30.000000000 +0100
@@ -10,10 +10,10 @@
 
 http://lists.samba.org/archive/rsync/2009-November/024261.html
 
-Index: b/doc/librsync.3
+Index: librsync-1.0.0/doc/librsync.3
 ===================================================================
---- a/doc/librsync.3
-+++ b/doc/librsync.3
+--- librsync-1.0.0.orig/doc/librsync.3
++++ librsync-1.0.0/doc/librsync.3
 @@ -53,6 +53,8 @@ scriptable access to rsync functions.
  .PP
  .I rdiff and librsync Manual
@@ -23,10 +23,10 @@
  \fIhttp://rproxy.sourceforge.net/\fP or \fIhttp://linuxcare.com.au/rproxy/\fP.
  .PP
  \fIdraft-pool-rsync\fP
-Index: b/doc/rdiff.1
+Index: librsync-1.0.0/doc/rdiff.1
 ===================================================================
---- a/doc/rdiff.1
-+++ b/doc/rdiff.1
+--- librsync-1.0.0.orig/doc/rdiff.1
++++ librsync-1.0.0/doc/rdiff.1
 @@ -33,7 +33,22 @@ rdiff \- compute and apply signature-bas
  You can use \fBrdiff\fP to update files, much like \fBrsync\fP does.
  However, unlike \fBrsync\fP, \fBrdiff\fP puts you in control.  There
@@ -58,5 +58,5 @@
 +.PP
 +\fIhttp://rsync.samba.org/tech_report/\fP
  .SH "AUTHOR"
- Martin Pool <[email protected]>
+ Martin Pool <[email protected]>
  .PP

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to