Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neovide for openSUSE:Factory checked 
in at 2024-09-13 14:34:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/neovide (Old)
 and      /work/SRC/openSUSE:Factory/.neovide.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "neovide"

Fri Sep 13 14:34:32 2024 rev:3 rq:1200771 version:0.13.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/neovide/neovide.changes  2024-09-12 
16:57:36.747986962 +0200
+++ /work/SRC/openSUSE:Factory/.neovide.new.29891/neovide.changes       
2024-09-13 14:37:25.191567638 +0200
@@ -1,0 +2,5 @@
+Fri Sep 13 08:00:58 UTC 2024 - Jianhua Lu <lujianhua...@gmail.com>
+
+- fix build on Leap 15.5
+
+-------------------------------------------------------------------

Old:
----
  neovide.obsinfo

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

Other differences:
------------------
++++++ neovide.spec ++++++
--- /var/tmp/diff_new_pack.dthsMm/_old  2024-09-13 14:37:26.151607658 +0200
+++ /var/tmp/diff_new_pack.dthsMm/_new  2024-09-13 14:37:26.151607658 +0200
@@ -30,6 +30,7 @@
 Source2:        
https://github.com/rust-skia/skia/archive/m126-0.74.2/skia-%{skia_version}.tar.gz
 Source3:        
https://github.com/google/wuffs-mirror-release-c/archive/%{wuffs_commit}/wuffs-%{wuffs_commit}.tar.gz
 BuildRequires:  cargo-packaging
+BuildRequires:  cargo >= 1.80
 BuildRequires:  clang
 BuildRequires:  gcc-c++
 BuildRequires:  gn
@@ -60,14 +61,14 @@
 mv wuffs-mirror-release-c-%{wuffs_commit} 
skia-%{skia_version}/third_party/externals/wuffs
 
 %build
-# Don't build neovide here, otherwise it will be rebuild during install and 
fail to build.
-
-%install
 export SKIA_SOURCE_DIR=${PWD}/skia-%{skia_version}
 export SKIA_USE_SYSTEM_LIBRARIES=true
 export SKIA_NINJA_COMMAND=ninja
 export SKIA_GN_COMMAND=gn
-%{cargo_install}
+%{cargo_build}
+
+%install
+install -Dm755 target/release/neovide %{buildroot}%{_bindir}/neovide
 install -Dm644 assets/neovide.desktop 
%{buildroot}%{_datadir}/applications/neovide.desktop
 install -Dm644 assets/neovide.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/neovide.svg
 

Reply via email to