Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory 
checked in at 2023-02-11 21:57:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-commander (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-commander.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-commander"

Sat Feb 11 21:57:00 2023 rev:13 rq:1064290 version:1.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes  
2023-02-09 16:23:46.690889519 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-commander.new.1848/gnome-commander.changes    
    2023-02-11 21:57:40.547754175 +0100
@@ -1,0 +2,8 @@
+Fri Feb 10 00:41:35 UTC 2023 - Luciano Santos <luc1...@opensuse.org>
+
+- Add 96f706fa7833af79e01625c0118b36f6c83c7d44.patch: avoid the 
+  installation of the libgcmd static library.
+- Drop find/delete command used to remove the libgcmd static
+  library from the build root.
+
+-------------------------------------------------------------------

New:
----
  96f706fa7833af79e01625c0118b36f6c83c7d44.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-commander.spec ++++++
--- /var/tmp/diff_new_pack.Xjt7eU/_old  2023-02-11 21:57:40.951756691 +0100
+++ /var/tmp/diff_new_pack.Xjt7eU/_new  2023-02-11 21:57:40.955756715 +0100
@@ -24,6 +24,8 @@
 Group:          Productivity/File utilities
 URL:            http://gcmd.github.io/
 Source:         
https://download.gnome.org/sources/gnome-commander/1.16/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 96f706fa7833af79e01625c0118b36f6c83c7d44.patch 
luc1...@opensuse.org -- Do not install the static libgcmd library
+Patch0:         
https://gitlab.gnome.org/GNOME/gnome-commander/-/commit/96f706fa7833af79e01625c0118b36f6c83c7d44.patch
 
 %if 0%{?suse_version} < 1550
 BuildRequires:  gcc11
@@ -85,8 +87,6 @@
 
 %install
 %meson_install
-# Delete static libgcmd.a
-find %{buildroot}%{_libdir} -type f -name "*.a" -delete -print
 find %{buildroot}%{_datadir} -size 0 -delete
 %find_lang %{name} %{?no_lang_C}
 %fdupes -s %{buildroot}%{_datadir}

++++++ 96f706fa7833af79e01625c0118b36f6c83c7d44.patch ++++++
>From 96f706fa7833af79e01625c0118b36f6c83c7d44 Mon Sep 17 00:00:00 2001
From: Uwe Scholz <u.schol...@gmx.de>
Date: Sat, 4 Feb 2023 21:01:59 +0100
Subject: [PATCH] Do not install the static libgcmd library

---
 libgcmd/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libgcmd/meson.build b/libgcmd/meson.build
index 5c2a39ea..4c0f9d19 100644
--- a/libgcmd/meson.build
+++ b/libgcmd/meson.build
@@ -29,6 +29,5 @@ libgcmd_dep = declare_dependency(
 libgcmd = static_library('gcmd',
   include_directories: [libgcmd_includes],
   dependencies: common_deps,
-  install: true,
   sources: [libgcmd_headers, libgcmd_sources],
 )
-- 
GitLab

Reply via email to