dos2unix: bump version.

This commit is contained in:
Jerome Duval
2017-07-12 19:38:24 +02:00
parent 559bdcd704
commit 8cb8d70300
2 changed files with 8 additions and 8 deletions

View File

@@ -8,9 +8,9 @@ COPYRIGHT="2009-2015 Erwin Waterlander
1998 Bernd Johannes Wuebben
1994-1995 Benjamin Lin"
LICENSE="BSD (2-clause)"
REVISION="2"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/project/dos2unix/dos2unix/$portVersion/dos2unix-$portVersion.tar.gz"
CHECKSUM_SHA256="c7e8ee0bb3e001cc25a4a908d9a81ac52d124133d6a524a59f995bc90d438689"
CHECKSUM_SHA256="a72caa2fb5cb739403315472fe522eda41aabab2a02ad6f5589639330af262e5"
PATCHES="dos2unix-$portVersion.patchset"
ARCHITECTURES="x86 x86_gcc2 x86_64"

View File

@@ -1,22 +1,22 @@
From f07adf8c1b98791a1d736d6d67248f3255fc9ee4 Mon Sep 17 00:00:00 2001
From c8521cb9fc56b963d7d1d7b8121c9f05f21f619f Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Wed, 10 Jun 2015 12:00:08 +0000
Subject: gcc2 patch
diff --git a/Makefile b/Makefile
index 994cec7..c562c08 100644
index 68dfd14..1cf5b78 100644
--- a/Makefile
+++ b/Makefile
@@ -270,7 +270,7 @@ endif
CFLAGS_USER =
@@ -322,7 +322,7 @@ CFLAGS ?= -O0
else
CFLAGS ?= -O2
endif
-CFLAGS += -Wall -Wextra -Wconversion $(RPM_OPT_FLAGS) $(CPPFLAGS) $(CFLAGS_USER)
+CFLAGS += -Wall -Wconversion $(RPM_OPT_FLAGS) $(CPPFLAGS) $(CFLAGS_USER)
EXTRA_CFLAGS = -DVER_REVISION=\"$(DOS2UNIX_VERSION)\" \
-DVER_DATE=\"$(DOS2UNIX_DATE)\" \
--
2.2.2
2.12.2