[packages/gnome-vfs2] Rel 20
arekm
arekm at pld-linux.org
Sat Jul 19 17:47:50 CEST 2025
commit 41a385b95af23a526c67cd06bc64460a916bf486
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Jul 19 17:47:46 2025 +0200
Rel 20
build.patch | 11 +++++++++++
gnome-vfs2.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec
index 419dab2..ac9492e 100644
--- a/gnome-vfs2.spec
+++ b/gnome-vfs2.spec
@@ -7,7 +7,7 @@ Summary: GNOME - virtual file system
Summary(pl.UTF-8): GNOME - wirtualny system plików
Name: gnome-vfs2
Version: 2.24.4
-Release: 19
+Release: 20
License: LGPL v2+
Group: Applications
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.24/gnome-vfs-%{version}.tar.bz2
@@ -21,6 +21,7 @@ Patch4: %{name}-ac-libs.patch
Patch5: %{name}-glib.patch
Patch6: am.patch
Patch7: openssl.patch
+Patch8: build.patch
URL: http://www.gnome.org/
BuildRequires: GConf2-devel >= 2.22.0
BuildRequires: acl-devel >= 2.2.34
@@ -137,6 +138,7 @@ Dokumentacja API gnome-vfs.
%patch -P5 -p1
%patch -P6 -p1
%patch -P7 -p1
+%patch -P8 -p1
# fix for make -C doc
iconv -f iso8859-2 -t utf8 libgnomevfs/gnome-vfs-job-queue.h > libgnomevfs/gnome-vfs-job-queue.h.new && mv libgnomevfs/gnome-vfs-job-queue.h.new libgnomevfs/gnome-vfs-job-queue.h
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..721213e
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,11 @@
+--- gnome-vfs-2.24.4/test/test-async-directory.c~ 2010-02-09 13:16:14.000000000 +0100
++++ gnome-vfs-2.24.4/test/test-async-directory.c 2025-07-19 17:45:39.763913194 +0200
+@@ -233,7 +233,7 @@ main (int argc, char **argv)
+ GOptionContext *ctx = NULL;
+ GError *error = NULL;
+
+- g_printf("Initializing gnome-libs...");
++ g_print("Initializing gnome-libs...");
+
+ ctx = g_option_context_new("test-vfs");
+ g_option_context_add_main_entries(ctx, options, NULL);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-vfs2.git/commitdiff/41a385b95af23a526c67cd06bc64460a916bf486
More information about the pld-cvs-commit
mailing list