- update to 3.4

This commit is contained in:
Jeremy Katz 2008-09-30 19:20:42 +00:00
parent ff2e478713
commit 8386392614
4 changed files with 14 additions and 9 deletions

View File

@ -1 +1 @@
squashfs3.3.tgz
squashfs3.4.tar.gz

View File

@ -1 +1 @@
95c40fca0d886893631b5de14a0af25b squashfs3.3.tgz
2a4d2995ad5aa6840c95a95ffa6b1da6 squashfs3.4.tar.gz

View File

@ -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

View File

@ -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