From 89892d79327fabf9bf01fcf26d2c8d4c7fad93c7 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Fri, 7 Feb 2025 11:10:08 +0900 Subject: [PATCH 01/11] update to the latest git --- lxpanel-0.5.9-default.patch | 13 +++---------- lxpanel-0.8.1-Fix-pager-scroll.patch | 11 ----------- lxpanel.spec | 16 +++++++--------- sources | 2 +- 4 files changed, 11 insertions(+), 31 deletions(-) delete mode 100644 lxpanel-0.8.1-Fix-pager-scroll.patch diff --git a/lxpanel-0.5.9-default.patch b/lxpanel-0.5.9-default.patch index 898296e..f6e4080 100644 --- a/lxpanel-0.5.9-default.patch +++ b/lxpanel-0.5.9-default.patch @@ -14,7 +14,7 @@ diff -dur lxpanel-0.5.9.orig/data/default/panels/panel.in lxpanel-0.5.9/data/def backgroundfile=@prefix@/share/lxpanel/images/background.png } -@@ -37,12 +37,13 @@ +@@ -30,12 +30,13 @@ separator { } item { @@ -29,7 +29,7 @@ diff -dur lxpanel-0.5.9.orig/data/default/panels/panel.in lxpanel-0.5.9/data/def command=logout } } -@@ -75,6 +76,7 @@ +@@ -69,6 +70,7 @@ Config { Button1=iconify Button2=shade @@ -69,14 +69,7 @@ diff -dur lxpanel-0.5.9.orig/data/two_panels/panels/top.in lxpanel-0.5.9/data/tw usefontsize=0 fontsize=10 background=0 -@@ -31,19 +31,20 @@ - Plugin { - type = menu - Config { -- image = @prefix@/share/lxpanel/images/my-computer.svg -+ image=@prefix@/share/lxpanel/images/my-computer.png - system { - } +@@ -30,13 +30,14 @@ separator { } item { diff --git a/lxpanel-0.8.1-Fix-pager-scroll.patch b/lxpanel-0.8.1-Fix-pager-scroll.patch deleted file mode 100644 index 4874a9b..0000000 --- a/lxpanel-0.8.1-Fix-pager-scroll.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lxpanel-0.8.1/plugins/xkb/xkb-plugin.c.revert 2015-05-07 04:44:51.000000000 +0900 -+++ lxpanel-0.8.1/plugins/xkb/xkb-plugin.c 2015-05-24 15:58:10.987343168 +0900 -@@ -190,7 +190,7 @@ - - /* Change to next or previous group. */ - xkb_change_group(xkb, -- (((event->direction == GDK_SCROLL_UP) || (event->direction == GDK_SCROLL_RIGHT)) ? 1 : -1)); -+ (((event->direction == GDK_SCROLL_DOWN) || (event->direction == GDK_SCROLL_RIGHT)) ? 1 : -1)); - return TRUE; - } - diff --git a/lxpanel.spec b/lxpanel.spec index ed9f9ed..64acac0 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -13,11 +13,11 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20250124 -%global gittartime 1010 +%global gittardate 20250207 +%global gittartime 1023 -%global gitbaredate 20250123 -%global git_rev 13a51958a92130674843d728805ebc39e12062ca +%global gitbaredate 20250131 +%global git_rev 4dcce30a02b6112b869eabf1d226121f02ced16b %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -50,9 +50,6 @@ Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{main_versi Source100: create-tarball-from-git.sh Source101: create-lxpanel-git-bare-tarball.sh -# Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=746063 -Patch0: lxpanel-0.8.1-Fix-pager-scroll.patch - # Patches reported upstream Patch52: 0002-SF-894-task-button-correctly-find-the-window-current.patch @@ -168,8 +165,6 @@ git commit -m "base" -q cat %PATCH52 | git am cat %PATCH103 | git am -%patch -P0 -p1 -b .revert - %patch -P100 -p1 -b .default #%%patch101 -p1 -b .system-config-network %patch -P102 -p1 -b .zenity @@ -229,6 +224,9 @@ cd .. %{_libdir}/pkgconfig/lxpanel.pc %changelog +* Fri Feb 07 2025 Mamoru TASAKA - 0.10.1^20250131git4dcce30a-1 +- Update to the latest git + * Fri Jan 24 2025 Mamoru TASAKA - 0.10.1^20250123git13a51958-1 - Update to the latest git diff --git a/sources b/sources index 675a98b..4e20045 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lxpanel-20250124T1010.tar.gz) = 6e15e9603d25c249a5beb50457ecc42bc1f91b292f72a5e251da64d4197551113f851c243a2d7317c3d68292f1babdbe48b533434e41ca210c62996d422ed43f +SHA512 (lxpanel-20250207T1023.tar.gz) = c2ed29b41cb599cb031a5599567daba1068b557e33584bbf1846dcadc5131c370bb3dadeadd94ae10c94991f8a32edbdc5565e3f21f64da5bce45354a011fd3f From 6f514737dd0959277b74ced54cf6dbd21dde8058 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Fri, 14 Feb 2025 11:19:35 +0900 Subject: [PATCH 02/11] update to the latest git --- lxpanel.spec | 11 +++++++---- sources | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/lxpanel.spec b/lxpanel.spec index 64acac0..b068532 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -13,11 +13,11 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20250207 -%global gittartime 1023 +%global gittardate 20250214 +%global gittartime 1031 -%global gitbaredate 20250131 -%global git_rev 4dcce30a02b6112b869eabf1d226121f02ced16b +%global gitbaredate 20250207 +%global git_rev e4e9b89ca26aa0adef81d8984c072c4725c52c82 %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -224,6 +224,9 @@ cd .. %{_libdir}/pkgconfig/lxpanel.pc %changelog +* Fri Feb 14 2025 Mamoru TASAKA - 0.10.1^20250207gite4e9b89c-1 +- Update to the latest git + * Fri Feb 07 2025 Mamoru TASAKA - 0.10.1^20250131git4dcce30a-1 - Update to the latest git diff --git a/sources b/sources index 4e20045..d47b197 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lxpanel-20250207T1023.tar.gz) = c2ed29b41cb599cb031a5599567daba1068b557e33584bbf1846dcadc5131c370bb3dadeadd94ae10c94991f8a32edbdc5565e3f21f64da5bce45354a011fd3f +SHA512 (lxpanel-20250214T1031.tar.gz) = 1bf53931017010ce53b983604965eb4f5065613a36c17fcfb7d1feae73b8445ad81a9e53553299abaf7e72c6dbed436993960ea17b5d2d3071ac2153ff1c0d24 From b572db61c11148517bd678d74fc50a921bce0be9 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sun, 16 Feb 2025 16:43:46 +0900 Subject: [PATCH 03/11] update to the latest git --- lxpanel.spec | 11 +++++++---- sources | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/lxpanel.spec b/lxpanel.spec index b068532..44f80fa 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -13,11 +13,11 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20250214 -%global gittartime 1031 +%global gittardate 20250216 +%global gittartime 1636 -%global gitbaredate 20250207 -%global git_rev e4e9b89ca26aa0adef81d8984c072c4725c52c82 +%global gitbaredate 20250215 +%global git_rev 56103c8344a808c8a110ed99fdebdaf1218460ac %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -224,6 +224,9 @@ cd .. %{_libdir}/pkgconfig/lxpanel.pc %changelog +* Sun Feb 16 2025 Mamoru TASAKA - 0.10.1^20250215git56103c83-1 +- Update to the latest git + * Fri Feb 14 2025 Mamoru TASAKA - 0.10.1^20250207gite4e9b89c-1 - Update to the latest git diff --git a/sources b/sources index d47b197..e1c4887 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lxpanel-20250214T1031.tar.gz) = 1bf53931017010ce53b983604965eb4f5065613a36c17fcfb7d1feae73b8445ad81a9e53553299abaf7e72c6dbed436993960ea17b5d2d3071ac2153ff1c0d24 +SHA512 (lxpanel-20250216T1636.tar.gz) = b4bb58f57c376b03d4560391da61a7981f901424d015562f2aebfbb2dff9feb681e4cb464161c321bea9a7df62fd2faf4dc51b19cb84a2a947d70fd45d16c410 From 3b86377dbadbce2ef828b998affccd4f96a73ae5 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 6 Mar 2025 15:12:46 +0900 Subject: [PATCH 04/11] update to the latest git --- lxpanel-0.5.9-default.patch | 6 +++--- lxpanel.spec | 11 +++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/lxpanel-0.5.9-default.patch b/lxpanel-0.5.9-default.patch index f6e4080..6328e3a 100644 --- a/lxpanel-0.5.9-default.patch +++ b/lxpanel-0.5.9-default.patch @@ -8,7 +8,7 @@ diff -dur lxpanel-0.5.9.orig/data/default/panels/panel.in lxpanel-0.5.9/data/def - fontcolor=#ffffff + fontcolor=#000000 usefontsize=0 - fontsize=10 + fontsize=10 - background=1 + background=0 backgroundfile=@prefix@/share/lxpanel/images/background.png @@ -47,7 +47,7 @@ diff -dur lxpanel-0.5.9.orig/data/two_panels/panels/bottom.in lxpanel-0.5.9/data - fontcolor=#ffffff + fontcolor=#000000 usefontsize=0 - fontsize=10 + fontsize=10 background=0 @@ -33,6 +33,7 @@ Config { @@ -67,7 +67,7 @@ diff -dur lxpanel-0.5.9.orig/data/two_panels/panels/top.in lxpanel-0.5.9/data/tw - fontcolor=#ffffff + fontcolor=#000000 usefontsize=0 - fontsize=10 + fontsize=10 background=0 @@ -30,13 +30,14 @@ separator { diff --git a/lxpanel.spec b/lxpanel.spec index 44f80fa..952b03c 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -13,11 +13,11 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20250216 -%global gittartime 1636 +%global gittardate 20250306 +%global gittartime 1420 -%global gitbaredate 20250215 -%global git_rev 56103c8344a808c8a110ed99fdebdaf1218460ac +%global gitbaredate 20250226 +%global git_rev eb1688daef1214f00ef7d5fb3749d09248cb39d5 %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -224,6 +224,9 @@ cd .. %{_libdir}/pkgconfig/lxpanel.pc %changelog +* Thu Mar 06 2025 Mamoru TASAKA - 0.10.1^20250226giteb1688da-1 +- Update to the latest git + * Sun Feb 16 2025 Mamoru TASAKA - 0.10.1^20250215git56103c83-1 - Update to the latest git diff --git a/sources b/sources index e1c4887..19024a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lxpanel-20250216T1636.tar.gz) = b4bb58f57c376b03d4560391da61a7981f901424d015562f2aebfbb2dff9feb681e4cb464161c321bea9a7df62fd2faf4dc51b19cb84a2a947d70fd45d16c410 +SHA512 (lxpanel-20250306T1420.tar.gz) = 76675c91ff76c502d109d4b5021491b54fcd445a18ad57b6eb5906457e9c1b29c40f94781e2b9e03498dff86857941abaa6f6f60ae0d52c57603796f8d6c0854 From 8e52dc45025fe3aa93e5cea3153fc4aba6e8d616 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Tue, 11 Mar 2025 23:09:52 +0900 Subject: [PATCH 05/11] update to the latest git --- lxpanel.spec | 11 +++++++---- sources | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/lxpanel.spec b/lxpanel.spec index 952b03c..ec878f6 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -13,11 +13,11 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20250306 -%global gittartime 1420 +%global gittardate 20250311 +%global gittartime 2303 -%global gitbaredate 20250226 -%global git_rev eb1688daef1214f00ef7d5fb3749d09248cb39d5 +%global gitbaredate 20250311 +%global git_rev 30ebe893e1de03e57d06fd53447ab20eaa9b6c5a %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -224,6 +224,9 @@ cd .. %{_libdir}/pkgconfig/lxpanel.pc %changelog +* Tue Mar 11 2025 Mamoru TASAKA - 0.10.1^20250311git30ebe893-1 +- Update to the latest git + * Thu Mar 06 2025 Mamoru TASAKA - 0.10.1^20250226giteb1688da-1 - Update to the latest git diff --git a/sources b/sources index 19024a4..cea8154 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lxpanel-20250306T1420.tar.gz) = 76675c91ff76c502d109d4b5021491b54fcd445a18ad57b6eb5906457e9c1b29c40f94781e2b9e03498dff86857941abaa6f6f60ae0d52c57603796f8d6c0854 +SHA512 (lxpanel-20250311T2303.tar.gz) = bd956548da5a29d937c44146b89a19861e0f70d6b1c50b8c592a930f5295e6acfa528a13215dbf7bbdcf343d852eebdeb47d5c2b3402ef950a62142267d8d318 From 28eab878a9c9d108598f3022a1b8959da5555305 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sat, 22 Mar 2025 17:47:17 +0900 Subject: [PATCH 06/11] rename --- lxpanel-0.5.9-default.patch => lxpanel-0.10.2-default.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lxpanel-0.5.9-default.patch => lxpanel-0.10.2-default.patch (100%) diff --git a/lxpanel-0.5.9-default.patch b/lxpanel-0.10.2-default.patch similarity index 100% rename from lxpanel-0.5.9-default.patch rename to lxpanel-0.10.2-default.patch From 68349380b8843ceafb04f47c73903ddab60a3cb1 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sat, 22 Mar 2025 17:59:02 +0900 Subject: [PATCH 07/11] Update to the latest git --- lxpanel-0.10.2-default.patch | 14 ++++++-------- lxpanel.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/lxpanel-0.10.2-default.patch b/lxpanel-0.10.2-default.patch index 6328e3a..e4984f2 100644 --- a/lxpanel-0.10.2-default.patch +++ b/lxpanel-0.10.2-default.patch @@ -1,15 +1,13 @@ diff -dur lxpanel-0.5.9.orig/data/default/panels/panel.in lxpanel-0.5.9/data/default/panels/panel.in --- lxpanel-0.5.9.orig/data/default/panels/panel.in 2012-04-08 01:27:42.000000000 +0200 +++ lxpanel-0.5.9/data/default/panels/panel.in 2012-06-10 19:12:25.864088270 +0200 -@@ -14,10 +14,10 @@ +@@ -14,8 +14,8 @@ setdocktype=1 setpartialstrut=1 usefontcolor=1 - fontcolor=#ffffff -+ fontcolor=#000000 - usefontsize=0 - fontsize=10 - background=1 ++ fontcolor=#000000 + background=0 backgroundfile=@prefix@/share/lxpanel/images/background.png } @@ -46,9 +44,9 @@ diff -dur lxpanel-0.5.9.orig/data/two_panels/panels/bottom.in lxpanel-0.5.9/data usefontcolor=0 - fontcolor=#ffffff + fontcolor=#000000 - usefontsize=0 - fontsize=10 background=0 + backgroundfile=@prefix@/share/lxpanel/images/background.png + } @@ -33,6 +33,7 @@ Config { Button1=iconify @@ -66,9 +64,9 @@ diff -dur lxpanel-0.5.9.orig/data/two_panels/panels/top.in lxpanel-0.5.9/data/tw usefontcolor=0 - fontcolor=#ffffff + fontcolor=#000000 - usefontsize=0 - fontsize=10 background=0 + backgroundfile=@prefix@/share/lxpanel/images/background.png + } @@ -30,13 +30,14 @@ separator { } diff --git a/lxpanel.spec b/lxpanel.spec index ec878f6..dad4997 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -13,11 +13,11 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20250311 -%global gittartime 2303 +%global gittardate 20250322 +%global gittartime 1006 -%global gitbaredate 20250311 -%global git_rev 30ebe893e1de03e57d06fd53447ab20eaa9b6c5a +%global gitbaredate 20250321 +%global git_rev 28b2556ccb9eadaefa7131a4aa42965c46b86864 %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -55,7 +55,7 @@ Patch52: 0002-SF-894-task-button-correctly-find-the-window-current.patch ## distro specific patches # default configuration -Patch100: lxpanel-0.5.9-default.patch +Patch100: lxpanel-0.10.2-default.patch # use nm-connection-editor to edit network connections # Applied in 0.8.2 #Patch101: lxpanel-0.8.1-nm-connection-editor.patch @@ -224,6 +224,9 @@ cd .. %{_libdir}/pkgconfig/lxpanel.pc %changelog +* Sat Mar 22 2025 Mamoru TASAKA - 0.10.1^20250321git28b2556c-1 +- Update to the latest git + * Tue Mar 11 2025 Mamoru TASAKA - 0.10.1^20250311git30ebe893-1 - Update to the latest git diff --git a/sources b/sources index cea8154..97ff503 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lxpanel-20250311T2303.tar.gz) = bd956548da5a29d937c44146b89a19861e0f70d6b1c50b8c592a930f5295e6acfa528a13215dbf7bbdcf343d852eebdeb47d5c2b3402ef950a62142267d8d318 +SHA512 (lxpanel-20250322T1006.tar.gz) = dda1d78458ac57a2fee605bc9fdebdba7622a6a53eb2eb6374fbd4ac8baf5bb279f5a985372e0c4de640d133d20d90336a8a6b916e91b1632af60a548ff69e91 From 7ceaa45926cd89ee620ffb8c36330ad1498ab92c Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Fri, 4 Apr 2025 16:02:58 +0900 Subject: [PATCH 08/11] 0.11.0 --- lxpanel.spec | 16 ++++++++++------ sources | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/lxpanel.spec b/lxpanel.spec index dad4997..161df83 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -13,23 +13,24 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20250322 -%global gittartime 1006 +%global gittardate 20250404 +%global gittartime 1522 +%global use_gitcommit_as_rel 0 -%global gitbaredate 20250321 -%global git_rev 28b2556ccb9eadaefa7131a4aa42965c46b86864 +%global gitbaredate 20250403 +%global git_rev 4458f44605120381664d3a93c01c21d2944da0b0 %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif -%if 0%{?use_gitbare} +%if 0%{?use_gitcommit_as_rel} %global git_ver_rpm ^%{git_version} %global git_builddir -%{git_version} %endif %dnl %global use_gcc_strict_sanitize 1 -%global main_version 0.10.1 +%global main_version 0.11.0 %global baserelease 1 Name: lxpanel @@ -224,6 +225,9 @@ cd .. %{_libdir}/pkgconfig/lxpanel.pc %changelog +* Fri Apr 04 2025 Mamoru TASAKA - 0.11.0-1 +- 0.11.0 + * Sat Mar 22 2025 Mamoru TASAKA - 0.10.1^20250321git28b2556c-1 - Update to the latest git diff --git a/sources b/sources index 97ff503..7833c3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lxpanel-20250322T1006.tar.gz) = dda1d78458ac57a2fee605bc9fdebdba7622a6a53eb2eb6374fbd4ac8baf5bb279f5a985372e0c4de640d133d20d90336a8a6b916e91b1632af60a548ff69e91 +SHA512 (lxpanel-20250404T1522.tar.gz) = 902c2c6847376130b2ccd58006ec71df910781a864ca08cd26ce32f993da5afe4520135f36f9a334aeac71a2ced86904c576e88783230b7c352fc59b1d1aee3c From ce90b7761a84a13d8741b17659aa35c88d756d48 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Fri, 11 Apr 2025 14:28:51 +0900 Subject: [PATCH 09/11] 0.11.1 --- lxpanel.spec | 13 ++++++++----- sources | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/lxpanel.spec b/lxpanel.spec index 161df83..627e06d 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -13,12 +13,12 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20250404 -%global gittartime 1522 +%global gittardate 20250411 +%global gittartime 1403 %global use_gitcommit_as_rel 0 -%global gitbaredate 20250403 -%global git_rev 4458f44605120381664d3a93c01c21d2944da0b0 +%global gitbaredate 20250409 +%global git_rev b90d169002d4ac9c8b24a577c8be8f2e654409a8 %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -30,7 +30,7 @@ %dnl %global use_gcc_strict_sanitize 1 -%global main_version 0.11.0 +%global main_version 0.11.1 %global baserelease 1 Name: lxpanel @@ -225,6 +225,9 @@ cd .. %{_libdir}/pkgconfig/lxpanel.pc %changelog +* Fri Apr 11 2025 Mamoru TASAKA - 0.11.1-1 +- 0.11.1 + * Fri Apr 04 2025 Mamoru TASAKA - 0.11.0-1 - 0.11.0 diff --git a/sources b/sources index 7833c3e..58bb55e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lxpanel-20250404T1522.tar.gz) = 902c2c6847376130b2ccd58006ec71df910781a864ca08cd26ce32f993da5afe4520135f36f9a334aeac71a2ced86904c576e88783230b7c352fc59b1d1aee3c +SHA512 (lxpanel-20250411T1403.tar.gz) = 96e20dae6a729f164b7262c4ba6387a71b973c708c3390b2297a84416528965b6025f5c7b4d8c98ed1f612f28d665aa5820dac650f0e1c6a94dec716486bcc55 From 39d5f345471d0da46b95ea2f80324a40937e67b5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 21:06:17 +0000 Subject: [PATCH 10/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- lxpanel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lxpanel.spec b/lxpanel.spec index 627e06d..ac7cbf5 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -31,7 +31,7 @@ %dnl %global use_gcc_strict_sanitize 1 %global main_version 0.11.1 -%global baserelease 1 +%global baserelease 2 Name: lxpanel Version: %{main_version}%{git_ver_rpm} @@ -225,6 +225,9 @@ cd .. %{_libdir}/pkgconfig/lxpanel.pc %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 0.11.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Apr 11 2025 Mamoru TASAKA - 0.11.1-1 - 0.11.1 From 90bb59d46e71b10c0f834a15b31969827b45a1e3 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 18 Dec 2025 11:30:03 +0900 Subject: [PATCH 11/11] update to the latest git --- lxpanel.spec | 15 +++++++++------ sources | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/lxpanel.spec b/lxpanel.spec index ac7cbf5..5017495 100644 --- a/lxpanel.spec +++ b/lxpanel.spec @@ -13,12 +13,12 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20250411 -%global gittartime 1403 -%global use_gitcommit_as_rel 0 +%global gittardate 20251218 +%global gittartime 1122 +%global use_gitcommit_as_rel 1 -%global gitbaredate 20250409 -%global git_rev b90d169002d4ac9c8b24a577c8be8f2e654409a8 +%global gitbaredate 20251208 +%global git_rev 94febbf1015aee8d2d718ee451f1f09df3f6150f %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -31,7 +31,7 @@ %dnl %global use_gcc_strict_sanitize 1 %global main_version 0.11.1 -%global baserelease 2 +%global baserelease 1 Name: lxpanel Version: %{main_version}%{git_ver_rpm} @@ -225,6 +225,9 @@ cd .. %{_libdir}/pkgconfig/lxpanel.pc %changelog +* Thu Dec 18 2025 Mamoru TASAKA - 0.11.1^20251208git94febbf1-1 +- Update to the latest git + * Thu Jul 24 2025 Fedora Release Engineering - 0.11.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 58bb55e..65dc8ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (lxpanel-20250411T1403.tar.gz) = 96e20dae6a729f164b7262c4ba6387a71b973c708c3390b2297a84416528965b6025f5c7b4d8c98ed1f612f28d665aa5820dac650f0e1c6a94dec716486bcc55 +SHA512 (lxpanel-20251218T1122.tar.gz) = 688313f4a3a7ddd4f058d1c1b83db75fecc628453e00726d8e56cc3e72525a30d20fdbb26e175efed3cdc0d1a169c94dd31bc20d2a1cbcbaca78c5a519d91fff