public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] glib2: Update to 2.75.3
@ 2023-02-22 11:58 Stefan Schantl
  2023-02-22 15:38 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2023-02-22 11:58 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 838 bytes --]

glib2-devel: Add dependency to zlib-devel
because GIO-2.0 requires this.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 glib2/glib2.nm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/glib2/glib2.nm b/glib2/glib2.nm
index d0e6e3bbd..6d55a4f7a 100644
--- a/glib2/glib2.nm
+++ b/glib2/glib2.nm
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = glib2
-ver_major  = 2.74
-ver_minor  = 2
+ver_major  = 2.75
+ver_minor  = 3
 version    = %{ver_major}.%{ver_minor}
 release    = 1
 thisapp    = glib-%{version}
@@ -65,6 +65,11 @@ packages
 
 	package %{name}-devel
 		template DEVEL
+
+		requires
+			# GIO-2.0 requires zlib.h
+			zlib-devel
+		end
 	end
 
 	package %{name}-debuginfo
-- 
2.30.2


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

* Re: [PATCH] glib2: Update to 2.75.3
  2023-02-22 11:58 [PATCH] glib2: Update to 2.75.3 Stefan Schantl
@ 2023-02-22 15:38 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2023-02-22 15:38 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]

Shouldn’t pkg-config automatically include this?

Is there a problem with this?

> On 22 Feb 2023, at 11:58, Stefan Schantl <stefan.schantl(a)ipfire.org> wrote:
> 
> glib2-devel: Add dependency to zlib-devel
> because GIO-2.0 requires this.
> 
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> glib2/glib2.nm | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/glib2/glib2.nm b/glib2/glib2.nm
> index d0e6e3bbd..6d55a4f7a 100644
> --- a/glib2/glib2.nm
> +++ b/glib2/glib2.nm
> @@ -4,8 +4,8 @@
> ###############################################################################
> 
> name       = glib2
> -ver_major  = 2.74
> -ver_minor  = 2
> +ver_major  = 2.75
> +ver_minor  = 3
> version    = %{ver_major}.%{ver_minor}
> release    = 1
> thisapp    = glib-%{version}
> @@ -65,6 +65,11 @@ packages
> 
> package %{name}-devel
> template DEVEL
> +
> + requires
> + # GIO-2.0 requires zlib.h
> + zlib-devel
> + end
> end
> 
> package %{name}-debuginfo
> -- 
> 2.30.2
> 


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

end of thread, other threads:[~2023-02-22 15:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 11:58 [PATCH] glib2: Update to 2.75.3 Stefan Schantl
2023-02-22 15:38 ` Michael Tremer

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