- update to cvs snap from 2009-03-16.
This commit is contained in:
parent
7458f10498
commit
d811a95b84
@ -1,3 +1,3 @@
|
||||
squashfs
|
||||
clog
|
||||
squashfs-20090125.tar.bz2
|
||||
squashfs-20090316.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
5e92416f598d46e2e403854e77ab3090 squashfs-20090125.tar.bz2
|
||||
0ff6ccb12b102a3d9267d07e64bfd870 squashfs-20090316.tar.bz2
|
||||
|
@ -1,6 +1,7 @@
|
||||
diff -up squashfs/squashfs-tools/Makefile.cflags squashfs/squashfs-tools/Makefile
|
||||
--- squashfs/squashfs-tools/Makefile.cflags 2008-08-26 03:15:16.000000000 -0400
|
||||
+++ squashfs/squashfs-tools/Makefile 2008-12-18 06:59:01.000000000 -0500
|
||||
Index: squashfs/squashfs-tools/Makefile
|
||||
===================================================================
|
||||
--- squashfs.orig/squashfs-tools/Makefile
|
||||
+++ squashfs/squashfs-tools/Makefile
|
||||
@@ -2,7 +2,7 @@ INSTALL_DIR = /usr/local/bin
|
||||
|
||||
INCLUDEDIR = .
|
||||
@ -8,5 +9,5 @@ diff -up squashfs/squashfs-tools/Makefile.cflags squashfs/squashfs-tools/Makefil
|
||||
-CFLAGS := -I$(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2
|
||||
+CFLAGS := $(RPM_OPT_FLAGS) -I$(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2
|
||||
|
||||
all: mksquashfs
|
||||
all: mksquashfs unsquashfs
|
||||
|
||||
|
@ -2,11 +2,11 @@ Summary: Utility for the creation of squashfs filesystems
|
||||
Name: squashfs-tools
|
||||
Version: 4.0
|
||||
# cvs snapshot from cvs -d:pserver:anonymous@squashfs.cvs.sourceforge.net:/cvsroot/squashfs co squashfs on 2009-01-25
|
||||
Release: 0.20090126
|
||||
Release: 0.20090316
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://squashfs.sf.net
|
||||
Source0: squashfs-20090125.tar.bz2
|
||||
Source0: squashfs-20090316.tar.bz2
|
||||
Patch0: squashfs-cflags.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: zlib-devel
|
||||
@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
#%{_sbindir}/unsquashfs
|
||||
|
||||
%changelog
|
||||
* Tue Mar 16 2009 Kyle McMartin <kyle@redhat.com> - 4.0-0.20090316
|
||||
- update to cvs snap from 2009-03-16.
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.20090126
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user