From 9d0febf821d7e6e5a0cb2e76fa1fbc08282f8b38 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sun, 31 Dec 2023 11:07:46 +0900 Subject: [PATCH 01/11] Update to the latest git --- gpicview.spec | 11 +++++++---- sources | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/gpicview.spec b/gpicview.spec index 623d4ac..b4e960c 100644 --- a/gpicview.spec +++ b/gpicview.spec @@ -11,11 +11,11 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20230915 -%global gittartime 1104 +%global gittardate 20231231 +%global gittartime 1058 -%global gitbaredate 20230913 -%global git_rev 3438fc58e65d90761009d5c108584d0730653741 +%global gitbaredate 20231013 +%global git_rev 95eef260885a5ef211602422f013c10c06383e9f %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -136,6 +136,9 @@ cd .. %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Sun Dec 31 2023 Mamoru TASAKA - 0.2.5^20231013git95eef260-1 +- Update to the latest git + * Fri Sep 15 2023 Mamoru TASAKA - 0.2.5^20230913git3438fc58-1 - Update to the latest git diff --git a/sources b/sources index eb8869c..d555a16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gpicview-20230915T1104.tar.gz) = 1d89e979d41128d3356d593214cc8814c407804fb7c34fad483f8e1ab9ee8623cf754dd4839a3ea53a1a56c962d973675e0fae7824949f8f97974dbd66940c70 +SHA512 (gpicview-20231231T1058.tar.gz) = 34c2649ff9ea2b053689507a40692ca51a27d5a64bba275aee372a44f4c30a934dff79d3e05dd130feed3f135489fb40df4d267039f5416bbd90d196da65e5a4 From 5822fa7c52f1cc5587a646903e757022ca967ddd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jan 2024 21:21:45 +0000 Subject: [PATCH 02/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- gpicview.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gpicview.spec b/gpicview.spec index b4e960c..e1aee13 100644 --- a/gpicview.spec +++ b/gpicview.spec @@ -30,7 +30,7 @@ Name: gpicview Version: %{main_version}%{git_ver_rpm} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple and fast Image Viewer for X # SPDX confirmed @@ -136,6 +136,9 @@ cd .. %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Sat Jan 20 2024 Fedora Release Engineering - 0.2.5^20231013git95eef260-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Dec 31 2023 Mamoru TASAKA - 0.2.5^20231013git95eef260-1 - Update to the latest git From dc31f692c58ad45ee3cba77adb837fa3355f3fe6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 20:52:35 +0000 Subject: [PATCH 03/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- gpicview.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gpicview.spec b/gpicview.spec index e1aee13..8be1e0a 100644 --- a/gpicview.spec +++ b/gpicview.spec @@ -30,7 +30,7 @@ Name: gpicview Version: %{main_version}%{git_ver_rpm} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple and fast Image Viewer for X # SPDX confirmed @@ -136,6 +136,9 @@ cd .. %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Wed Jan 24 2024 Fedora Release Engineering - 0.2.5^20231013git95eef260-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jan 20 2024 Fedora Release Engineering - 0.2.5^20231013git95eef260-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 9aeddbcdae3509bd4f58bacbf9221d8057e58aba Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Wed, 17 Jul 2024 16:43:27 +0900 Subject: [PATCH 04/11] 0.2.6 --- gpicview.spec | 17 +++++++++-------- sources | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/gpicview.spec b/gpicview.spec index 8be1e0a..063cbc5 100644 --- a/gpicview.spec +++ b/gpicview.spec @@ -1,5 +1,5 @@ -%global use_release 0 -%global use_gitbare 1 +%global use_release 1 +%global use_gitbare 0 %if 0%{?use_gitbare} < 1 # force @@ -26,11 +26,11 @@ %endif -%global main_version 0.2.5 +%global main_version 0.2.6 Name: gpicview Version: %{main_version}%{git_ver_rpm} -Release: 3%{?dist} +Release: 1%{?dist} Summary: Simple and fast Image Viewer for X # SPDX confirmed @@ -40,7 +40,7 @@ URL: http://lxde.sourceforge.net/gpicview/ Source0: %{name}-%{gittardate}T%{gittartime}.tar.gz %endif %if 0%{?use_release} -Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz +Source0: https://github.com/lxde/%{name}/archive/%{main_version}/%{name}-%{version}.tar.gz %endif Source101: create-gpicview-git-bare-tarball.sh @@ -52,10 +52,8 @@ BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: libjpeg-devel BuildRequires: desktop-file-utils -%if 0%{?use_gitbare} BuildRequires: automake BuildRequires: libtool -%endif BuildRequires: git Requires: /usr/bin/xdg-mime @@ -95,9 +93,9 @@ git commit -m "base" -q %build %if 0%{?use_gitbare} cd %{name} -bash autogen.sh %endif +bash autogen.sh %configure \ --enable-gtk3 \ --disable-silent-rules \ @@ -136,6 +134,9 @@ cd .. %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Wed Jul 17 2024 Mamoru TASAKA - 0.2.6-1 +- 0.2.6 + * Wed Jan 24 2024 Fedora Release Engineering - 0.2.5^20231013git95eef260-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index d555a16..717148d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gpicview-20231231T1058.tar.gz) = 34c2649ff9ea2b053689507a40692ca51a27d5a64bba275aee372a44f4c30a934dff79d3e05dd130feed3f135489fb40df4d267039f5416bbd90d196da65e5a4 +SHA512 (gpicview-0.2.6.tar.gz) = 02410a6a000ee89b40f42abfdf40a679594b76f5fd4b5417c5d667f52bb4285e8fb62c3a72aa00ee71077cab188cb4152c63fe2ee5abffa9e915f0efe195fcdd From 9b06936fd695c6de06b2c8477b830c87a33b2d00 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 08:26:14 +0000 Subject: [PATCH 05/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- gpicview.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gpicview.spec b/gpicview.spec index 063cbc5..815053a 100644 --- a/gpicview.spec +++ b/gpicview.spec @@ -30,7 +30,7 @@ Name: gpicview Version: %{main_version}%{git_ver_rpm} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple and fast Image Viewer for X # SPDX confirmed @@ -134,6 +134,9 @@ cd .. %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 0.2.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Jul 17 2024 Mamoru TASAKA - 0.2.6-1 - 0.2.6 From c849fefcf8df82bd4a0c04c7601978f25752b59a Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sun, 25 Aug 2024 20:23:57 +0900 Subject: [PATCH 06/11] Update to the latest git --- gpicview.spec | 29 ++++++++++++++++++++++------- sources | 2 +- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/gpicview.spec b/gpicview.spec index 815053a..6654b98 100644 --- a/gpicview.spec +++ b/gpicview.spec @@ -1,5 +1,5 @@ -%global use_release 1 -%global use_gitbare 0 +%global use_release 0 +%global use_gitbare 1 %if 0%{?use_gitbare} < 1 # force @@ -11,11 +11,11 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20231231 -%global gittartime 1058 +%global gittardate 20240825 +%global gittartime 2013 -%global gitbaredate 20231013 -%global git_rev 95eef260885a5ef211602422f013c10c06383e9f +%global gitbaredate 20240818 +%global git_rev cfce58f1b957a5ef94222837190208b0918ad66e %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -30,7 +30,7 @@ Name: gpicview Version: %{main_version}%{git_ver_rpm} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Simple and fast Image Viewer for X # SPDX confirmed @@ -78,6 +78,17 @@ git clone ./%{name}.git/ cd %{name} git checkout -b %{main_version}-fedora %{git_rev} + +# Restore timestamps +set +x +echo "Restore timestamps" +git ls-tree -r --name-only HEAD | while read f +do + unixtime=$(git log -n 1 --pretty='%ct' -- $f) + touch -d "@${unixtime}" $f +done +set -x + cp -a [A-Z]* .. %endif @@ -132,8 +143,12 @@ cd .. %{_datadir}/gpicview/pixmaps/ %{_datadir}/gpicview/ui/ %{_datadir}/icons/hicolor/*/apps/%{name}.png +%{_mandir}/man1/%{name}.1* %changelog +* Sun Aug 25 2024 Mamoru TASAKA - 0.2.6^20240818gitcfce58f1-1 +- Update to the latest git + * Thu Jul 18 2024 Fedora Release Engineering - 0.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index 717148d..462f341 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gpicview-0.2.6.tar.gz) = 02410a6a000ee89b40f42abfdf40a679594b76f5fd4b5417c5d667f52bb4285e8fb62c3a72aa00ee71077cab188cb4152c63fe2ee5abffa9e915f0efe195fcdd +SHA512 (gpicview-20240825T2013.tar.gz) = d2340a041c14f398a2b76c6007cf73fdec952ce223cea1c15aa0f490830ed20589a0850458c46f70d7d31c6b204a9201191e1aaf65e9a35e0d35065566136a2f From 516def54498bc0b88263463fb4ef82eeaeffffbf Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Tue, 8 Oct 2024 09:15:08 +0900 Subject: [PATCH 07/11] update to the laetst git --- gpicview.spec | 11 +++++++---- sources | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/gpicview.spec b/gpicview.spec index 6654b98..316f683 100644 --- a/gpicview.spec +++ b/gpicview.spec @@ -11,11 +11,11 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20240825 -%global gittartime 2013 +%global gittardate 20241008 +%global gittartime 0911 -%global gitbaredate 20240818 -%global git_rev cfce58f1b957a5ef94222837190208b0918ad66e +%global gitbaredate 20240818.1 +%global git_rev 1efbde2ac9db0f3099b2a06314aba856a2d67287 %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -146,6 +146,9 @@ cd .. %{_mandir}/man1/%{name}.1* %changelog +* Tue Oct 08 2024 Mamoru TASAKA - 0.2.6^20240818.1git1efbde2a-1 +- Update to the latest git + * Sun Aug 25 2024 Mamoru TASAKA - 0.2.6^20240818gitcfce58f1-1 - Update to the latest git diff --git a/sources b/sources index 462f341..5dcee04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gpicview-20240825T2013.tar.gz) = d2340a041c14f398a2b76c6007cf73fdec952ce223cea1c15aa0f490830ed20589a0850458c46f70d7d31c6b204a9201191e1aaf65e9a35e0d35065566136a2f +SHA512 (gpicview-20241008T0911.tar.gz) = 40823e929e40986baa41992bb746ad8a8c30a5bf78711c0c3bbdb24c08ee93702af44b24142fd17f8fc568e5a3b4d1b5118d9385442f2fd5e0704290752c3a48 From 8f69085e547eae35420feefff5402ced2ee64a27 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 04:59:31 +0000 Subject: [PATCH 08/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- gpicview.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gpicview.spec b/gpicview.spec index 316f683..646fdf3 100644 --- a/gpicview.spec +++ b/gpicview.spec @@ -30,7 +30,7 @@ Name: gpicview Version: %{main_version}%{git_ver_rpm} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple and fast Image Viewer for X # SPDX confirmed @@ -146,6 +146,9 @@ cd .. %{_mandir}/man1/%{name}.1* %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 0.2.6^20240818.1git1efbde2a-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Tue Oct 08 2024 Mamoru TASAKA - 0.2.6^20240818.1git1efbde2a-1 - Update to the latest git From 6c5a7a2a603659e0eb838bddb32fd6de75a84d3b Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 13 Feb 2025 00:02:54 +0900 Subject: [PATCH 09/11] update to the latest git --- gpicview.spec | 15 +++++++++------ sources | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/gpicview.spec b/gpicview.spec index 646fdf3..68b830c 100644 --- a/gpicview.spec +++ b/gpicview.spec @@ -11,11 +11,11 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20241008 -%global gittartime 0911 +%global gittardate 20250212 +%global gittartime 2356 -%global gitbaredate 20240818.1 -%global git_rev 1efbde2ac9db0f3099b2a06314aba856a2d67287 +%global gitbaredate 20241011 +%global git_rev 4dbf512562ff00df2c3476f52f1e568d7c873090 %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif @@ -30,12 +30,12 @@ Name: gpicview Version: %{main_version}%{git_ver_rpm} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Simple and fast Image Viewer for X # SPDX confirmed License: GPL-2.0-or-later -URL: http://lxde.sourceforge.net/gpicview/ +URL: https://github.com/lxde/%{name}/ %if 0%{?use_gitbare} Source0: %{name}-%{gittardate}T%{gittartime}.tar.gz %endif @@ -146,6 +146,9 @@ cd .. %{_mandir}/man1/%{name}.1* %changelog +* Wed Feb 12 2025 Mamoru TASAKA - 0.2.6^20241011git4dbf5125-1 +- Update to the latest git + * Fri Jan 17 2025 Fedora Release Engineering - 0.2.6^20240818.1git1efbde2a-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index 5dcee04..c43f44a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gpicview-20241008T0911.tar.gz) = 40823e929e40986baa41992bb746ad8a8c30a5bf78711c0c3bbdb24c08ee93702af44b24142fd17f8fc568e5a3b4d1b5118d9385442f2fd5e0704290752c3a48 +SHA512 (gpicview-20250212T2356.tar.gz) = bc58af3634b9137318ba8c28a49b608baf77b9a9a0f65bf71b2e0f9cc547df17f014fc40a1b15783a20c24d72ff745b226361afd8c5b4dc067db42a1c70c9af3 From 6e32cfd7d3aee8c3f0b129a66bbc28c146f3864a Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sat, 29 Mar 2025 14:57:26 +0900 Subject: [PATCH 10/11] 0.3.1 --- gpicview.spec | 16 ++++++++++------ sources | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/gpicview.spec b/gpicview.spec index 68b830c..c034dbe 100644 --- a/gpicview.spec +++ b/gpicview.spec @@ -11,22 +11,23 @@ %global git_builddir %{nil} %if 0%{?use_gitbare} -%global gittardate 20250212 -%global gittartime 2356 +%global gittardate 20250329 +%global gittartime 1449 +%define use_gitcommit_as_rel 0 -%global gitbaredate 20241011 -%global git_rev 4dbf512562ff00df2c3476f52f1e568d7c873090 +%global gitbaredate 20250327 +%global git_rev ca13623c6176585db4759ce4371fbf89c56fa630 %global git_short %(echo %{git_rev} | cut -c-8) %global git_version %{gitbaredate}git%{git_short} %endif -%if 0%{?use_git} || 0%{?use_gitbare} +%if 0%{?use_gitcommit_as_rel} %global git_ver_rpm ^%{git_version} %global git_builddir -%{git_version} %endif -%global main_version 0.2.6 +%global main_version 0.3.1 Name: gpicview Version: %{main_version}%{git_ver_rpm} @@ -146,6 +147,9 @@ cd .. %{_mandir}/man1/%{name}.1* %changelog +* Sat Mar 29 2025 Mamoru TASAKA - 0.3.1-1 +- 0.3.1 + * Wed Feb 12 2025 Mamoru TASAKA - 0.2.6^20241011git4dbf5125-1 - Update to the latest git diff --git a/sources b/sources index c43f44a..9adf3fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gpicview-20250212T2356.tar.gz) = bc58af3634b9137318ba8c28a49b608baf77b9a9a0f65bf71b2e0f9cc547df17f014fc40a1b15783a20c24d72ff745b226361afd8c5b4dc067db42a1c70c9af3 +SHA512 (gpicview-20250329T1449.tar.gz) = 132431b189f25bbfa8f7fae30caf263ca2adc0a0959b6ccf0e36e2bec58987585946ffd667c758eefd111315c0b59dd822f630d935a67811105cc4b71b3f9b3b From 7000d4dd2f5c74267095958d3a8bf3bcab40f74c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 16:29:13 +0000 Subject: [PATCH 11/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- gpicview.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gpicview.spec b/gpicview.spec index c034dbe..718e075 100644 --- a/gpicview.spec +++ b/gpicview.spec @@ -31,7 +31,7 @@ Name: gpicview Version: %{main_version}%{git_ver_rpm} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple and fast Image Viewer for X # SPDX confirmed @@ -147,6 +147,9 @@ cd .. %{_mandir}/man1/%{name}.1* %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Mar 29 2025 Mamoru TASAKA - 0.3.1-1 - 0.3.1