* [Buildroot] [PATCH] autoconf version update 2.69 and patch rediff
@ 2012-10-11 14:15 Alexander Khryukin
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Khryukin @ 2012-10-11 14:15 UTC (permalink / raw)
To: buildroot
Signed-off-by: Alexander Khryukin <alexander@mezon.ru>
---
.../autoconf-dont-add-dirty-to-version.patch | 26
+++++++++++-----------
package/autoconf/autoconf.mk | 2 +-
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/package/autoconf/autoconf-dont-add-dirty-to-version.patch
b/package/autoconf/autoconf-dont-add-dirty-to-version.patch
index 38ac163..761ee3f 100644
--- a/package/autoconf/autoconf-dont-add-dirty-to-version.patch
+++ b/package/autoconf/autoconf-dont-add-dirty-to-version.patch
@@ -15,16 +15,16 @@ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
build-aux/git-version-gen | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-Index: autoconf-2.65/build-aux/git-version-gen
-===================================================================
---- autoconf-2.65.orig/build-aux/git-version-gen
-+++ autoconf-2.65/build-aux/git-version-gen
-@@ -135,7 +135,7 @@ case "$dirty" in
- *) # Append the suffix only if there isn't one already.
- case $v in
- *-dirty) ;;
-- *) v="$v-dirty" ;;
-+ #*) v="$v-dirty" ;;
- esac ;;
- esac
-
+diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen
+index 0fa9063..14cd4f8 100755
+--- a/build-aux/git-version-gen
++++ b/build-aux/git-version-gen
+@@ -203,7 +203,7 @@ if test -n "$v_from_git"; then
+ *) # Append the suffix only if there isn't one already.
+ case $v in
+ *-dirty) ;;
+- *) v="$v-dirty" ;;
++ #*) v="$v-dirty" ;;
+ esac ;;
+ esac
+ fi
diff --git a/package/autoconf/autoconf.mk b/package/autoconf/autoconf.mk
index 3f84e3e..f659c9f 100644
--- a/package/autoconf/autoconf.mk
+++ b/package/autoconf/autoconf.mk
@@ -4,7 +4,7 @@
#
#############################################################
-AUTOCONF_VERSION = 2.68
+AUTOCONF_VERSION = 2.69
AUTOCONF_SITE = $(BR2_GNU_MIRROR)/autoconf
AUTOCONF_CONF_ENV = EMACS="no" ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
--
1.7.11.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] autoconf version update 2.69 and patch rediff
@ 2012-10-11 15:08 Alexander Khryukin
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Khryukin @ 2012-10-11 15:08 UTC (permalink / raw)
To: buildroot
---
.../autoconf-dont-add-dirty-to-version.patch | 26 +++++++++++-----------
package/autoconf/autoconf.mk | 2 +-
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/package/autoconf/autoconf-dont-add-dirty-to-version.patch b/package/autoconf/autoconf-dont-add-dirty-to-version.patch
index 38ac163..761ee3f 100644
--- a/package/autoconf/autoconf-dont-add-dirty-to-version.patch
+++ b/package/autoconf/autoconf-dont-add-dirty-to-version.patch
@@ -15,16 +15,16 @@ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
build-aux/git-version-gen | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-Index: autoconf-2.65/build-aux/git-version-gen
-===================================================================
---- autoconf-2.65.orig/build-aux/git-version-gen
-+++ autoconf-2.65/build-aux/git-version-gen
-@@ -135,7 +135,7 @@ case "$dirty" in
- *) # Append the suffix only if there isn't one already.
- case $v in
- *-dirty) ;;
-- *) v="$v-dirty" ;;
-+ #*) v="$v-dirty" ;;
- esac ;;
- esac
-
+diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen
+index 0fa9063..14cd4f8 100755
+--- a/build-aux/git-version-gen
++++ b/build-aux/git-version-gen
+@@ -203,7 +203,7 @@ if test -n "$v_from_git"; then
+ *) # Append the suffix only if there isn't one already.
+ case $v in
+ *-dirty) ;;
+- *) v="$v-dirty" ;;
++ #*) v="$v-dirty" ;;
+ esac ;;
+ esac
+ fi
diff --git a/package/autoconf/autoconf.mk b/package/autoconf/autoconf.mk
index 3f84e3e..f659c9f 100644
--- a/package/autoconf/autoconf.mk
+++ b/package/autoconf/autoconf.mk
@@ -4,7 +4,7 @@
#
#############################################################
-AUTOCONF_VERSION = 2.68
+AUTOCONF_VERSION = 2.69
AUTOCONF_SITE = $(BR2_GNU_MIRROR)/autoconf
AUTOCONF_CONF_ENV = EMACS="no" ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
--
1.7.11.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-11 15:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-11 14:15 [Buildroot] [PATCH] autoconf version update 2.69 and patch rediff Alexander Khryukin
-- strict thread matches above, loose matches on Subject: below --
2012-10-11 15:08 Alexander Khryukin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox