rpms/rdiff-backup/EL-4 .cvsignore, 1.2, 1.3 rdiff-backup.spec, 1.5, 1.6 sources, 1.3, 1.4

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Mon Jul 16 22:55:45 UTC 2007


Author: kevin

Update of /cvs/extras/rpms/rdiff-backup/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7982

Modified Files:
	.cvsignore rdiff-backup.spec sources 
Log Message:
Sync up with other branches. 



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rdiff-backup/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:17:55 -0000	1.2
+++ .cvsignore	16 Jul 2007 22:55:13 -0000	1.3
@@ -1 +1 @@
-rdiff-backup-0.12.6.tar.gz
+rdiff-backup-1.0.5.tar.gz


Index: rdiff-backup.spec
===================================================================
RCS file: /cvs/extras/rpms/rdiff-backup/EL-4/rdiff-backup.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rdiff-backup.spec	22 Jan 2005 20:27:02 -0000	1.5
+++ rdiff-backup.spec	16 Jul 2007 22:55:13 -0000	1.6
@@ -1,18 +1,20 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-Version: 0.12.7
+Version: 1.0.5
 Summary: Convenient and transparent local/remote incremental mirror/backup
 Name: rdiff-backup
-Release: 1
-Epoch: 0
+Release: 2%{?dist}
+
 URL: http://www.nongnu.org/rdiff-backup/
 Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
 License: GPL
 Group: Applications/Archiving
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: python-devel >= 0:2.2, librsync-devel >= 0:0.9.6
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6
 
-Requires:	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+#recommended runtime dependencies
+Requires: pylibacl, pyxattr
 
 %description
 rdiff-backup is a script, written in Python, that backs up one
@@ -43,16 +45,48 @@
 
 %files
 %defattr(-,root,root)
+%doc CHANGELOG COPYING FAQ.html README
 %{_bindir}/rdiff-backup
 %{_mandir}/man1/rdiff-backup*
 %dir %{python_sitearch}/rdiff_backup
 %{python_sitearch}/rdiff_backup/*.py
 %{python_sitearch}/rdiff_backup/*.pyc
 %{python_sitearch}/rdiff_backup/*.so
-%ghost %{python_sitearch}/rdiff_backup/*.pyo
-%doc CHANGELOG COPYING FAQ.html README
+%{python_sitearch}/rdiff_backup/*.pyo
 
 %changelog
+* Fri Jun 15 2007 Gavin Henry <ghenry at suretecsystems.com> 1.0.5-2
+- Applied patch from Marcin Zajaczkowski for addition 
+  of pylibacl, pyxattr in Requires section
+
+* Tue Dec 05 2006 Gavin Henry <ghenry at suretecsystems.com> 1.0.5-1
+- Update to latest version
+
+* Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 1.0.4-3
+ - rebuilt for unwind info generation, broken in gcc-4.1.1-21
+
+* Tue Sep 19 2006 Kevin Fenzi <kevin at tummy.com> - 1.0.4-2
+- Build for fc6
+- No longer need to ghost pyo files (bug 205431)
+
+* Fri Dec 9  2005 Gavin Henry <ghenry at suretecsystems.com> - 0:1.0.4-1 
+- Update to latest version
+
+* Fri Dec 9  2005 Gavin Henry <ghenry at suretecsystems.com> - 0:1.0.3-1 
+- Update to latest version
+
+* Wed Sep 14 2005 Gavin Henry <ghenry at suretecsystems.com> - 0:1.0.1-1
+- New version
+
+* Thu Aug 15 2005 Gavin Henry <ghenry at suretecsystems.com> - 0:1.0.0-1
+- Latest version
+
+* Wed May 11 2005 Bill Nottingham <notting at redhat.com> - 0:0.12.7-3
+- rebuilt
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
 * Sat Jan 22 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.12.7-1
 - Update to 0.12.7 which was released May 31st, 2004.
 - Enhance spec with python-abi and arch-dependent sitelib paths.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rdiff-backup/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	22 Jan 2005 20:27:02 -0000	1.3
+++ sources	16 Jul 2007 22:55:13 -0000	1.4
@@ -1 +1 @@
-12fb0085861483eab379cb578fa9c849  rdiff-backup-0.12.7.tar.gz
+fa2a165fa07a94be52c52e3545bc7758  rdiff-backup-1.0.5.tar.gz




More information about the fedora-extras-commits mailing list