rpms/afflib/devel afflib.spec, 1.15, 1.16 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9

Chauvet Nicolas kwizart at fedoraproject.org
Thu Sep 4 16:01:02 UTC 2008


Author: kwizart

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

Modified Files:
	afflib.spec .cvsignore sources 
Log Message:
- Update to 3.3.2
- Remove Requires for ewftools from afftools
- Qemu image support is disabled (experimental)



Index: afflib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/afflib/devel/afflib.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- afflib.spec	1 Sep 2008 08:25:31 -0000	1.15
+++ afflib.spec	4 Sep 2008 16:00:31 -0000	1.16
@@ -1,7 +1,7 @@
 %define _default_patch_fuzz 2
 
 Name:           afflib
-Version:        3.3.1
+Version:        3.3.2
 Release:        1%{?dist}
 Summary:        Library to support the Advanced Forensic Format
 
@@ -41,7 +41,6 @@
 Summary:        Utilities for %{name}
 Group:          Applications/System
 Requires:       %{name} = %{version}-%{release}
-Requires:       ewftools
 
 %description -n afftools
 The %{name}-utils package contains utilities for using %{name}.
@@ -69,6 +68,8 @@
 find lzma443 -type f -exec chmod 0644 {} ';'
 chmod 0644 lib/base64.cpp
 
+sed -i -e 's/-static/-lrt/' lib/Makefile.am lib/Makefile.in
+
 # Autoreconf
 autoreconf
 
@@ -77,8 +78,8 @@
 %configure --enable-shared \
   --enable-wide-character-type \
   --disable-static \
-  --disable-s3 \
-  --enable-libewf=yes
+  --enable-libewf=yes \
+  --enable-qemu=no
 
 # Remove rpath from libtool
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -125,6 +126,11 @@
 
 
 %changelog
+* Thu Sep  4 2008 kwizart < kwizart at gmail.com > - 3.3.2-1
+- Update to 3.3.2
+- Remove Requires for ewftools from afftools
+- Qemu image support is disabled (experimental)
+
 * Mon Sep  1 2008 kwizart < kwizart at gmail.com > - 3.3.1-1
 - Update to 3.3.1
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/afflib/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	1 Sep 2008 08:25:31 -0000	1.8
+++ .cvsignore	4 Sep 2008 16:00:31 -0000	1.9
@@ -1 +1 @@
-afflib-3.3.1.tar.gz
+afflib-3.3.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/afflib/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	1 Sep 2008 08:25:31 -0000	1.8
+++ sources	4 Sep 2008 16:00:31 -0000	1.9
@@ -1 +1 @@
-f2b5150af6d8f52bb0a5c702e975741d  afflib-3.3.1.tar.gz
+cc96dc62d380fcc3c6679d2404c61306  afflib-3.3.2.tar.gz




More information about the fedora-extras-commits mailing list