mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libgudev: Version bump. 236 -> 237.
@ 2022-03-30 14:03 Christian Melki
  2022-04-08  8:18 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-03-30 14:03 UTC (permalink / raw)
  To: ptxdist

Minor bugfix release.

* Update license hashes for c-file.
Code became SPDX license header declaration clean, but
no changes in the actual license conditions.
* Move old patch, applied cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0001-Prepare-to-check-for-an-older-UDEV.patch           | 0
 patches/{libgudev-236 => libgudev-237}/series               | 0
 rules/libgudev.make                                         | 6 +++---
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename patches/{libgudev-236 => libgudev-237}/0001-Prepare-to-check-for-an-older-UDEV.patch (100%)
 rename patches/{libgudev-236 => libgudev-237}/series (100%)

diff --git a/patches/libgudev-236/0001-Prepare-to-check-for-an-older-UDEV.patch b/patches/libgudev-237/0001-Prepare-to-check-for-an-older-UDEV.patch
similarity index 100%
rename from patches/libgudev-236/0001-Prepare-to-check-for-an-older-UDEV.patch
rename to patches/libgudev-237/0001-Prepare-to-check-for-an-older-UDEV.patch
diff --git a/patches/libgudev-236/series b/patches/libgudev-237/series
similarity index 100%
rename from patches/libgudev-236/series
rename to patches/libgudev-237/series
diff --git a/rules/libgudev.make b/rules/libgudev.make
index 820387f30..b48cf82ba 100644
--- a/rules/libgudev.make
+++ b/rules/libgudev.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBGUDEV) += libgudev
 #
 # Paths and names
 #
-LIBGUDEV_VERSION	:= 236
-LIBGUDEV_MD5		:= ad5a63bd88fe97189fec7b7afb2d4150
+LIBGUDEV_VERSION	:= 237
+LIBGUDEV_MD5		:= a7783083cd74957d3a727ddc4737ee84
 LIBGUDEV		:= libgudev-$(LIBGUDEV_VERSION)
 LIBGUDEV_SUFFIX		:= tar.xz
 LIBGUDEV_URL		:= $(call ptx/mirror, GNOME, libgudev/$(LIBGUDEV_VERSION)/$(LIBGUDEV).$(LIBGUDEV_SUFFIX))
@@ -23,7 +23,7 @@ LIBGUDEV_SOURCE		:= $(SRCDIR)/$(LIBGUDEV).$(LIBGUDEV_SUFFIX)
 LIBGUDEV_DIR		:= $(BUILDDIR)/$(LIBGUDEV)
 LIBGUDEV_LICENSE	:= LGPL-2.1-or-later
 LIBGUDEV_LICENSE_FILES	:= \
-	file://gudev/gudevclient.c;startline=3;endline=17;md5=9b5faada7cee1391bdd7c4af9a0acd34 \
+	file://gudev/gudevclient.c;startline=3;endline=17;md5=829bbbdef46b2ae9fc89115aea26f119 \
 	file://COPYING;md5=4fbd65380cdd255951079008b364516c
 
 # ----------------------------------------------------------------------------
-- 
2.32.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] libgudev: Version bump. 236 -> 237.
  2022-03-30 14:03 [ptxdist] [PATCH] libgudev: Version bump. 236 -> 237 Christian Melki
@ 2022-04-08  8:18 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-04-08  8:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 55b57509507b261837d8897efe8dc4835777bcf0.

Michael

[sent from post-receive hook]

On Fri, 08 Apr 2022 10:18:08 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor bugfix release.
> 
> * Update license hashes for c-file.
> Code became SPDX license header declaration clean, but
> no changes in the actual license conditions.
> * Move old patch, applied cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220330140313.3767878-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libgudev-236/0001-Prepare-to-check-for-an-older-UDEV.patch b/patches/libgudev-237/0001-Prepare-to-check-for-an-older-UDEV.patch
> similarity index 100%
> rename from patches/libgudev-236/0001-Prepare-to-check-for-an-older-UDEV.patch
> rename to patches/libgudev-237/0001-Prepare-to-check-for-an-older-UDEV.patch
> diff --git a/patches/libgudev-236/series b/patches/libgudev-237/series
> similarity index 100%
> rename from patches/libgudev-236/series
> rename to patches/libgudev-237/series
> diff --git a/rules/libgudev.make b/rules/libgudev.make
> index 820387f309b2..b48cf82baf24 100644
> --- a/rules/libgudev.make
> +++ b/rules/libgudev.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBGUDEV) += libgudev
>  #
>  # Paths and names
>  #
> -LIBGUDEV_VERSION	:= 236
> -LIBGUDEV_MD5		:= ad5a63bd88fe97189fec7b7afb2d4150
> +LIBGUDEV_VERSION	:= 237
> +LIBGUDEV_MD5		:= a7783083cd74957d3a727ddc4737ee84
>  LIBGUDEV		:= libgudev-$(LIBGUDEV_VERSION)
>  LIBGUDEV_SUFFIX		:= tar.xz
>  LIBGUDEV_URL		:= $(call ptx/mirror, GNOME, libgudev/$(LIBGUDEV_VERSION)/$(LIBGUDEV).$(LIBGUDEV_SUFFIX))
> @@ -23,7 +23,7 @@ LIBGUDEV_SOURCE		:= $(SRCDIR)/$(LIBGUDEV).$(LIBGUDEV_SUFFIX)
>  LIBGUDEV_DIR		:= $(BUILDDIR)/$(LIBGUDEV)
>  LIBGUDEV_LICENSE	:= LGPL-2.1-or-later
>  LIBGUDEV_LICENSE_FILES	:= \
> -	file://gudev/gudevclient.c;startline=3;endline=17;md5=9b5faada7cee1391bdd7c4af9a0acd34 \
> +	file://gudev/gudevclient.c;startline=3;endline=17;md5=829bbbdef46b2ae9fc89115aea26f119 \
>  	file://COPYING;md5=4fbd65380cdd255951079008b364516c
>  
>  # ----------------------------------------------------------------------------

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2022-04-08  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 14:03 [ptxdist] [PATCH] libgudev: Version bump. 236 -> 237 Christian Melki
2022-04-08  8:18 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox