rpms/extundelete/F-13 .cvsignore, 1.2, 1.3 extundelete.spec, 1.1, 1.2 import.log, 1.1, 1.2 sources, 1.2, 1.3 extundelete-misc-fixes.patch, 1.1, NONE extundelete-no-strict-aliasing-break.patch, 1.1, NONE

Hicham HAOUARI hicham at fedoraproject.org
Sat Jul 24 01:40:36 UTC 2010


Author: hicham

Update of /cvs/pkgs/rpms/extundelete/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15344/F-13

Modified Files:
	.cvsignore extundelete.spec import.log sources 
Removed Files:
	extundelete-misc-fixes.patch 
	extundelete-no-strict-aliasing-break.patch 
Log Message:
Update to 0.2.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/extundelete/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	26 Apr 2010 12:16:44 -0000	1.2
+++ .cvsignore	24 Jul 2010 01:40:35 -0000	1.3
@@ -1 +1 @@
-extundelete-0.1.8.tar.bz2
+extundelete-0.2.0.tar.bz2


Index: extundelete.spec
===================================================================
RCS file: /cvs/pkgs/rpms/extundelete/F-13/extundelete.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- extundelete.spec	26 Apr 2010 12:16:45 -0000	1.1
+++ extundelete.spec	24 Jul 2010 01:40:36 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           extundelete
-Version:        0.1.8
-Release:        2%{?dist}
+Version:        0.2.0
+Release:        1%{?dist}
 Summary:        An ext3 and ext4 file system undeletion utility
 
 Group:          Applications/System
@@ -11,11 +11,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildRequires:  e2fsprogs-devel
 
-# Patch0 : add -lcom_err to the linker flags, and use CXXFLAGS variable in Makefile, both will be fixed in next upstream release
-Patch0:         %{name}-misc-fixes.patch
-# Patch1 : fix a strict aliasing warning, patch approved by upstream. Next release will use a more robust way
-Patch1:         %{name}-no-strict-aliasing-break.patch
-
 %description
 extundelete is a utility that can recover deleted files from an ext3 or ext4
 partition. extundelete uses the information stored in the partition's journal
@@ -26,17 +21,15 @@ recovering your files!
 
 %prep
 %setup -q
-%patch0 -p1 -b .misc-fixes
-%patch1 -p1 -b .no-strict-aliasing-break
 
 %build
-cd src
-make %{?_smp_mflags} CXXFLAGS="%{optflags}"
+%configure
+make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -Dpm 755 src/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %clean
@@ -45,11 +38,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc testing.txt README LICENSE
+%doc README LICENSE
 %{_bindir}/%{name}
 
 
 %changelog
+* Sat Jul 24 2010 Hicham HAOUARI <hicham.haouari at gmail.com> 0.2.0-1
+- New upstream release
+- Drop no-strict-aliasing-break patch
+- Drop OPTFLAGS patch ( no need now since autotools are used )
+
 * Tue Apr 13 2010 Hicham HAOUARI <hicham.haouari at gmail.com> 0.1.8-2
 - Fix miscellaneous issues ( https://bugzilla.redhat.com/show_bug.cgi?id=581723#c1 )
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/extundelete/F-13/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	26 Apr 2010 12:16:45 -0000	1.1
+++ import.log	24 Jul 2010 01:40:36 -0000	1.2
@@ -1 +1,2 @@
 extundelete-0_1_8-2_fc13:F-13:extundelete-0.1.8-2.fc13.src.rpm:1272284147
+extundelete-0_2_0-1_fc13:F-13:extundelete-0.2.0-1.fc13.src.rpm:1279935548


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/extundelete/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	26 Apr 2010 12:16:45 -0000	1.2
+++ sources	24 Jul 2010 01:40:36 -0000	1.3
@@ -1 +1 @@
-ff1d0a660727d358364134828fed1a16  extundelete-0.1.8.tar.bz2
+6dac74b12a747f133326ff7b81fceedd  extundelete-0.2.0.tar.bz2


--- extundelete-misc-fixes.patch DELETED ---


--- extundelete-no-strict-aliasing-break.patch DELETED ---



More information about the scm-commits mailing list