rpms/dump/F-11 .cvsignore, 1.15, 1.16 dump.spec, 1.52, 1.53 sources, 1.15, 1.16 dump-0.4b41-libtinfo.patch, 1.1, NONE dump-dmfix.patch, 1.2, NONE dump-immutable.patch, 1.1, NONE dump-rh356121.patch, 1.1, NONE dump-rh489853.patch, 1.1, NONE dump-rh490627.patch, 1.1, NONE dump-rh493635.patch, 1.1, NONE dump-selinux.patch, 1.1, NONE

Adam Tkac atkac at fedoraproject.org
Mon Jun 22 12:59:21 UTC 2009


Author: atkac

Update of /cvs/pkgs/rpms/dump/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9907

Modified Files:
	.cvsignore dump.spec sources 
Removed Files:
	dump-0.4b41-libtinfo.patch dump-dmfix.patch 
	dump-immutable.patch dump-rh356121.patch dump-rh489853.patch 
	dump-rh490627.patch dump-rh493635.patch dump-selinux.patch 
Log Message:
* Mon Jun 22 2009 Adam Tkac <atkac redhat com> 0.4-0.1.b42
- update to 0.4b42
- patches merged
  - dump-selinux.patch
  - dump-dmfix.patch
  - dump-immutable.patch
  - dump-0.4b41-libtinfo.patch
  - dump-rh356121.patch
  - dump-rh493635.patch
  - dump-rh490627.patch
  - dump-rh489853.patch
- fix NVR to conform to Fedora policies



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dump/F-11/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	10 Jan 2006 10:05:18 -0000	1.15
+++ .cvsignore	22 Jun 2009 12:58:47 -0000	1.16
@@ -1,5 +1 @@
-dump-0.4b37.tar.gz
-dump-0.4b38.tar.bz2
-dump-0.4b39.tar.bz2
-dump-0.4b40.tar.bz2
-dump-0.4b41.tar.bz2
+dump-0.4b42.tar.gz


Index: dump.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dump/F-11/dump.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- dump.spec	6 Apr 2009 15:11:54 -0000	1.52
+++ dump.spec	22 Jun 2009 12:58:48 -0000	1.53
@@ -1,23 +1,17 @@
 %define _sbindir /sbin
 
+%define PREVER b42
+%define VERSION 0.4%{PREVER}
+
 Summary: Programs for backing up and restoring ext2/ext3 filesystems
 Name: dump
-Version: 0.4b41
-Release: 13%{?dist}
+Epoch: 1
+Version: 0.4
+Release: 0.1.%{PREVER}%{?dist}
 License: BSD
 Group: Applications/Archiving
 URL: http://dump.sourceforge.net/
-Source: http://downloads.sourceforge.net/dump/dump-%{version}.tar.bz2
-#real source is
-#Source: http://downloads.sourceforge.net/dump/dump-%{version}.tar.gz
-Patch0: dump-selinux.patch
-Patch1: dump-dmfix.patch
-Patch2: dump-immutable.patch
-Patch4: dump-0.4b41-libtinfo.patch
-Patch5: dump-rh356121.patch
-Patch6: dump-rh493635.patch
-Patch7: dump-rh490627.patch
-Patch8: dump-rh489853.patch
+Source: http://downloads.sourceforge.net/dump/dump-%{VERSION}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2
 BuildRequires: zlib-devel, bzip2-devel, automake
@@ -51,15 +45,7 @@ like dump (a filesystem backup program),
 restoring files from a backup), and tar (an archiving program).
 
 %prep
-%setup -q
-%patch0 -p1 -b .selinux
-%patch1 -p1 -b .dmfix
-%patch2 -p1 -b .orig
-%patch4 -p1 -b .libtinfo
-%patch5 -p1 -b .rh356121
-%patch6 -p1 -b .rh493635
-%patch7 -p1 -b .rh490627
-%patch8 -p1 -b .rh489853
+%setup -q -n dump-%{VERSION}
 
 for i in THANKS MAINTAINERS COPYRIGHT CHANGES; do
     iconv -f iso-8859-1 -t utf-8  $i -o $i.new
@@ -132,6 +118,19 @@ rm -rf %{buildroot}
 %{_mandir}/man8/rmt.8*
 
 %changelog
+* Mon Jun 22 2009 Adam Tkac <atkac redhat com> 0.4-0.1.b42
+- update to 0.4b42
+- patches merged
+  - dump-selinux.patch
+  - dump-dmfix.patch
+  - dump-immutable.patch
+  - dump-0.4b41-libtinfo.patch
+  - dump-rh356121.patch
+  - dump-rh493635.patch
+  - dump-rh490627.patch
+  - dump-rh489853.patch
+- fix NVR to conform to Fedora policies
+
 * Mon Apr 04 2009 Adam Tkac <atkac redhat com> 0.4b41-13
 - display dump level correctly in all cases (#493635)
 - -A option is not valid when -P is specified, correct manual page (#490627)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dump/F-11/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	10 Jan 2006 10:05:18 -0000	1.15
+++ sources	22 Jun 2009 12:58:48 -0000	1.16
@@ -1 +1 @@
-9c52564af86becfc0973b16b20e61219  dump-0.4b41.tar.bz2
+7202465ed687da2540a7b2b44a09f1b9  dump-0.4b42.tar.gz


--- dump-0.4b41-libtinfo.patch DELETED ---


--- dump-dmfix.patch DELETED ---


--- dump-immutable.patch DELETED ---


--- dump-rh356121.patch DELETED ---


--- dump-rh489853.patch DELETED ---


--- dump-rh490627.patch DELETED ---


--- dump-rh493635.patch DELETED ---


--- dump-selinux.patch DELETED ---




More information about the fedora-extras-commits mailing list