From 5db872d8537c11f0b4d133befbbf44337c48c620 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Mon, 22 Jul 2024 17:07:57 +0900 Subject: [PATCH 1/3] update to the latest git --- gnome-commander.spec | 10 +++++----- sources | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gnome-commander.spec b/gnome-commander.spec index a4f0545..b61e6b7 100644 --- a/gnome-commander.spec +++ b/gnome-commander.spec @@ -26,10 +26,10 @@ %endif %if 0%{?use_gitbare} -%global gittardate 20240721 -%global gittartime 1636 -%global gitbaredate 20240719 -%global git_rev 95c732e0bda821f4b1eb437d2bc175acd268c9c6 +%global gittardate 20240722 +%global gittartime 1701 +%global gitbaredate 20240721 +%global git_rev e241767a2011d15b3f0129f23233fee074540a86 %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} @@ -289,7 +289,7 @@ popd %{_datadir}/glib-2.0/schemas/org.gnome.*xml %dir %{_datadir}/%{name} -#%%{_datadir}/%{name}/*.txt +%{_datadir}/%{name}/*.txt %{_datadir}/%{name}/icons/ %{_datadir}/applications/org.gnome.%{name}.desktop diff --git a/sources b/sources index 7c549a8..076d176 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-commander-1.18.0.tar.xz) = 327c2046da4b27360b8fd85e58e5315abc10bf2a19ccb0cb8b4d3150d8de479a94adeeafcf812a61c98c96e3eb0343a8979c1077c2a585881746d66f3884e4cb +SHA512 (gnome-commander-20240722T1701.tar.gz) = 0e6788b155d0bee511dec46d1f1059d9197bd7f78b23296d392f94579737a89c4444c5ebf25462f0129c6965926c595639d1e0fb48bba9dd6f15bf0183ffa498 From 3466c1a9909a55b1f5770cf5beec4ff171b18899 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Mon, 22 Jul 2024 17:13:44 +0900 Subject: [PATCH 2/3] fix spec --- gnome-commander.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-commander.spec b/gnome-commander.spec index b61e6b7..7d7a6f0 100644 --- a/gnome-commander.spec +++ b/gnome-commander.spec @@ -12,8 +12,8 @@ %global use_gcc_strict_sanitize 1 -%global use_release 1 -%global use_gitbare 0 +%global use_release 0 +%global use_gitbare 1 %if 0%{?use_gitbare} < 1 # force @@ -195,7 +195,7 @@ sed -i meson.build \ -e 's|^\(samba = dependency\)|# \1|' \ -e 's|^\(have_samba = .*\)$|have_samba = true|' \ %{nil} -git commit -m "Tweak samba detection" -a +git commit -m "Tweak samba detection" -a || true # Don't install unneeded files sed -i doc/meson.build \ From 5096f4391852d6e755affc1802635335867b79b1 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Mon, 22 Jul 2024 17:27:55 +0900 Subject: [PATCH 3/3] remove no longer existing entry --- gnome-commander.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/gnome-commander.spec b/gnome-commander.spec index 7d7a6f0..807f632 100644 --- a/gnome-commander.spec +++ b/gnome-commander.spec @@ -289,7 +289,6 @@ popd %{_datadir}/glib-2.0/schemas/org.gnome.*xml %dir %{_datadir}/%{name} -%{_datadir}/%{name}/*.txt %{_datadir}/%{name}/icons/ %{_datadir}/applications/org.gnome.%{name}.desktop