Compare commits
9 commits
git-develo
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bbe02043e1 | ||
|
|
3e1c033a50 | ||
|
|
e25944d213 | ||
|
|
79ceb7d10e | ||
|
|
33b6312d3e | ||
|
|
6ecc213f47 | ||
|
|
2af602367b | ||
|
|
048e8fbb96 | ||
|
|
31ba25663a |
2 changed files with 32 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
%global if_pre 0
|
%global if_pre 0
|
||||||
|
|
||||||
%global use_gcc_strict_sanitize 1
|
%global use_gcc_strict_sanitize 0
|
||||||
|
|
||||||
%global use_release 1
|
%global use_release 1
|
||||||
%global use_gitbare 0
|
%global use_gitbare 0
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global shortver 1.18
|
%global shortver 1.18
|
||||||
%global fullver %{shortver}.0
|
%global fullver %{shortver}.4
|
||||||
|
|
||||||
%if 0%{?use_release} >= 1
|
%if 0%{?use_release} >= 1
|
||||||
%global fedoraver %{fullver}
|
%global fedoraver %{fullver}
|
||||||
|
|
@ -110,6 +110,10 @@ BuildRequires: pkgconfig(gtest)
|
||||||
|
|
||||||
Requires: meld
|
Requires: meld
|
||||||
Requires: gnome-icon-theme-legacy
|
Requires: gnome-icon-theme-legacy
|
||||||
|
%if 0%{?fedora} >= 41
|
||||||
|
BuildRequires: gdk-pixbuf2-modules-extra
|
||||||
|
Requires: gdk-pixbuf2-modules-extra%{?_isa}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNOME Commander is a nice and fast file manager for the GNOME desktop.
|
GNOME Commander is a nice and fast file manager for the GNOME desktop.
|
||||||
|
|
@ -302,6 +306,31 @@ popd
|
||||||
%{_datadir}/pixmaps/%{name}/
|
%{_datadir}/pixmaps/%{name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 02 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.18.4-1
|
||||||
|
- 1.18.4
|
||||||
|
|
||||||
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4:1.18.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 26 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.18.3-1
|
||||||
|
- 1.18.3
|
||||||
|
|
||||||
|
* Mon Feb 10 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.18.2-1
|
||||||
|
- 1.18.2
|
||||||
|
|
||||||
|
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4:1.18.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Sep 15 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.18.1-2
|
||||||
|
- Require gdk-pixbuf2-modules-extra when available
|
||||||
|
|
||||||
|
* Thu Aug 01 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.18.1-1
|
||||||
|
- 1.18.1
|
||||||
|
|
||||||
|
* Tue Jul 23 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.18.0-2
|
||||||
|
- Apply upstream PR for workaround for segfault with leaving tab pointing to
|
||||||
|
invalid directory
|
||||||
|
|
||||||
* Mon Jul 22 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.18.0-1
|
* Mon Jul 22 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.18.0-1
|
||||||
- 0.18.0
|
- 0.18.0
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (gnome-commander-1.18.0.tar.xz) = 327c2046da4b27360b8fd85e58e5315abc10bf2a19ccb0cb8b4d3150d8de479a94adeeafcf812a61c98c96e3eb0343a8979c1077c2a585881746d66f3884e4cb
|
SHA512 (gnome-commander-1.18.4.tar.xz) = 54966719e63a4ca6c9d24cbd1f69dbadd4ac0b7588c2cd1a34635deafcab5976d9e82fdcf6dbc0dc7f1098a25443c9eeaa2400db192b487b6d92d62f62ee23db
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue