rpms/duplicity/FC-5 .cvsignore, 1.2, 1.3 duplicity.spec, 1.6, 1.7 sources, 1.2, 1.3

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Sat May 20 20:37:54 UTC 2006


Author: mjk

Update of /cvs/extras/rpms/duplicity/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4779/FC-5

Modified Files:
	.cvsignore duplicity.spec sources 
Log Message:
taking ownership and updated package



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/duplicity/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:14:50 -0000	1.2
+++ .cvsignore	20 May 2006 20:37:54 -0000	1.3
@@ -1 +1 @@
-duplicity-0.4.1.tar.gz
+duplicity-0.4.2.tar.gz


Index: duplicity.spec
===================================================================
RCS file: /cvs/extras/rpms/duplicity/FC-5/duplicity.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- duplicity.spec	6 Apr 2005 22:11:36 -0000	1.6
+++ duplicity.spec	20 May 2006 20:37:54 -0000	1.7
@@ -1,18 +1,18 @@
 %define PYTHON_VERSION %(python -c 'import sys; print sys.version[:3],')
 %define NEXT_PYTHON_VERSION %(python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1]+1),')
 
-Version: 0.4.1
-Summary: Untrusted/encrypted backup using rsync algorithm
-Name: duplicity
-Release: 4
-
-URL: http://www.nongnu.org/duplicity/
-Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz
-License: GPL
-Group: Applications/Archiving
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: python >= %{PYTHON_VERSION}, python < %{NEXT_PYTHON_VERSION}, gnupg >= 1.0.6
-BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6
+Version:	0.4.2
+Summary:	Untrusted/encrypted backup using rsync algorithm
+Name:		duplicity
+Release:	1%{?dist}
+URL:		http://www.nongnu.org/duplicity/
+Source:		http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz
+License:	GPL
+Group:		Applications/Archiving
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Requires:	python >= %{PYTHON_VERSION}, python < %{NEXT_PYTHON_VERSION}, gnupg >= 1.0.6
+BuildRequires:	python-devel >= 2.2, librsync-devel >= 0.9.6
 
 %description
 Duplicity incrementally backs up files and directory by encrypting
@@ -41,6 +41,7 @@
 
 %files
 %defattr(-,root,root)
+%doc CHANGELOG COPYING README
 %{_bindir}/rdiffdir
 %{_bindir}/duplicity
 %{_mandir}/man1/duplicity*
@@ -50,9 +51,11 @@
 %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.so
 %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.pyc
 %ghost %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.pyo
-%doc CHANGELOG COPYING README
 
 %changelog
+* Tue May 16 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.4.2-1
+- verion bump
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/duplicity/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:14:50 -0000	1.2
+++ sources	20 May 2006 20:37:54 -0000	1.3
@@ -1 +1 @@
-c91933a10f97057b899ba97673ad8a63  duplicity-0.4.1.tar.gz
+a9fd4094f23bb36c82cc1dc2816a5b7d  duplicity-0.4.2.tar.gz




More information about the fedora-extras-commits mailing list