Mailinglist Archive: opensuse-commit (1192 mails)

< Previous Next >
commit rdiff-backup
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 06 Aug 2008 01:56:21 +0200
  • Message-id: <20080805235622.3407D678178@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package rdiff-backup
checked in at Wed Aug 6 01:56:21 CEST 2008.


--------
--- rdiff-backup/rdiff-backup.changes 2007-01-09 14:25:09.000000000 +0100
+++ /mounts/work_src_done/STABLE/rdiff-backup/rdiff-backup.changes
2008-08-04 21:19:12.409053000 +0200
@@ -1,0 +2,14 @@
+Mon Aug 4 21:15:52 CEST 2008 - cthiel@xxxxxxx
+
+- update to version 1.2.0
+ * This is the new stable branch of rdiff-backup, representing almost three
+ years of development releases. From the previous development release, this
+ release includes two fixes for Unicode issues. From the previous stable
+ release, this release features a large number of new features, including
+ SHA1 checksums, native Windows support, improved Mac OS X and Cygwin
+ support, better filesystem support for HFS+, NFS, SSHFS, SMB, CIFS, AFS,
+ NTFS, and FAT32, and better handling of unreadable or pathological file
+ permissions. It also includes the previously separate
+ 'rdiff-backup-statistics' tool.
+
+-------------------------------------------------------------------



Old:
----
rdiff-backup-1.0.5.patch
rdiff-backup-1.0.5.tar.bz2
rdiff-backup-setup.py.diff

New:
----
rdiff-backup-1.2.0.tar.bz2

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

Other differences:
------------------
++++++ rdiff-backup.spec ++++++
--- /var/tmp/diff_new_pack.bh3605/_old 2008-08-06 01:55:35.000000000 +0200
+++ /var/tmp/diff_new_pack.bh3605/_new 2008-08-06 01:55:35.000000000 +0200
@@ -1,28 +1,33 @@
#
-# spec file for package rdiff-backup (Version 1.0.5)
+# spec file for package rdiff-backup (Version 1.2.0)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# 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/
#

# norootforbuild

+
Name: rdiff-backup
BuildRequires: librsync python-devel
Summary: Convenient and transparent local/remote incremental
mirror/backup
-Version: 1.0.5
-Release: 2
-License: GNU General Public License (GPL)
-URL: http://www.nongnu.org/rdiff-backup/
+Version: 1.2.0
+Release: 1
+License: GPL v2 or later
+Url: http://www.nongnu.org/rdiff-backup/
Source0:
http://savannah.nongnu.org/download/rdiff-backup/%{name}-%{version}.tar.bz2
-Patch: %{name}-setup.py.diff
-Patch1: %{name}-%{version}.patch
Group: Productivity/Archiving/Backup
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-
%py_requires

%description
@@ -47,8 +52,6 @@

%prep
%setup -q
-%patch -p1
-%patch1

%build
export CFLAGS="$RPM_OPT_FLAGS"
@@ -56,6 +59,7 @@

%install
python setup.py install --prefix=%{_prefix} --root $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT/usr/share/doc/rdiff-backup-%{version}

%clean
rm -rf $RPM_BUILD_ROOT
@@ -70,38 +74,49 @@
%{py_sitedir}/*.egg-info
%endif

-%changelog -n rdiff-backup
-* Tue Jan 09 2007 - cthiel@xxxxxxx
+%changelog
+* Mon Aug 04 2008 cthiel@xxxxxxx
+- update to version 1.2.0
+ * This is the new stable branch of rdiff-backup, representing almost three
+ years of development releases. From the previous development release, this
+ release includes two fixes for Unicode issues. From the previous stable
+ release, this release features a large number of new features, including
+ SHA1 checksums, native Windows support, improved Mac OS X and Cygwin
+ support, better filesystem support for HFS+, NFS, SSHFS, SMB, CIFS, AFS,
+ NTFS, and FAT32, and better handling of unreadable or pathological file
+ permissions. It also includes the previously separate
+ 'rdiff-backup-statistics' tool.
+* Tue Jan 09 2007 cthiel@xxxxxxx
- fix ICC warning: warning #592: variable "return_val" is used before its
value is set (#232824)
-* Tue Jan 09 2007 - cthiel@xxxxxxx
+* Tue Jan 09 2007 cthiel@xxxxxxx
- update to version 1.0.5
* Fix a traceback due to an off-by-1 error in "--remove-older-than nB".
* Fix a security violation when restoring from a remote repository.
* --list-at-time, --list-increments, and --list-increment-sizes should now
work from a read-only repository.
-* Mon Oct 02 2006 - cthiel@xxxxxxx
+* Mon Oct 02 2006 cthiel@xxxxxxx
- fix build on older distributions
-* Thu Sep 21 2006 - cthiel@xxxxxxx
+* Thu Sep 21 2006 cthiel@xxxxxxx
- fix build with python 2.5
-* Tue Feb 28 2006 - jmatejek@xxxxxxx
+* Tue Feb 28 2006 jmatejek@xxxxxxx
- updated to reflect python changes due to #149809
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Mon Jan 23 2006 - cthiel@xxxxxxx
+* Mon Jan 23 2006 cthiel@xxxxxxx
- update to version 1.0.4
-* Sat Nov 26 2005 - cthiel@xxxxxxx
+* Sat Nov 26 2005 cthiel@xxxxxxx
- update to version 1.0.3
-* Wed Oct 26 2005 - cthiel@xxxxxxx
+* Wed Oct 26 2005 cthiel@xxxxxxx
- update to version 1.0.2
-* Tue Sep 13 2005 - cthiel@xxxxxxx
+* Tue Sep 13 2005 cthiel@xxxxxxx
- update to version 1.0.1
- specfile cleanup
-* Wed Aug 17 2005 - cthiel@xxxxxxx
+* Wed Aug 17 2005 cthiel@xxxxxxx
- update to version 1.0.0
-* Sun Aug 14 2005 - cthiel@xxxxxxx
+* Sun Aug 14 2005 cthiel@xxxxxxx
- use %%py_requires macro
-* Tue May 03 2005 - cthiel@xxxxxxx
+* Tue May 03 2005 cthiel@xxxxxxx
- use %%py_sitedir macro
-* Fri Apr 15 2005 - cthiel@xxxxxxx
+* Fri Apr 15 2005 cthiel@xxxxxxx
- initial creation of package (0.12.8)

++++++ rdiff-backup-1.0.5.tar.bz2 -> rdiff-backup-1.2.0.tar.bz2 ++++++
++++ 9695 lines of diff (skipped)


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread