diff --git a/.cvsignore b/.cvsignore
index 64e222a..62d6b9e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-squashfs3.3.tgz
+squashfs3.4.tar.gz
diff --git a/sources b/sources
index 0719da9..3ff82b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-95c40fca0d886893631b5de14a0af25b  squashfs3.3.tgz
+2a4d2995ad5aa6840c95a95ffa6b1da6  squashfs3.4.tar.gz
diff --git a/squashfs-cflags.patch b/squashfs-cflags.patch
index c5d197d..4225b29 100644
--- a/squashfs-cflags.patch
+++ b/squashfs-cflags.patch
@@ -1,6 +1,8 @@
---- squashfs3.0/squashfs-tools/Makefile.orig	2006-03-15 16:36:20.000000000 -0500
-+++ squashfs3.0/squashfs-tools/Makefile	2006-06-23 11:47:53.000000000 -0400
-@@ -1,6 +1,6 @@
+diff -up squashfs3.4/squashfs-tools/Makefile.cflags squashfs3.4/squashfs-tools/Makefile
+--- squashfs3.4/squashfs-tools/Makefile.cflags	2008-08-26 03:10:13.000000000 -0400
++++ squashfs3.4/squashfs-tools/Makefile	2008-09-30 15:08:22.000000000 -0400
+@@ -2,7 +2,7 @@ INSTALL_DIR = /usr/local/bin
+ 
  INCLUDEDIR = .
  
 -CFLAGS := -I$(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2
diff --git a/squashfs-tools.spec b/squashfs-tools.spec
index 14f49da..6bfcf2b 100644
--- a/squashfs-tools.spec
+++ b/squashfs-tools.spec
@@ -1,11 +1,11 @@
 Summary: Utility for the creation of squashfs filesystems
 Name: squashfs-tools
-Version: 3.3
-Release: 2
+Version: 3.4
+Release: 1
 License: GPLv2+
 Group: System Environment/Base
 URL: http://squashfs.sf.net
-Source0: squashfs3.3.tgz
+Source0: squashfs3.4.tar.gz
 Patch0: squashfs-cflags.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: zlib-devel
@@ -15,7 +15,7 @@ Squashfs is a highly compressed read-only filesystem for Linux.  This package
 contains the utilities for manipulating squashfs filesystems.
 
 %prep
-%setup -q -n squashfs3.3
+%setup -q -n squashfs3.4
 %patch0 -p1 -b .cflags
 
 %build
@@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sbindir}/unsquashfs
 
 %changelog
+* Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> - 3.4-1
+- update to 3.4
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.3-2
 - Autorebuild for GCC 4.3