From: Andreas Klinger <ak@it-klinger.de>
To: buildroot@buildroot.org
Cc: Andreas Klinger <ak@it-klinger.de>
Subject: [Buildroot] [PATCH 1/1] package/ply: bump to version 2.2.0
Date: Sun, 5 Dec 2021 22:54:24 +0100 [thread overview]
Message-ID: <20211205215423.GA13259@arbad> (raw)
Remove patches which are now included in version 2.2.0 and no longer
needed.
Signed-off-by: Andreas Klinger <ak@it-klinger.de>
---
...ure.ac-fix-error-with-version-string.patch | 29 -------------------
...02-printxf.h-add-stdarg.h-in-include.patch | 27 -----------------
package/ply/ply.hash | 2 +-
package/ply/ply.mk | 2 +-
4 files changed, 2 insertions(+), 58 deletions(-)
delete mode 100644 package/ply/0001-configure.ac-fix-error-with-version-string.patch
delete mode 100644 package/ply/0002-printxf.h-add-stdarg.h-in-include.patch
diff --git a/package/ply/0001-configure.ac-fix-error-with-version-string.patch b/package/ply/0001-configure.ac-fix-error-with-version-string.patch
deleted file mode 100644
index e80599c649..0000000000
--- a/package/ply/0001-configure.ac-fix-error-with-version-string.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 684bae6043fa2242a5c6551c3f260c9db0cf7dc8 Mon Sep 17 00:00:00 2001
-From: Andreas Klinger <ak@it-klinger.de>
-Date: Mon, 4 Jan 2021 08:40:50 +0100
-Subject: [PATCH] configure.ac: fix error with version string
-
-When autoreconfiguring there's an error: "configure.ac:6: error: AC_INIT
-should be called with package and version arguments".
-
-Put version string in square brackets to satisfy autoconfigure.
-
-Signed-off-by: Andreas Klinger <ak@it-klinger.de>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 65387d6..7a0054e 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1,5 +1,5 @@
- AC_PREREQ(2.61)
--AC_INIT(ply, m4_esyscmd_s(git describe --always --dirty),
-+AC_INIT(ply, [2.1.1],
- https://github.com/wkz/ply/issues)
-
- AC_GNU_SOURCE
---
-2.20.1
-
diff --git a/package/ply/0002-printxf.h-add-stdarg.h-in-include.patch b/package/ply/0002-printxf.h-add-stdarg.h-in-include.patch
deleted file mode 100644
index f56e9a8e72..0000000000
--- a/package/ply/0002-printxf.h-add-stdarg.h-in-include.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 3fb3cb779c535ec28cbba80573bbea42435108c0 Mon Sep 17 00:00:00 2001
-From: Andreas Klinger <ak@it-klinger.de>
-Date: Mon, 4 Jan 2021 20:48:41 +0100
-Subject: [PATCH] printxf.h: add stdarg.h in include
-
-Include of <stdarg.h> is needed for va_list.
-
-Signed-off-by: Andreas Klinger <ak@it-klinger.de>
----
- include/ply/printxf.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/ply/printxf.h b/include/ply/printxf.h
-index a59f0d2..e985936 100644
---- a/include/ply/printxf.h
-+++ b/include/ply/printxf.h
-@@ -8,6 +8,7 @@
- #define _PRINTXF_H
-
- #include <stdio.h>
-+#include <stdarg.h>
-
- struct printxf;
-
---
-2.20.1
-
diff --git a/package/ply/ply.hash b/package/ply/ply.hash
index 0ee2709b30..df01ae08e0 100644
--- a/package/ply/ply.hash
+++ b/package/ply/ply.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 cecf0913c65027750ac3272e936110c9f843435938f9ca2edbc34e99ba6c00e2 ply-2.1.1.tar.gz
+sha256 8cd92fc8784873fb0507bc11f3f62a31d0345c64914ddaadb958d8b2d6de0100 ply-2.2.0.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/ply/ply.mk b/package/ply/ply.mk
index b72b29f315..b3c56bd9a5 100644
--- a/package/ply/ply.mk
+++ b/package/ply/ply.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PLY_VERSION = 2.1.1
+PLY_VERSION = 2.2.0
PLY_SITE = $(call github,wkz,ply,$(PLY_VERSION))
PLY_AUTORECONF = YES
PLY_LICENSE = GPL-2.0
--
2.20.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2021-12-05 22:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-05 21:54 Andreas Klinger [this message]
2021-12-11 21:10 ` [Buildroot] [PATCH 1/1] package/ply: bump to version 2.2.0 Arnout Vandecappelle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211205215423.GA13259@arbad \
--to=ak@it-klinger.de \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox