Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cosmic-comp for openSUSE:Factory 
checked in at 2025-08-18 16:09:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cosmic-comp (Old)
 and      /work/SRC/openSUSE:Factory/.cosmic-comp.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cosmic-comp"

Mon Aug 18 16:09:01 2025 rev:9 rq:1300048 version:1.0.0~alpha7+1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cosmic-comp/cosmic-comp.changes  2025-05-08 
18:26:48.545056167 +0200
+++ /work/SRC/openSUSE:Factory/.cosmic-comp.new.1085/cosmic-comp.changes        
2025-08-18 16:09:41.482510770 +0200
@@ -1,0 +2,6 @@
+Sat Aug 16 11:27:21 UTC 2025 - Richard Rahl <rra...@opensuse.org>
+
+- apply fix-vendor.patch and fix-Cargo.toml.patch, as we need to update
+  a dependency, so it can build against a higher version
+
+-------------------------------------------------------------------

New:
----
  Cargo.lock
  fix-Cargo.toml.patch
  fix-vendor.patch

----------(New B)----------
  New:
- apply fix-vendor.patch and fix-Cargo.toml.patch, as we need to update
  a dependency, so it can build against a higher version
  New:
- apply fix-vendor.patch and fix-Cargo.toml.patch, as we need to update
  a dependency, so it can build against a higher version
----------(New E)----------

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

Other differences:
------------------
++++++ cosmic-comp.spec ++++++
--- /var/tmp/diff_new_pack.6NAHwg/_old  2025-08-18 16:09:43.186581523 +0200
+++ /var/tmp/diff_new_pack.6NAHwg/_new  2025-08-18 16:09:43.190581689 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cosmic-comp
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,11 @@
 URL:            https://github.com/pop-os/cosmic-comp
 Source0:        %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
+Source2:        Cargo.lock
+#This is a patch I use to patch the dependency, but as cargo_vendor
+#pulls in the patched dependency, we actually don't need to apply the patch
+Patch0:         fix-vendor.patch
+Patch1:         fix-Cargo.toml.patch
 BuildRequires:  cargo-packaging
 BuildRequires:  make
 BuildRequires:  pkgconfig
@@ -47,7 +52,8 @@
 %{summary}.
 
 %prep
-%autosetup -a1
+%autosetup -a1 -N
+%patch -P 1 -p1
 
 %build
 %make_build

++++++ Cargo.lock ++++++
++++ 6797 lines (skipped)

++++++ fix-Cargo.toml.patch ++++++
diff --git a/Cargo.toml b/Cargo.toml
index 53154e9..c4e6d42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -124,3 +124,6 @@ cosmic-client-toolkit = { git = 
"https://github.com/pop-os//cosmic-protocols";, b
 
 [patch."https://github.com/smithay/smithay";]
 smithay = { git = "https://github.com/smithay/smithay//";, rev = "ce61c9b" }
+
+[patch.crates-io]
+libdisplay-info-sys = { path = "vendor/libdisplay-info-sys-0.2.2" }

++++++ fix-vendor.patch ++++++
diff -rubN vendor/libdisplay-info-sys/Cargo.toml 
vendor-patched/libdisplay-info-sys/Cargo.toml
--- vendor/libdisplay-info-sys/Cargo.toml       2025-08-18 10:16:18.915494386 
+0000
+++ vendor-patched/libdisplay-info-sys/Cargo.toml       2025-08-18 
10:18:51.315139761 +0000
@@ -41,7 +41,7 @@
 
 [package.metadata.system-deps.libdisplay-info]
 name = "libdisplay-info"
-version = ">= 0.1.0, < 0.3.0"
+version = ">= 0.1.0, < 0.4.0"
 
 [package.metadata.system-deps.libdisplay-info.v0_2]
 version = "0.2.0"

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/cosmic-comp/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.cosmic-comp.new.1085/vendor.tar.zst differ: char 7, 
line 1

Reply via email to