rpms/dump/devel .cvsignore, 1.16, 1.17 dump-rh507948.patch, 1.2, 1.3 dump.spec, 1.58, 1.59 sources, 1.16, 1.17 dump-rh568457.patch, 1.1, NONE dump-rh576525.patch, 1.1, NONE

Adam Tkac atkac at fedoraproject.org
Fri Jun 11 12:38:40 UTC 2010


Author: atkac

Update of /cvs/pkgs/rpms/dump/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30962

Modified Files:
	.cvsignore dump-rh507948.patch dump.spec sources 
Removed Files:
	dump-rh568457.patch dump-rh576525.patch 
Log Message:
- update to 0.4b43
- patches merged
  - dump-rh568457.patch
  - dump-rh576525.patch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dump/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- .cvsignore	22 Jun 2009 12:44:57 -0000	1.16
+++ .cvsignore	11 Jun 2010 12:38:40 -0000	1.17
@@ -1 +1 @@
-dump-0.4b42.tar.gz
+dump-0.4b43.tar.gz

dump-rh507948.patch:
 dump-0.4b39/restore/restore.c |    7 ++++---
 dump-0.4b42/restore/tape.c    |    5 ++++-
 2 files changed, 8 insertions(+), 4 deletions(-)

Index: dump-rh507948.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dump/devel/dump-rh507948.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- dump-rh507948.patch	10 Feb 2010 14:45:09 -0000	1.2
+++ dump-rh507948.patch	11 Jun 2010 12:38:40 -0000	1.3
@@ -1,14 +1,6 @@
 diff -up dump-0.4b42/restore/tape.c.rh507948 dump-0.4b42/restore/tape.c
 --- dump-0.4b42/restore/tape.c.rh507948	2009-07-23 14:28:17.998903816 +0200
 +++ dump-0.4b42/restore/tape.c	2009-07-23 14:29:27.058903991 +0200
-@@ -474,7 +474,6 @@ getvol(long nextvol)
- 	if (nextvol == 1) {
- 		tapesread = 0;
- 		gettingfile = 0;
--		tpblksread = 0;
- 		blksread = 0;
- 	}
- 	if (pipein) {
 @@ -3264,11 +3263,14 @@ ReReadInodeFromTape(dump_ino_t theino)
  		cntloop++;
  		gethead(&spcl);


Index: dump.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dump/devel/dump.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- dump.spec	26 Apr 2010 14:11:01 -0000	1.58
+++ dump.spec	11 Jun 2010 12:38:40 -0000	1.59
@@ -1,13 +1,13 @@
 %define _sbindir /sbin
 
-%define PREVER b42
+%define PREVER b43
 %define VERSION 0.4%{PREVER}
 
 Summary: Programs for backing up and restoring ext2/ext3 filesystems
 Name: dump
 Epoch: 1
 Version: 0.4
-Release: 0.6.%{PREVER}%{?dist}
+Release: 0.7.%{PREVER}%{?dist}
 License: BSD
 Group: Applications/Archiving
 URL: http://dump.sourceforge.net/
@@ -24,8 +24,6 @@ Obsoletes: dump-static
 Provides: dump-static
 
 Patch0: dump-rh507948.patch
-Patch1: dump-rh568457.patch
-Patch2: dump-rh576525.patch
 
 %description
 The dump package contains both dump and restore. Dump examines files
@@ -52,8 +50,6 @@ restoring files from a backup), and tar 
 %setup -q -n dump-%{VERSION}
 
 %patch0 -p1 -b .rh507948
-%patch1 -p2 -b .rh568457
-%patch2 -p1 -b .rh576525
 
 for i in THANKS MAINTAINERS COPYRIGHT CHANGES; do
     iconv -f iso-8859-1 -t utf-8  $i -o $i.new
@@ -128,6 +124,12 @@ rm -rf %{buildroot}
 %{_mandir}/man8/rmt.8*
 
 %changelog
+* Fri Jun 11 2010 Adam Tkac <atkac redhat com> 0.4-0.7.b43
+- update to 0.4b43
+- patches merged
+  - dump-rh568457.patch
+  - dump-rh576525.patch
+
 * Mon Apr 26 2010 Adam Tkac <atkac redhat com> 0.4-0.6.b42
 - fix invalid EA metainformation in dump, add workaround to restore (#576525)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dump/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	22 Jun 2009 12:44:58 -0000	1.16
+++ sources	11 Jun 2010 12:38:40 -0000	1.17
@@ -1 +1 @@
-7202465ed687da2540a7b2b44a09f1b9  dump-0.4b42.tar.gz
+a708cbac8a0f69dd55aecbb80bb290ca  dump-0.4b43.tar.gz


--- dump-rh568457.patch DELETED ---


--- dump-rh576525.patch DELETED ---



More information about the scm-commits mailing list