update to 20141016git [release 20141016git-1mamba;Thu Oct 16 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 19:59:21 +01:00
parent 279f3f13be
commit f008c052e4
2 changed files with 32 additions and 3 deletions

View File

@ -1,6 +1,8 @@
%define pkgver %(echo %version | cut -d. -f2)
Name: yaffs-utils
Version: cvs20080710
Release: 2mamba
Epoch: 1
Version: 20141016git
Release: 1mamba
Summary: Utilities for YAFFS, an embedded filesystem designed for NAND storage
Group: System/Tools
Vendor: openmamba
@ -10,7 +12,8 @@ URL: http://www.yaffs.net
# Source got from cvs:
# export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
# cvs checkout yaffs2
Source: http://www.yaffs.net/yaffs2-%{version}.tar.bz2
Source: git://www.aleph1.co.uk/yaffs2.git/master/yaffs2-%{version}.tar.bz2
Patch0: yaffs2-20141016git-x86-shift.patch
License: GPL
Provides: yaff-utils
Obsoletes: yaff-utils
@ -24,6 +27,9 @@ YAFFS stands for Yet Another Flash File System. YAFFS is the first file system t
%prep
%setup -q -n yaffs2-%{version}
%ifnarch x86_64
%patch0 -p1
%endif
%build
%make -C utils
@ -43,6 +49,18 @@ install -m0755 -D utils/mkyaffsimage %{buildroot}%{_bindir}/mkyaffsimage
%doc README-linux README-linux-patch
%changelog
* Thu Oct 16 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 20141016git-1mamba
- update to 20141016git
* Thu Mar 21 2013 Automatic Build System <autodist@mambasoft.it> 20130321git-1mamba
- update to 20130321git
* Mon Nov 19 2012 Automatic Build System <autodist@mambasoft.it> 20121119git.a18ab52-1mamba
- update to 20121119git.a18ab52
* Thu Oct 18 2012 Automatic Build System <autodist@mambasoft.it> 7897f17-1mamba
- update to 7897f17
* Fri Dec 12 2008 Silvan Calarco <silvan.calarco@mambasoft.it> cvs20080710-2mamba
- fixed package name

View File

@ -0,0 +1,11 @@
--- yaffs2-20141016git/utils/Makefile.orig 2019-01-19 00:25:12.552050531 +0100
+++ yaffs2-20141016git/utils/Makefile 2019-01-19 00:25:18.597078500 +0100
@@ -17,7 +17,7 @@
CFLAGS = -O2 -Wall -Werror -DCONFIG_YAFFS_UTIL
CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
-CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
+CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline -Wno-error=shift-count-overflow
## Change if you are using a cross-compiler
MAKETOOLS =