17
0

10 Commits

Author SHA256 Message Date
248bb2c63e Accepting request 1307748 from GNOME:Apps
- Update to version 1.18.4:
  + This release fixes the following bugs:
    - Test failures with googletest 1.17
    - Update in metainfo.xml to adapt to the renamed Yelp ID
  + Updated docs. (forwarded request 1307564 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1307748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-commander?expand=0&rev=23
2025-09-29 14:37:41 +00:00
180b8c0b69 - Update to version 1.18.4:
+ This release fixes the following bugs:
    - Test failures with googletest 1.17
    - Update in metainfo.xml to adapt to the renamed Yelp ID
  + Updated docs.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnome-commander?expand=0&rev=128
2025-09-29 11:05:37 +00:00
383b18a716 Accepting request 1305423 from GNOME:Apps
Scripted push from GNOME:Next (forwarded request 1304853 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1305423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-commander?expand=0&rev=22
2025-09-24 13:22:54 +00:00
30b432487f Scripted push from GNOME:Next
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnome-commander?expand=0&rev=126
2025-09-17 15:50:32 +00:00
6ec5d7f85e Accepting request 1289824 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/1289824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-commander?expand=0&rev=21
2025-07-02 16:17:19 +00:00
0304f58aa6 - Replace appstream-glib with AppStream BuildRequires following
upstream changes.
- Do not build testsuite, pass tests=disabled to meson setup, and
  drop pkgconfig(gtest) and xvfb-run BuildRequires.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnome-commander?expand=0&rev=124
2025-07-02 09:18:18 +00:00
c0974151ea Accepting request 1287868 from GNOME:Apps
(forwarded request 1287733 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1287868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-commander?expand=0&rev=20
2025-06-24 18:46:58 +00:00
76aaf12389 Accepting request 1287733 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1287733
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnome-commander?expand=0&rev=122
2025-06-23 08:03:11 +00:00
254e93f2e2 Accepting request 1244825 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/1244825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-commander?expand=0&rev=19
2025-02-11 20:22:29 +00:00
c1bc125d04 - Update to version 1.18.2:
+ Segfault when using %D as a format qualifier in the date string
  + Segfault when unmounting a file system externally while
    visiting it at the same time
  + Fix storing the column widths in the file panes
  + Fix for crash related to plugins
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnome-commander?expand=0&rev=120
2025-02-10 17:22:16 +00:00
5 changed files with 71 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:240e87bd8fd8f546189ad41c0361fbdfafdaafe2cdc216287e026c5eeb21b0f4
size 6244688

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb54300fbc2f14a45dd7202317cb8136e8a2253b43df2351df65aa58bdd6fbca
size 6238404

View File

@@ -0,0 +1,15 @@
Index: gnome-commander-1.18.3/meson.build
===================================================================
--- gnome-commander-1.18.3.orig/meson.build
+++ gnome-commander-1.18.3/meson.build
@@ -100,10 +100,6 @@ common_deps = [
glib, gmodule, gio, gobject, gtk
]
-# Require that gdk-pixbuf can load xpm files
-pixbuf_module_dir = pixbuf.get_variable(pkgconfig: 'gdk_pixbuf_moduledir')
-cpp.find_library('pixbufloader-xpm', dirs: pixbuf_module_dir, required: true)
-
if glib_2_70.found()
conf_data.set('GLIB_2_70', '@0@'.format(glib_2_70.found().to_int()), description : 'Define to 1 if you have glib >= 2.70')
endif

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Sun Sep 28 11:43:18 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.18.4:
+ This release fixes the following bugs:
- Test failures with googletest 1.17
- Update in metainfo.xml to adapt to the renamed Yelp ID
+ Updated docs.
-------------------------------------------------------------------
Tue Sep 9 12:09:04 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Add gnome-commander-glycin-loaders.patch: Fix build with using
glycin-loaders instead of legacy gdk-pixbuf-loaders.
-------------------------------------------------------------------
Fri Jun 27 07:36:11 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Replace appstream-glib with AppStream BuildRequires following
upstream changes.
- Do not build testsuite, pass tests=disabled to meson setup, and
drop pkgconfig(gtest) and xvfb-run BuildRequires.
-------------------------------------------------------------------
Sun Jun 22 13:27:10 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.18.3:
+ Improved compatibility with Wayland
+ Fix crash when SMB button is pressed
+ DEL key in quick search dialog wants remove whole file/dir
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 10 09:19:25 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.18.2:
+ Segfault when using %D as a format qualifier in the date string
+ Segfault when unmounting a file system externally while
visiting it at the same time
+ Fix storing the column widths in the file panes
+ Fix for crash related to plugins
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 5 06:58:39 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gnome-commander
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,15 @@
Name: gnome-commander
Version: 1.18.1
Version: 1.18.4
Release: 0
Summary: A file manager for the GNOME desktop environment
License: GPL-2.0-or-later
Group: Productivity/File utilities
URL: http://gcmd.github.io/
Source: https://download.gnome.org/sources/gnome-commander/1.18/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM
Patch0: gnome-commander-glycin-loaders.patch
%if 0%{?suse_version} < 1550
BuildRequires: gcc11
@@ -32,21 +34,19 @@ BuildRequires: gcc11-c++
BuildRequires: c++_compiler
BuildRequires: c_compiler
%endif
BuildRequires: appstream-glib
BuildRequires: AppStream
BuildRequires: desktop-file-utils
BuildRequires: fdupes
BuildRequires: flex
BuildRequires: itstool
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: xvfb-run
BuildRequires: yelp-tools
BuildRequires: pkgconfig(exiv2) >= 0.14
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.66.0
BuildRequires: pkgconfig(gmodule-2.0) >= 2.0.0
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gtest)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
BuildRequires: pkgconfig(libgsf-1) >= 1.12.0
BuildRequires: pkgconfig(poppler-glib) >= 0.18
@@ -62,12 +62,6 @@ desktop using GNOME libraries. In addition to basic file manager
functions, the program is also an FTP client and can browse SMB
networks.
%package devel
Summary: Development files for %{name}
%description devel
Development files for %{name}.
%lang_package
%prep
@@ -80,6 +74,7 @@ export CXX=%{_bindir}/g++-11
%endif
%meson \
-Dsamba=disabled \
-Dtests=disabled \
%nil
%meson_build
@@ -91,18 +86,18 @@ find %{buildroot}%{_datadir} -size 0 -delete
%fdupes %{buildroot}%{_libdir}
%check
xvfb-run %{shrink:%meson_test}
%meson_test
%files
%license COPYING
%doc NEWS README.md AUTHORS TODO
%{_datadir}/help/C/%{name}
%{_datadir}/metainfo/org.gnome.%{name}.appdata.xml
%{_bindir}/*
%{_bindir}/gcmd-block
%{_bindir}/gnome-commander
%{_datadir}/applications/*.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
%{_datadir}/gnome-commander/
%{_datadir}/pixmaps/%{name}
%{_libdir}/%{name}
%{_mandir}/man1/%{name}.1%{ext_man}
@@ -112,6 +107,7 @@ xvfb-run %{shrink:%meson_test}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/internal_viewer_hacking.txt
%{_datadir}/%{name}/keys.txt
%{_datadir}/%{name}/icons
%files lang -f %{name}.lang