All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libbytesize: bump version to 2.5
@ 2021-02-06 19:03 Bernd Kuhls
  2021-02-06 19:03 ` [Buildroot] [PATCH 2/2] package/libblockdev: bump version to 2.25 Bernd Kuhls
  2021-02-07  9:43 ` [Buildroot] [PATCH 1/2] package/libbytesize: bump version to 2.5 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2021-02-06 19:03 UTC (permalink / raw)
  To: buildroot

Release notes:
https://github.com/storaged-project/libbytesize/releases/tag/2.4
https://github.com/storaged-project/libbytesize/releases/tag/2.5

Removed patch which was applied upstream:
https://github.com/storaged-project/libbytesize/commit/f2b6600f5483fc68c46d596d578be10546f5ac43

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../0001-remove-msgcat-dependency.patch       | 36 -------------------
 package/libbytesize/libbytesize.hash          |  2 +-
 package/libbytesize/libbytesize.mk            |  5 +--
 3 files changed, 2 insertions(+), 41 deletions(-)
 delete mode 100644 package/libbytesize/0001-remove-msgcat-dependency.patch

diff --git a/package/libbytesize/0001-remove-msgcat-dependency.patch b/package/libbytesize/0001-remove-msgcat-dependency.patch
deleted file mode 100644
index 4c9b96020e..0000000000
--- a/package/libbytesize/0001-remove-msgcat-dependency.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From ac16b1a905dbdb06ac7bba6ac105686aa7958093 Mon Sep 17 00:00:00 2001
-From: Adam Duskett <Aduskett@gmail.com>
-Date: Fri, 24 Jul 2020 11:49:14 -0700
-Subject: [PATCH] remove msgcat dependency
-
-Gettext-tiny does not include the msgcat utility, which causes issues when
-building libbytesize for embedded systems, as many embedded systems do not
-build the full gettext, but instead use the gettext-tiny library.
-
-Because msgcat is not needed to build libbytesize, it's safe to remove the
-dependency.
-
-Upstream-status: pending
-https://github.com/storaged-project/libbytesize/pull/76
-Signed-off-by: Adam Duskett <Aduskett@gmail.com>
----
- configure.ac | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 2ec4062..7d7f218 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -13,8 +13,7 @@ AC_CONFIG_MACRO_DIR([m4])
- AC_PATH_PROG([XGETTEXT], [xgettext])
- AC_PATH_PROG([MSGFMT], [msgfmt])
- AC_PATH_PROG([MSGMERGE], [msgmerge])
--AC_PATH_PROG([MSGCAT], [msgcat])
--AS_IF([test -z "$XGETTEXT" -o -z "$MSGFMT" -o -z "$MSGMERGE" -o -z "$MSGCAT"],
-+AS_IF([test -z "$XGETTEXT" -o -z "$MSGFMT" -o -z "$MSGMERGE"],
-       [AC_MSG_FAILURE([gettext not found])])
- 
- # Define this so gettext.h works without requiring the whole gettext macro
--- 
-2.26.2
-
diff --git a/package/libbytesize/libbytesize.hash b/package/libbytesize/libbytesize.hash
index 34cb3b210f..51fa43aef1 100644
--- a/package/libbytesize/libbytesize.hash
+++ b/package/libbytesize/libbytesize.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  3c74113fc8cd1a2fbd8870fa0ed7cef2ef24d60ef91e7145fbc041f9aa144479  libbytesize-2.3.tar.gz
+sha256  6305addae2b7be313dbfc36b96094ec0544d5144859ab4a5685ca6d314d6fdda  libbytesize-2.5.tar.gz
 sha256  97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946  LICENSE
diff --git a/package/libbytesize/libbytesize.mk b/package/libbytesize/libbytesize.mk
index b1309c1731..0ba380dc74 100644
--- a/package/libbytesize/libbytesize.mk
+++ b/package/libbytesize/libbytesize.mk
@@ -4,15 +4,12 @@
 #
 ################################################################################
 
-LIBBYTESIZE_VERSION = 2.3
+LIBBYTESIZE_VERSION = 2.5
 LIBBYTESIZE_SITE = https://github.com/storaged-project/libbytesize/releases/download/$(LIBBYTESIZE_VERSION)
 LIBBYTESIZE_LICENSE = LGPL-2.1+
 LIBBYTESIZE_LICENSE_FILES = LICENSE
 LIBBYTESIZE_INSTALL_STAGING = YES
 
-# 0001-remove-msgcat-dependency.patch
-LIBBYTESIZE_AUTORECONF = YES
-
 LIBBYTESIZE_DEPENDENCIES = \
 	host-pkgconf \
 	host-gettext \
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] package/libblockdev: bump version to 2.25
  2021-02-06 19:03 [Buildroot] [PATCH 1/2] package/libbytesize: bump version to 2.5 Bernd Kuhls
