rpms/afflib/devel afflib-3.2.1-fix_namespace.patch, NONE, 1.1 afflib.spec, 1.6, 1.7

Chauvet Nicolas (kwizart) fedora-extras-commits at redhat.com
Wed Jun 25 09:12:58 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/afflib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30540

Modified Files:
	afflib.spec 
Added Files:
	afflib-3.2.1-fix_namespace.patch 
Log Message:
- Fix redefinition of typedef AFFILE


afflib-3.2.1-fix_namespace.patch:

--- NEW FILE afflib-3.2.1-fix_namespace.patch ---
diff -up afflib-3.2.1/lib/afflib_i.h.fix_namespace afflib-3.2.1/lib/afflib_i.h
--- afflib-3.2.1/lib/afflib_i.h.fix_namespace	2008-06-25 11:01:34.000000000 +0200
+++ afflib-3.2.1/lib/afflib_i.h	2008-06-25 11:01:51.000000000 +0200
@@ -340,7 +340,7 @@ typedef struct _AFFILE {
     void	*vnodeprivate;	      // private storage for the vnode
     void	(*error_reporter)(const char *fmt, ...);
     struct af_crypto *crypto;		
-} AFFILE;
+};
 
 
 


Index: afflib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/afflib/devel/afflib.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- afflib.spec	7 Jun 2008 12:02:06 -0000	1.6
+++ afflib.spec	25 Jun 2008 09:12:16 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           afflib
 Version:        3.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library to support the Advanced Forensic Format
 
 Group:          System Environment/Libraries
@@ -10,6 +10,7 @@
 Patch0:         afflib-3.0.1-WCtype.patch
 Patch1:         afflib-3.1.3-gcc43.patch
 Patch3:         afflib-3.1.3-ldconfig.patch
+Patch4:         afflib-3.2.1-fix_namespace.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libtool
@@ -18,8 +19,8 @@
 BuildRequires:  expat-devel
 # GPLv2 FOSS incompatible with BSD with advertising
 ##BuildRequires:  fuse-devel
-BuildRequires:  libewf-devel >= 20080305
-# Afflib uses lzma-SDK 443
+#BuildRequires:  libewf-devel >= 20080305
+# Afflib uses lzma-SDK 443
 #BuildRequires:  lzma-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  libtermcap-devel
@@ -62,6 +63,7 @@
 %patch0 -p1 -b .WCtype
 %patch1 -p1 -b .gcc43
 %patch3 -p1 -b .ldconfig
+%patch4 -p1 -b .fix_namespace
 # prevent internal lzma to be built - testing
 #rm -rf lzma443
 
@@ -126,6 +128,9 @@
 
 
 %changelog
+* Wed Jun 25 2008 kwizart < kwizart at gmail.com > - 3.2.1-2
+- Fix redefinition of typedef AFFILE
+
 * Sat Jun  7 2008 kwizart < kwizart at gmail.com > - 3.2.1-1
 - Update to 3.2.1
 




More information about the fedora-extras-commits mailing list