rpms/afflib/devel afflib.spec, 1.25, 1.26 sources, 1.11, 1.12 .cvsignore, 1.11, 1.12 afflib-3.3.4-gcc44.patch, 1.1, NONE

Nicolas Chauvet kwizart at fedoraproject.org
Tue May 12 11:33:40 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/afflib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11383

Modified Files:
	afflib.spec sources .cvsignore 
Removed Files:
	afflib-3.3.4-gcc44.patch 
Log Message:
-Update to 3.3.5



Index: afflib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/afflib/devel/afflib.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- afflib.spec	2 Mar 2009 12:04:05 -0000	1.25
+++ afflib.spec	12 May 2009 11:33:09 -0000	1.26
@@ -1,6 +1,6 @@
 Name:           afflib
-Version:        3.3.4
-Release:        7%{?dist}
+Version:        3.3.5
+Release:        1%{?dist}
 Summary:        Library to support the Advanced Forensic Format
 
 Group:          System Environment/Libraries
@@ -8,7 +8,6 @@ License:        BSD with advertising
 URL:            http://www.afflib.org
 Source0:        http://www.afflib.org/downloads/afflib-%{version}.tar.gz
 Patch0:         afflib-3.3.4-WCtype.patch
-Patch1:         afflib-3.3.4-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libtool
@@ -58,16 +57,16 @@ developing applications that use %{name}
 %prep
 %setup -q
 %patch0 -p1 -b .WCtype
-%patch1 -p1 -b .gcc44
 # prevent internal lzma to be built - testing
 #rm -rf lzma443
 
 #fix spurious permissions with lzma443
 find lzma443 -type f -exec chmod 0644 {} ';'
-chmod 0644 lib/base64.cpp
+chmod 0644 lib/base64.{h,cpp}
 
 # Autoreconf
-autoreconf
+mkdir -p m4
+autoreconf -vif
 libtoolize --force
 
 
@@ -113,6 +112,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -n afftools
 %defattr(-,root,root,-)
 %{_bindir}/af*
+%{_mandir}/man1/afcat.1.*
 
 %files devel
 %defattr(-,root,root,-)
@@ -123,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 12 2009 kwizart < kwizart at gmail.com > - 3.3.5-1
+- Update to 3.3.5
+
 * Mon Mar  2 2009 kwizart < kwizart at gmail.com > - 3.3.4-7
 - Fix for gcc44
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/afflib/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	3 Oct 2008 07:00:52 -0000	1.11
+++ sources	12 May 2009 11:33:09 -0000	1.12
@@ -1 +1 @@
-588dd75051d03f666a17ed49d08c1552  afflib-3.3.4.tar.gz
+917909c5de9cc941752ef086d6093de7  afflib-3.3.5.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/afflib/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	3 Oct 2008 07:00:52 -0000	1.11
+++ .cvsignore	12 May 2009 11:33:09 -0000	1.12
@@ -1 +1 @@
-afflib-3.3.4.tar.gz
+afflib-3.3.5.tar.gz


--- afflib-3.3.4-gcc44.patch DELETED ---




More information about the scm-commits mailing list