@ 2021-02-06 19:03 ` Bernd Kuhls
  2021-02-07  9:43   ` Peter Korsgaard
  2021-02-07  9:43 ` [Buildroot] [PATCH 1/2] package/libbytesize: bump version to 2.5 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2021-02-06 19:03 UTC (permalink / raw)
  To: buildroot

Release notes:
https://github.com/storaged-project/libblockdev/blob/2.x-branch/NEWS.rst

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libblockdev/libblockdev.hash | 2 +-
 package/libblockdev/libblockdev.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libblockdev/libblockdev.hash b/package/libblockdev/libblockdev.hash
index 1c4b1ec7bf..101b99f1a8 100644
--- a/package/libblockdev/libblockdev.hash
+++ b/package/libblockdev/libblockdev.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  dc207c70dbef52c818a8abbcb6b8e298a6b63c0b78a5e1f2773b5f7b89300773  libblockdev-2.24.tar.gz
+sha256  555aa42a2db39649ad83253bdc902ab5bd63d39c123e0c8055c4de7fe7571668  libblockdev-2.25.tar.gz
 sha256  97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946  LICENSE
diff --git a/package/libblockdev/libblockdev.mk b/package/libblockdev/libblockdev.mk
index a38912514c..39ae9230d9 100644
--- a/package/libblockdev/libblockdev.mk
+++ b/package/libblockdev/libblockdev.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBBLOCKDEV_VERSION = 2.24
+LIBBLOCKDEV_VERSION = 2.25
 LIBBLOCKDEV_SITE = https://github.com/storaged-project/libblockdev/releases/download/$(LIBBLOCKDEV_VERSION)-1
 LIBBLOCKDEV_LICENSE = LGPL-2.1
 LIBBLOCKDEV_LICENSE_FILES = LICENSE
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] package/libbytesize: bump version to 2.5
  2021-02-06 19:03 [Buildroot] [PATCH 1/2] package/libbytesize: bump version to 2.5 Bernd Kuhls
  2021-02-06 19:03 ` [Buildroot] [PATCH 2/2] package/libblockdev: bump version to 2.25 Bernd Kuhls
@ 2021-02-07  9:43 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-02-07  9:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Release notes:
 > https://github.com/storaged-project/libbytesize/releases/tag/2.4
 > https://github.com/storaged-project/libbytesize/releases/tag/2.5

 > Removed patch which was applied upstream:
 > https://github.com/storaged-project/libbytesize/commit/f2b6600f5483fc68c46d596d578be10546f5ac43

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] package/libblockdev: bump version to 2.25
  2021-02-06 19:03 ` [Buildroot] [PATCH 2/2] package/libblockdev: bump version to 2.25 Bernd Kuhls
@ 2021-02-07  9:43   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-02-07  9:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Release notes:
 > https://github.com/storaged-project/libblockdev/blob/2.x-branch/NEWS.rst

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-07  9:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-06 19:03 [Buildroot] [PATCH 1/2] package/libbytesize: bump version to 2.5 Bernd Kuhls
2021-02-06 19:03 ` [Buildroot] [PATCH 2/2] package/libblockdev: bump version to 2.25 Bernd Kuhls
2021-02-07  9:43   ` Peter Korsgaard
2021-02-07  9:43 ` [Buildroot] [PATCH 1/2] package/libbytesize: bump version to 2.5 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.